Movement and maneuvers
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)
Real speed 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 the M and the I values the faster is a unit.
RS = a*M - b*I - c
where:
RS - unit real speed
M - unit Movement
I - unit Initiative
a - M modifier
b - I modifier
c - modifier
DO precise real speed formula: RS = 0.45*M - 0.1*I - 0.2
Acceleration/deceleration formula
depends on M and I
precise formula is unknown at the moment.