Combat Mechanics

From Ymirheim Wiki
Revision as of 10:35, 23 June 2024 by Neris (talk | contribs) (Combat mechanics stuff moved to the appropriate page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page describes various combat mechanics and their calculation.


The Hit Rate Formula

The hit rate formula is 85% + (AttackerHitRate - TargetEvasionRate) / 2

The hit rate can go lower than 85%.

The Cast Time Formula

The cast time formula is BaseCastTime / (1 + (CastSpeed / 100))