Movement in DO
Unit movement speed or real speed(RS) affected by unit:
- Movement characteristic
- Initiative characteristic
doesn't affected by:
- models number
- formation type
tests notes
Leader M and I values doesn't affect unit RS
Cavalry unit M value is overridden by its mount type M value as soon as its armor is set to mounted type. Mount M value is most likely hardcoded as there is no way to change it in WHedit.
Mount type Horse M value equals to M7 of infantry unit (confirmed by tests)
Movement formula
RS formula depends on unit's M and Ini characteristics as well as some modifier which transforms Movement tabletop metrics to Dark Omen ones. The logic is the higher M and I values the faster a unit.
For instance, unit RS = M*n1 I*n2
Where:
RS - unit real speed
M - unit Movement
I - unit Initiative
n - modifier value >0 to <1
DO precise formula of unit real speed (RS) is unknown at the moment.