Damage calculation

From PSO2: New Genesis Wiki
Revision as of 04:58, 16 April 2024 by MilleMarteaux (talk | contribs)

This page is effectively a port of the damage calculation tabs on the NGS Verification Sheet. (EN) (JP)

This page will also have very scary looking math. Be warned.

Damage dealt

The base damage of an attack is determined by the following formula.

((P+(W*F))-E)

  • P = Player Base Attack
  • W = Weapon Attack
  • F = Potency Floor modifier
  • E - Enemy Defense

The result of this calculation is then modified by percentage modifiers, such as Potency Up, Power Notation, part modifiers, etc.

Attack Cap

If the value of (P+(W*F) is higher than the Attack Limit of an enemy's level, then it is set to the maximum attack.

Critical Hits

For Critical Hits, Potency Floor modifier does not occur and the formula simply becomes P+W-E.

Multipliers

oh god