-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPhDamage.toc
More file actions
39 lines (33 loc) · 732 Bytes
/
PhDamage.toc
File metadata and controls
39 lines (33 loc) · 732 Bytes
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
## Interface: 20505
## Title: PhDamage
## Notes: Spell damage/healing computation engine
## Author: Torchlight
## Version: @project-version@
## SavedVariables: PhDamageDB
## X-Category: Combat
## X-License: MIT
## X-Curse-Project-ID: 1471773
## X-WoWI-ID: 0
## X-Wago-ID: 4N2k3Q6L
# Libraries
Libs\embeds.xml
# Core
Core\Constants.lua
Core\Init.lua
Core\Options.lua
Core\Events.lua
Core\StateCollector.lua
# Data
Data\embeds.xml
# Core (post-data: depends on ns.SpellData being populated)
Core\SpellResolver.lua
# Engine
Engine\SpellCalc.lua
Engine\ModifierCalc.lua
Engine\CritCalc.lua
Engine\Pipeline.lua
# Presentation
Presentation\Format.lua
Presentation\Diagnostics.lua
Presentation\Tooltip.lua
Presentation\ActionBar.lua