rangers_scenario - MSUTeam/MSU GitHub Wiki

Description

The hooked file is scripts/scenarios/world/rangers_scenario.nut.

This updates the scenario to work with the new MovementSpeedMultFunctions system.

Added Functions

MSU adds the following function to rangers_scenario:

getMovementSpeedMult()
{
    // The magic number is the result of dividing the rangers movementspeed (111) by the player party movement speed (105)
    return 1.057;
}

Hooked Functions

MSU hooks the following functions of abc:

onInit

⚠️ **GitHub.com Fallback** ⚠️