Table used for storing custom damage/healing bonus coefficients.
表结构
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
entry | MEDIUMINT | UNSIGNED | PRI | NO | 0 | ||
direct_bonus | FLOAT | SIGNED | NO | 0 | |||
dot_bonus | FLOAT | SIGNED | NO | 0 | |||
ap_bonus | FLOAT | SIGNED | NO | 0 | |||
ap_dot_bonus | FLOAT | SIGNED | NO | 0 | |||
comments | VARCHAR(255) | SIGNED | YES | NULL |
Spell ID. See Spell.dbc.
Only the first rank of the spell needs data if spell exists in Spell_ranks and coefficients are same for each rank.
Direct spell power damage.
Spell damage over time.
Direct Melee/Ranged damage.
Melee/Ranged damage over time.
Comment as why it has such values and name of the spell.