[A17] Caravan speed fix
Alters speed of the caravan so that bionically enhanced (or crippled) pawns will fully influence caravan speed (in vanilla only base speed is affected, while terrain/seasonal modifiers are not changed).
Alters speed of the caravan so that bionically enhanced (or crippled)
pawns will fully influence caravan speed
(in vanilla only base speed is affected, while terrain/seasonal modifiers are not changed).
Initial work is of koisama, who also have found the bug with the speed. I just rewrote his mod to A17 and changed it from detour into Harmony patch using Hugslib.
Additional explanation: Tile travel time is calculated by adding two values - base travel time and tile travel time. Base travel time depends on your pawn conditions, but tile travel time is always constant. So your pawns will go proportionally slower or faster on flat terrain, but will go a little bit slower or faster on rough terrain.
This mod changes it to (base_time / base_default_time) * (base_default_time + tile_time), resulting in proportional travel times for each tile type.
P.S. For B18 please use CaravanOptions mod, which includes this fix.