pub fn is_target_damage_taken_debuff(spell: &SpellDataFlat) -> boolExpand description
Whether spell is a damage-taken debuff the caster maintains on its own target.
Mystic Touch 113746 and Chaos Brand 1490 are the live shapes.
Each is a school-filtered aura-87 (ModDamageTakenPercent) aimed at the caster’s own enemy.
Their parent class passives (8647, 255260) carry only a dummy effect and name them in text.
This predicate therefore qualifies the referenced spell, never the passive that names it.