Back to 'spell_area' Return to world Go to 'spell_custom_attr'
Table used for storing custom damage/healing bonus coefficients.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
entry | int | unsigned | PRI | NO | 0 | ||
direct_bonus | float | NO | 0 | ||||
dot_bonus | float | NO | 0 | ||||
ap_bonus | float | NO | 0 | ||||
ap_dot_bonus | float | NO | 0 | ||||
comments | varchar(255) | YES | NULL |
references Spell ID
Only the first rank of the spell needs data if spell exists in spell_ranks and coefficients are the same for each rank.
Spell Power coefficient for the direct damage/healing component of the spell.
Spell Power coefficient for the over time component of the spell.
Attack Power coefficient for the direct damage/healing component of the spell.
Attack Power coefficient for the over time component of the spell.
0 <= bonus <= 1
: 0% – 100% scaling-1
: Uses generic scaling depending on cast time and aura duration.
commonly: Spell User – Spell Name
e.g.: Item - Onyxia 10 Caster Trinket - Searing Flames
Back to 'spell_area' Return to world Go to 'spell_custom_attr'