TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ SuperArmor

bool Terraria.NPC.HitModifiers.SuperArmor
get

If true, no amount of damage can get through the defense of this NPC, damage will be reduced to 1.
F:Terraria.NPC.HitModifiers.CritDamage will still apply, but only Additive and Multiplicative. Maximum crit damage will be capped at 4.

Definition at line 195 of file NPC.cs.

195{ get; init; }

Referenced by Terraria.NPC.HitModifiers.HitModifiers(), and Terraria.NPC.HitModifiers.GetDamage().