this field affects unit's visual turning only, real turning is indifferent from this
any value translates into a table's row index
where first column stands for start turning speed value;
second column for increment per tick to the turn speed;
3rd column stands for max radians turn speed, when (starting + increments*tick) >= 3rd column, it's limited with that value
and 4th dunno exactly, must be finishing turning speed decrease
i have no idea how values from editor converted into these, but obviously slow orientInterp causes disagreement with the real turn speed, allowing to move backwards, for instance
mind that's purely visual thing which has no effect on gameplay
given the last 7 values are all the same copies, there are only 8 levels for orientInterp