DB/SpellPower: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with 'New in Cataclysm. Category:DBC')
 
No edit summary
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
New in Cataclysm.
 
{{Template:Sandbox/VersionRange|min_expansionlevel=4}}
 
==7.0.1.21737==
{| style="background:#FCFCFC; color:black"
|-
! width="80" | Column
! width="180" | Field
! width="80" | Type
! width="500" | Notes
|- style="background:#E0E0E0;"
| 1 || [[DB/Spell|SpellID]] || iRefID ||
|-
| 2 || PowerCost || Integer || Known as ManaCost in 3.3.5
|- style="background:#E0E0E0;"
| 3 || ManaCostPercentage || Float ||
|-
| 4 || ManaCostPerSecond || Float ||
|- style="background:#E0E0E0;"
| 5 || [[DB/Spell|RequiredSpellID]] || iRefID ||
|-
| 6 || Unknown || Integer || Wasn't able to match the value
|- style="background:#E0E0E0;"
| 7 || Unknown || Integer || Wasn't able to match the value
|-
| 8 || [[DB/PowerType|PowerType]] || iRefID ||
|- style="background:#E0E0E0;"
| 9 || ID || Integer ||
|-
| 10 || ManaCostPerLevel || Integer ||
|- style="background:#E0E0E0;"
| 11 || ManaPerSecond || Integer  ||
|-
| 12 || Unknown || Integer  || Wasn't able to match the value
|- style="background:#E0E0E0;"
| 13 || [[DB/PowerDisplay|PowerDisplayID]] || iRefID ||
|-
| 14 || Unknown || Integer  || Wasn't able to match the value
|- style="background:#E0E0E0;"
| 15 || Unknown || Integer  || Always 0
|}
[[User:Synric|Synric]] 12th July 2016
 
==4.0.3.13329==
 
{| style="background:#FCFCFC; color:black"
|-
! width="80" | Column
! width="180" | Field
! width="80" | Type
! width="500" | Notes
|- style="background:#E0E0E0;"
| 1  || ID || Integer ||
|-
| 2  || Cost || Integer ||
|- style="background:#E0E0E0;"
| 3  || CostPerLevel || Integer ||
|-
| 4  || CostPercentage || Integer ||
|- style="background:#E0E0E0;"
| 5  || PerSecond || Integer ||
|-
| 6  || [[PowerDisplay.dbc|PowerDisplayID]] || iRefID ||
|- style="background:#E0E0E0;"
| 7  || unk2 || Integer ||
|}


[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_Cataclysm]][[Category:4.0.3.13329]]
[[Category:DBC_MoP]]
[[Category:DBC_Legion]][[Category:7.0.1.21737]]
[[Category:SpellData]]

Latest revision as of 03:04, 20 July 2016

≥ Cata

7.0.1.21737

Column Field Type Notes
1 SpellID iRefID
2 PowerCost Integer Known as ManaCost in 3.3.5
3 ManaCostPercentage Float
4 ManaCostPerSecond Float
5 RequiredSpellID iRefID
6 Unknown Integer Wasn't able to match the value
7 Unknown Integer Wasn't able to match the value
8 PowerType iRefID
9 ID Integer
10 ManaCostPerLevel Integer
11 ManaPerSecond Integer
12 Unknown Integer Wasn't able to match the value
13 PowerDisplayID iRefID
14 Unknown Integer Wasn't able to match the value
15 Unknown Integer Always 0

Synric 12th July 2016

4.0.3.13329

Column Field Type Notes
1 ID Integer
2 Cost Integer
3 CostPerLevel Integer
4 CostPercentage Integer
5 PerSecond Integer
6 PowerDisplayID iRefID
7 unk2 Integer