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)
Anchor |
---|
title | Wheel and Reform maneuvers in DO and SOTHR |
---|
Widget Connector | ||
---|---|---|
|
|
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.
For instance, unit RS = (M + I)*n
WhereThe 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
n
a - M modifier
b - I modifier
c - modifier
DO precise formula of unit real speed (RS) 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.