Combat Mechanics
From Ymirheim Wiki
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))