-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDynamicCP.addon
More file actions
65 lines (52 loc) · 1.65 KB
/
DynamicCP.addon
File metadata and controls
65 lines (52 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
; This Add-on is not created by, affiliated with or sponsored by ZeniMax Media
; Inc. or its affiliates. The Elder Scrolls and related logos are registered
; trademarks or trademarks of ZeniMax Media Inc. in the United States and/or
; other countries. All rights reserved.
; https://account.elderscrollsonline.com/add-on-terms
## Title: Dynamic CP
## Champion Point presets per tree, with role filters, quality of life changes, and more!
## Author: Kyzeragon
## Contributors: Raijindono (UX), camrenis (testing & feedback), Plonkerr (testing & feedback)
## Version: 3.2.2
## AddOnVersion: 30202
## APIVersion: 101048
## DependsOn: LibAddonMenu-2.0>=41
## PCDependsOn: LibDialog>=127
## OptionalDependsOn: LibFilteredChatPanel
## SavedVariables: DynamicCPSavedVariables
src/init.lua
src/common/Style.lua
src/common/Dialog.lua
src/common/PointsStringBuilder.lua
src/cooldown.lua
src/screenUpdates.lua
src/customRules.lua
src/changelog.lua
src/points.lua
src/slottables.lua
src/smartPresets/presets/blueAutoPve.lua
src/smartPresets/presets/greenCombat.lua
src/smartPresets/presets/greenLootGoblin.lua
src/smartPresets/presets/greenThieving.lua
src/smartPresets/presets/redAutoPve.lua
src/smartPresets/smartPresets.lua
data/presetData.lua
data/zoneData.lua
data/ruleData.lua
data/convertDataIndices.lua
PC/Settings.lua
PC/CustomRulesSettings.lua
ui/presets.lua
ui/pulldown.lua
ui/quickstars.lua
ui/quickstarsSlotGroupMenu.lua
ui/modelessDialog.lua
xml/presets.xml
xml/sidePresets.xml
xml/infolabel.xml
xml/warning.xml
xml/mildWarning.xml
xml/pulldown.xml
xml/quickstars.xml
xml/modelessDialog.xml
PC/bindings.xml