How To Change A Lightsaber's Damage

How to change Lightsaber damage

  1. Go to your lightsaber in lua/weapons
  2. Find "SaberDamage" and "SaberBurnDamage" and edit the values to your liking.

 

Example

Example 1, the Lightsaber does 25 damage when someone walks into the blade and 500 when you swing the Lightsaber

SWEP.SaberDamage = 500

SWEP.SaberBurnDamage = 25

  • 3 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...