|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
getset |
The amount of damage 'dealt' to the player, before incoming damage multipliers, armor, damage reduction.
Use this to trigger effects which scale based on how 'hard' the player was hit rather than how much life was lost.
Cannot be set to less than 1.
Using this instead of P:Terraria.Player.HurtInfo.Damage can prevent diminishing returns damage mitigation, when adding beneficial effects like retaliatory damage.
Definition at line 862 of file Player.cs.
Referenced by Terraria.NetMessage.SendData().