|
TModLoader v1.4.4.9
TModLoader source code documentation
|
| int Terraria.Player.statLifeMax = 100 |
The maximum health this player can have without adjustment.
You should not modify this value. If you need to increase max health for equipment, modify F:Terraria.Player.statLifeMax2. If you need to increase max health for a permanent stat boost, use M:Terraria.ModLoader.ModPlayer.ModifyMaxStats(Terraria.ModLoader.StatModifier@,Terraria.ModLoader.StatModifier@).
Definition at line 2087 of file Player.cs.
Referenced by Terraria.GameContent.UI.ResourceSets.PlayerStatsSnapshot.PlayerStatsSnapshot(), Terraria.Player.clientClone(), Terraria.Player.CopyVisuals(), Terraria.ModLoader.PlayerLoader.ModifyMaxStats(), Terraria.Player.ResetEffects(), Terraria.Player.Spawn(), Terraria.Player.UpdateBuffs(), and Terraria.Player.UseHealthMaxIncreasingItem().