-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtdInspect.toc
More file actions
67 lines (59 loc) · 1.66 KB
/
tdInspect.toc
File metadata and controls
67 lines (59 loc) · 1.66 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
66
67
## Interface: @project-interface@
## Title: |cff00fffftdInspect|r - Remote Inspect
## Title-zhCN: |cff00fffftdInspect|r - 远程观察/角色检视
## Notes: Remote inspect player's gear, talents, glyphs.
## Notes-zhCN: 远程观察玩家装备、天赋、雕文。
## IconTexture: 132092
## Author: Dencer
## Version: @project-version@
## OptionalDeps: tdSync, ElvUI
## SavedVariables: TDDB_INSPECT2
Libs\Libs.xml
Localization\Localization.xml
Api.lua
Addon.lua
Data\DataLoader.lua
Data\Vanilla\Talents.lua [AllowLoadGameType Vanilla]
Data\Vanilla\ItemSet.lua [AllowLoadGameType Vanilla]
Data\Vanilla\ItemEnchant.lua [AllowLoadGameType Vanilla]
Data\TBC\Talents.lua [AllowLoadGameType TBC]
Data\TBC\ItemSet.lua [AllowLoadGameType TBC]
Data\TBC\ItemEnchant.lua [AllowLoadGameType TBC]
Data\TBC\ItemGemOrder.lua [AllowLoadGameType TBC]
Data\Wrath\Talents.lua [AllowLoadGameType Wrath]
Data\Wrath\ItemSet.lua [AllowLoadGameType Wrath]
Data\Wrath\Glyph.lua [AllowLoadGameType Wrath]
Data\Wrath\ItemEnchant.lua [AllowLoadGameType Wrath]
Data\Wrath\ItemGemOrder.lua [AllowLoadGameType Wrath]
Core\Events.lua
Core\ItemLevelCalculator.lua
Core\Encoder.lua
Core\Inspect.lua
Core\Hook.lua
Core\Talent.lua
Core\Glyph.lua
Core\Ala.lua
Core\Pool.lua
Core\SpecGear.lua
Tooltip\FixItemSet.lua
Tooltip\FixMetaGem.lua
Tooltip\FixRune.lua [AllowLoadGameType Vanilla]
UI\Template.xml
UI\MenuButton.lua
UI\BaseItem.lua
UI\SlotItem.lua
UI\ModelFrame.lua
UI\PaperDoll.lua
UI\InspectFrame.lua
UI\TalentFrame.lua
UI\GlyphItem.lua
UI\GlyphFrame.lua
UI\InspectTalent.lua
UI\GemItem.lua
UI\EnchantItem.lua
UI\GearItem.lua
UI\GearFrame.lua
UI\InspectGearFrame.lua
UI\CharacterGearFrame.lua
UI\Option.lua
UI\ElvUI.lua