spell_threat
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| entry | int | unsigned | PRI | NO | |||
| flatMod | int | signed | YES | NULL | |||
| pctMod | float | NO | 1 | threat multiplier for damage/healing | |||
| apPctMod | float | NO | 0 | additional threat bonus from attack power | |||
Description of fields
entry
references Spell ID
flatMod
Flat threat modifier.
pctMod
A multiplier on top of the flat amount of threat generated by the spell and added by this table. e.g.:
- 0.0: no threat
- 2.0: double threat
Note: Health and power restoration causes half threat by default. This is not covered here.
apPctMod
A percentage of attack power that is added as flat threat before multipliers.
