AzerothCore
Pages :

spell_threat

<-Back-to:World

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

entry

The spell ID. See Spell.dbc.

flatMod

A flat amount of threat added by this spell (or removed if negative). NULL if no flat modifier applies.

pctMod

Threat multiplier applied to the damage or healing done by this spell. Default 1.

apPctMod

Additional threat bonus derived from the caster's attack power. Default 0.