Statistics: Difference between revisions

Line 316: Line 316:
*''M'' = 1.2 if Luto Mode, 1 otherwise
*''M'' = 1.2 if Luto Mode, 1 otherwise
{{ {{#vardefine: game_mode|
{{ {{#vardefine: game_mode|
{{tt|Game mode multiplier| A function that determines an extra multiplier for certain game modes.<br/>'''Affected modes''': Normal, Henir, Secret Dungeon, Secret Dungeon (Luto Mode)<hr>Utilizes special formulas for the following:<br/>• '''Secret Dungeon''': <pre>0.9 * (1.8 * ((H - 70) / 36)^(2.5) + 0.7)</pre>• '''Luto Mode''': <pre>0.9 * (1 * ((H - 70) / 36)^(3.5) + 1.5)</pre>Otherwise equals to 1.}}
{{tt|Game mode multiplier| A function that determines an extra multiplier for certain game modes.<br/>'''Affected modes''': Normal, Henir, Secret Dungeon, Secret Dungeon (Luto Mode)<hr><p>Utilizes special formulas for the following:</p><br/>• '''Secret Dungeon''': <pre>0.9 * (1.8 * ((H - 70) / 36)^(2.5) + 0.7)</pre>• '''Luto Mode''': <pre>0.9 * (1 * ((H - 70) / 36)^(3.5) + 1.5)</pre>Otherwise equals to 1.}}
}}trim2}}
}}trim2}}
  Max HP = FLOOR((340 + 60 * L) * (9.994 + 0.006 * H²) * L * F)
  Max HP = FLOOR((340 + 60 * L) * (9.994 + 0.006 * H²) * L * F)