laser_weapon_mode 
Vars | |
casing | What casing does this variant of weapon use? |
---|---|
charge_sections | How many charge sections does this variant of weapon have? |
gun_runetext_color | What do we change the gun's runetext color to when applied |
json_speech_string | What json string do we check for when making chat messages with this mode? |
name | What name does this weapon mode have? Will appear in the weapon's radial menu |
shot_delay | What is the shot cooldown this variant applies to the weapon? |
weapon_icon_state | What icon_state does this weapon mode use? |
Procs | |
apply_stats | Applies some of the universal stats from the variables above |
apply_to_weapon | Stuff applied to the passed gun when the weapon mode is given to the gun |
remove_from_weapon | Stuff applied to the passed gun when the weapon mode is removed from the gun |
Var Details
casing 
What casing does this variant of weapon use?
charge_sections 
How many charge sections does this variant of weapon have?
gun_runetext_color 
What do we change the gun's runetext color to when applied
json_speech_string 
What json string do we check for when making chat messages with this mode?
name 
What name does this weapon mode have? Will appear in the weapon's radial menu
shot_delay 
What is the shot cooldown this variant applies to the weapon?
weapon_icon_state 
What icon_state does this weapon mode use?
Proc Details
apply_stats
Applies some of the universal stats from the variables above
apply_to_weapon
Stuff applied to the passed gun when the weapon mode is given to the gun
remove_from_weapon
Stuff applied to the passed gun when the weapon mode is removed from the gun