目录

spell_bonus_data 表


<-返回:World 数据库

Table used for storing custom damage/healing bonus coefficients.

表结构

FieldTypeAttributesKeyNullDefaultExtraComment
entryMEDIUMINTUNSIGNEDPRINO0
direct_bonusFLOATSIGNED NO0
dot_bonusFLOATSIGNED NO0
ap_bonusFLOATSIGNED NO0
ap_dot_bonusFLOATSIGNED NO0
commentsVARCHAR(255)SIGNED YESNULL

字段说明


entry

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_bonus

Direct spell power damage.

dot_bonus

Spell damage over time.

ap_bonus

Direct Melee/Ranged damage.

ap_dot_bonus

Melee/Ranged damage over time.

comments

Comment as why it has such values and name of the spell.