Configuring Stamina

How to configure stamina

  1. Navigate to lua/wos/advswl/config/lightsaber/cl_config.lua
  2. 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)

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Allow Moving While Attacking For A Lightsaber Weapon

How to enable moving while attacking on lightsaber weapons Go to your lightsaber in...

Setting Base Stats For Personal Lightsabers

How to configure base stats for personal lightsabers Navigate to...

Adding Forms To Lightsaber Weapons

How to configure Forms for specific Lightsabers Go to your lightsaber in lua/weapons Find the...

How To Disable Lunge

How to disable lightsaber swing lunge Navigate to...

Creating A Lightsaber Weapon

How to create a custom lightsaber weapon Navigate to lua/weapons Open any premade...