Weakness: Difference between revisions
From PegasusXI Wiki
imported>BG-Wiki import Imported from the BG-Wiki archive (CC BY-NC-SA 3.0) |
PegasusAdmin (talk | contribs) m Rebrand: \[https?:\/\/(?:[\w-]+\.)*(?:bluegartr|bg-wiki)\.com[^\s\]]*\] -> |
||
| Line 75: | Line 75: | ||
<onlyinclude> | <onlyinclude> | ||
* maxHP = ( { [ (baseHP * weaknessHPP) + gearHP] * curseHPP} + foodHP + convert) * gearHPP * mantraHPP{{verification}} * foodHPP | * maxHP = ( { [ (baseHP * weaknessHPP) + gearHP] * curseHPP} + foodHP + convert) * gearHPP * mantraHPP{{verification}} * foodHPP | ||
**The interaction between mantraHPP and foodHPP is assumed while the rest of the HP and MP equation has been tested. | **The interaction between mantraHPP and foodHPP is assumed while the rest of the HP and MP equation has been tested. | ||
* maxMP = ( { [ (baseMP * weaknessMPP) + gearMP] * curseMPP} + foodMP + convert) * gearMPP * foodMPP | * maxMP = ( { [ (baseMP * weaknessMPP) + gearMP] * curseMPP} + foodMP + convert) * gearMPP * foodMPP | ||
</onlyinclude> | </onlyinclude> | ||
Latest revision as of 22:08, 29 August 2026
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Notes
- maxHP = ( { [ (baseHP * weaknessHPP) + gearHP] * curseHPP} + foodHP + convert) * gearHPP * mantraHPP
* foodHPP
- The interaction between mantraHPP and foodHPP is assumed while the rest of the HP and MP equation has been tested.
- maxMP = ( { [ (baseMP * weaknessMPP) + gearMP] * curseMPP} + foodMP + convert) * gearMPP * foodMPP
