-
Notifications
You must be signed in to change notification settings - Fork 35
/
Rarity.toc
163 lines (147 loc) · 5.15 KB
/
Rarity.toc
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
## Author: Allara
## Interface: 110005
## X-Min-Interface: 110005
## Title: Rarity
## Version: 1.0 (@project-version@)
## X-Curse-Project-ID: 30801
## Notes: Tracks rare drops, including companions and mounts
## Notes-ruRU: @localization(locale="ruRU", key="Notes", namespace="ToC - Table of Contents")@
## Notes-deDE: @localization(locale="deDE", key="Notes", namespace="ToC - Table of Contents")@
## Notes-koKR: @localization(locale="koKR", key="Notes", namespace="ToC - Table of Contents")@
## Notes-esMX: @localization(locale="esMX", key="Notes", namespace="ToC - Table of Contents")@
## Notes-esES: @localization(locale="esES", key="Notes", namespace="ToC - Table of Contents")@
## Notes-ptBR: @localization(locale="ptBR", key="Notes", namespace="ToC - Table of Contents")@
## Notes-zhCN: @localization(locale="zhCN", key="Notes", namespace="ToC - Table of Contents")@
## Notes-zhTW: @localization(locale="zhTW", key="Notes", namespace="ToC - Table of Contents")@
## Notes-itIT: @localization(locale="itIT", key="Notes", namespace="ToC - Table of Contents")@
## Notes-frFR: @localization(locale="frFR", key="Notes", namespace="ToC - Table of Contents")@
## AddonCompartmentFunc: Rarity_OnAddonCompartmentClick
## AddonCompartmentFuncOnEnter: Rarity_OnAddonCompartmentEnter
## AddonCompartmentFuncOnLeave: Rarity_OnAddonCompartmentLeave
## IconTexture: Interface\Icons\spell_nature_forceofnature.blp
## OptionalDeps: Ace3,LibDualSpec-1.0,LibQTip-1.0,LibDBIcon-1.0,LibBabble-Zone-3.0,LibSink-2.0,LibBabble-SubZone-3.0,LibSharedMedia-3.0,AceGUI-3.0-SharedMediaWidgets,LibBabble-CreatureType-3.0,LibBabble-Boss-3.0,HereBeDragons
## SavedVariables: RarityDB
## X-LoadOn-Always: delayed
#@no-lib-strip@
Libs\LibStub\LibStub.lua
Libs\CallbackHandler-1.0\CallbackHandler-1.0.xml
Libs\LibDataBroker-1.1\LibDataBroker-1.1.lua
Libs\AceAddon-3.0\AceAddon-3.0.xml
Libs\AceBucket-3.0\AceBucket-3.0.xml
Libs\AceGUI-3.0\AceGUI-3.0.xml
Libs\AceConfig-3.0\AceConfig-3.0.xml
Libs\AceConsole-3.0\AceConsole-3.0.xml
Libs\AceDB-3.0\AceDB-3.0.xml
Libs\AceDBOptions-3.0\AceDBOptions-3.0.xml
Libs\AceEvent-3.0\AceEvent-3.0.xml
Libs\AceLocale-3.0\AceLocale-3.0.xml
Libs\AceTimer-3.0\AceTimer-3.0.xml
Libs\AceSerializer-3.0\AceSerializer-3.0.xml
Libs\LibQTip-1.0\lib.xml
Libs\LibDBIcon-1.0\LibDBIcon-1.0.lua
Libs\LibBabble-Zone-3.0\lib.xml
Libs\LibBabble-SubZone-3.0\lib.xml
Libs\LibSink-2.0\LibSink-2.0\lib.xml
Libs\LibSharedMedia-3.0\lib.xml
Libs\AceGUI-3.0-SharedMediaWidgets\widget.xml
Libs\LibBabble-CreatureType-3.0\lib.xml
Libs\LibBabble-Boss-3.0\lib.xml
Libs\HereBeDragons-2.0\HereBeDragons-2.0.lua
Libs\LibCompress\lib.xml
#@end-no-lib-strip@
Libs\LibBars-1.0\lib.xml
# This must be loaded first
Locales.lua
Core\Init.lua
# Database
DB\Nodes.lua
DB\SharedConstants.lua
DB\Spells.lua
# Collectibles Database (makes use of the shared constants, so load those first)
DB\Item.lua
DB\Schema.lua
DB\ItemDB.lua
## Mounts
DB\Mounts\HolidayEvents.lua
DB\Mounts\Classic.lua
DB\Mounts\TheBurningCrusade.lua
DB\Mounts\WrathOfTheLichKing.lua
DB\Mounts\Cataclysm.lua
DB\Mounts\MistsOfPandaria.lua
DB\Mounts\WarlordsOfDraenor.lua
DB\Mounts\Legion.lua
DB\Mounts\BattleForAzeroth.lua
DB\Mounts\Shadowlands.lua
DB\Mounts\Dragonflight.lua
DB\Mounts\TheWarWithin.lua
## Pets
DB\Pets\HolidayEvents.lua
DB\Pets\Classic.lua
DB\Pets\TheBurningCrusade.lua
DB\Pets\WrathOfTheLichKing.lua
DB\Pets\Cataclysm.lua
DB\Pets\MistsOfPandaria.lua
DB\Pets\WarlordsOfDraenor.lua
DB\Pets\Legion.lua
DB\Pets\BattleForAzeroth.lua
DB\Pets\Shadowlands.lua
DB\Pets\Dragonflight.lua
DB\Pets\TheWarWithin.lua
## Toys (and other items, for now...)
DB\Toys\HolidayEvents.lua
DB\Toys\Classic.lua
DB\Toys\TheBurningCrusade.lua
DB\Toys\WrathOfTheLichKing.lua
DB\Toys\Cataclysm.lua
DB\Toys\MistsOfPandaria.lua
DB\Toys\WarlordsOfDraenor.lua
DB\Toys\Legion.lua
DB\Toys\BattleForAzeroth.lua
DB\Toys\Shadowlands.lua
DB\Toys\Dragonflight.lua
DB\Toys\TheWarWithin.lua
# Utility/Helpers
Utils\DebugCache.lua
Utils\PrettyPrint.lua
Utils\Sorting.lua
Utils\String.lua
Utils\Table.lua
Utils\Time.lua
# Wrappers for external libraries (to provide a consistent API)
Core\Interoperability\LibQTip\Tooltips.lua
Core\Interoperability\LibSink\Output.lua
Core\Interoperability\TradeSkillMaster\AuctionDB.lua
Core\Interoperability\WoWUnit\Testing.lua
# Wrappers for the WOW API (to provide a consistent API)
Core\Interoperability\Blizzard\AddonCompartment.lua
Core\Interoperability\Blizzard\AreaPOIs.lua
Core\Interoperability\Blizzard\MapInfo.lua
# Addon Core
Core\Announcements.lua
Core\Caching.lua
Core\Collections.lua
Core\Database.lua
Core\Debugging.lua
Core\Detection.lua
Core\EventHandlers.lua
Core\GUI.lua
Core\HolidayEvents.lua
Core\Profiling.lua
Core\Serialization.lua
Core\Session.lua
Core\Statistics.lua
Core\Tracking.lua
Core\Validation.lua
Core\Waypoints.lua
# UI
Core\GUI\AnchoredTrackingBar.lua
Core\GUI\CopyPastePopup.lua
Core\GUI\ScrollingDebugMessageFrame.lua
Core\GUI\DataBrokerDisplay.lua
Core\GUI\FauxAchievementPopup.lua
Core\GUI\GameTooltipHooks.lua
Core\GUI\MainWindow.lua
# Addon loader
Core.lua
# Initialization for the config UI
Options_Defaults.lua