Technique: Difference between revisions

From Ephinea PSO Wiki
(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...")
 
Line 3: Line 3:
==Damage Formula==
==Damage Formula==


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

Revision as of 20:57, 23 August 2018

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 - Resistance) * 0.002), 1)