Skip to content

scout_follower

taroeld edited this page Apr 9, 2022 · 1 revision

Description

The hooked file is scripts/retinue/followers/scout_follower.nut

The movement speed boost of the scout follower is extracted to work with the new MovementSpeedMultFunctions system.

Added Functions

getMovementSpeedMult()
{
    return ::World.Assets.getTerrainTypeSpeedMult(this.World.State.getPlayer().getTile().Type);
}

Clone this wiki locally