spell_bonus_data
Table used for storing custom damage/healing bonus coefficients.
Structure
| 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 | ||||
Description of fields
entry
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.
direct_bonus
Spell Power coefficient for the direct damage/healing component of the spell.
dot_bonus
Spell Power coefficient for the over time component of the spell.
ap_bonus
Attack Power coefficient for the direct damage/healing component of the spell.
ap_dot_bonus
Attack Power coefficient for the over time component of the spell.
for all fields:
0 <= bonus <= 1: 0% – 100% scaling-1: Uses generic scaling depending on cast time and aura duration.
comments
commonly: Spell User – Spell Name e.g.: Item - Onyxia 10 Caster Trinket - Searing Flames
