Technique

From Ephinea PSO Wiki
Revision as of 20:53, 23 August 2018 by Honeydrew (talk | contribs) (Created page with "Techniques are the MST-based skills that players can cast in PSO. They range from simply dealing damage to a set of targets to reviving a nearby downed ally. ==Damage For...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Techniques are the MST-based skills that players can cast in PSO. They range from simply dealing damage to a set of targets to reviving a nearby downed ally.

Damage Formula

  • Damage = round(((TechPower + MST) * 0.2 * (100 - Resistance) / 100), 1) = round(((TechPower + MST) * (100-efr) * 0.002), 1)