/tg/ Station 13 - Modules - TypesVar Details - Proc Details

laser_weapon_mode

Vars

casingWhat casing does this variant of weapon use?
charge_sectionsHow many charge sections does this variant of weapon have?
gun_runetext_colorWhat do we change the gun's runetext color to when applied
json_speech_stringWhat json string do we check for when making chat messages with this mode?
nameWhat name does this weapon mode have? Will appear in the weapon's radial menu
shot_delayWhat is the shot cooldown this variant applies to the weapon?
weapon_icon_stateWhat icon_state does this weapon mode use?

Procs

apply_statsApplies some of the universal stats from the variables above
apply_to_weaponStuff applied to the passed gun when the weapon mode is given to the gun
remove_from_weaponStuff 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