How to configure stamina
- Navigate to lua/wos/advswl/config/lightsaber/cl_config.lua
- Change the 3 values to your liking
There you will see the following values (Stamina is always disabled on default):
wOS.ALCS.Config.EnableStamina = false
wOS.ALCS.Config.StaminaAttackCost = 15
wOS.ALCS.Config.StaminaHeavyCost = 35
An example config of this would be as shown:
wOS.ALCS.Config.EnableStamina = true
wOS.ALCS.Config.StaminaAttackCost = 30
wOS.ALCS.Config.StaminaHeavyCost = 50
With this config the Stamina system is now enabled, draining 30 stamina per normal swing/attack, and 50 per heavy attack (Heavy attacks are performed by holding USE + Right Click then releasing)