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
Expand | ||||
---|---|---|---|---|
| ||||
|
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 + I)*n
Where:
RS - unit real speed
M - unit Movement
I - unit Initiative
n - modifier
DO precise formula of unit real speed (RS) is unknown at the moment.