Page history
25 December 2024
22 December 2024
12 December 2024
11 December 2024
10 December 2024
no edit summary
+1
no edit summary
+1,039
→Sanity
+20
→Maximum Stamina
+6
→Maximum Stamina
+379
no edit summary
+3,694
→Maximum Stamina
+133
Add stamina calculation... but I'm still not sure what vBase is, can someone help?
+1,250
no edit summary
+178
→Maximum HP
+2,175
Created page with "==Maximum HP== <syntaxhighlight lang="c#" line="1"> public override int MaxHP => Mathf.Max(1, ((base.END * 2 + base.STR + base.WIL / 2) * Mathf.Min(base.LV, 25) / 25 + base.END + 10) * Evalue(60) / 100 * ((IsPCFaction ? 100 : (100 + (int)base.rarity * 300)) + (IsPC ? (EClass.player.lastEmptyAlly * Evalue(1646)) : 0)) / 100); </syntaxhighlight> The Maximum HP is determined by the following factors: * Level-based HP: Until level 25, the HP M..."
+1,604