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

◆ statManaMax

int Terraria.Player.statManaMax

The maximum mana this player can have without adjustment.
You should not modify this value. If you need to increase max mana for equipment, modify F:Terraria.Player.statManaMax2. If you need to increase max mana for a permanent stat boost, use M:Terraria.ModLoader.ModPlayer.ModifyMaxStats(Terraria.ModLoader.StatModifier@,Terraria.ModLoader.StatModifier@).

Definition at line 2117 of file Player.cs.

Referenced by Terraria.Player.Player(), Terraria.Player.clientClone(), Terraria.Player.CopyVisuals(), Terraria.ModLoader.PlayerLoader.ModifyMaxStats(), Terraria.Player.ResetEffects(), and Terraria.Player.UseManaMaxIncreasingItem().