The `spell_threat` table
This table holds threat values on all spells that should either give or take away threat.
Table Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| entry | MEDIUMINT | UNSIGNED | PRI | NO | NULL | ||
| 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 the fields
The spell ID. See Spell.dbc.
A flat amount of threat added by this spell (or removed if negative). NULL if no flat modifier applies.
Threat multiplier applied to the damage or healing done by this spell. Default 1.
Additional threat bonus derived from the caster's attack power. Default 0.