NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the 'spell_bonus_data' table for MaNGOSThree
Table used for storing custom damage/healing bonus coefficients.
Table Notes
This table uses the 'MyISAM' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
entry | mediumint(8) unsigned | NO | PRI | NULL | Spell ID [See Spell.dbc]. | |
direct_bonus | float | NO | '0' | Direct damage bonus. | ||
dot_bonus | float | NO | '0' | DoT tick bonus coefficient. | ||
ap_bonus | float | NO | '0' | Any value here will modify the spells attack power with the factor given here. | ||
ap_dot_bonus | float | NO | '0' | DoT bonus for physical damage. | ||
comments | varchar(255) | YES | {Blank String} | Textual comment. |
Description of the fields
entry mediumint(8) unsigned
Spell ID [See Spell.dbc] of the spells which bonus are to be modified.
direct_bonus float
Direct damage spell bonus coefficient.
dot_bonus float
DoT tick bonus coefficient.
ap_bonus float
Any value here will modify the spells attack power with the factor given here. Used for the spells with physical damage, like most warrior/rogue ones.
ap_dot_bonus float
DoT bonus coefficient for the spells with physical damage type.
comments varchar(255)
Textual comment, ignored by the core.
auto-generated by the getMaNGOS.eu MAGNET dbdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now