Space Station 13 - Modules - TypesVar Details

energy

Vars

attack_verb_onWhat flavour of shanking you perform when the blade is active.
faction_bonus_forceBonus damage dealt to any mob belonging to specified factions.
force_offUsed to properly reset the force.
force_onDamage done when active. Does not stack with force_off.
icon_state_onAlternative appearance when active.
is_a_cleaving_sawUsed to mark the item as a cleaving saw so that cigarette_lighter_act() will perform an early return.
nemesis_factionsAny mob with a faction that exists in this list will take bonus damage/effects.
throwforce_offUsed to properly reset the force.
throwforce_onDamage done when thrown while active. Does not stack with throwforce_off.
w_class_onSize when active, used to stop you from pocketing it when active. That would be silly.

Var Details

attack_verb_on

What flavour of shanking you perform when the blade is active.

faction_bonus_force

Bonus damage dealt to any mob belonging to specified factions.

force_off

Used to properly reset the force.

force_on

Damage done when active. Does not stack with force_off.

icon_state_on

Alternative appearance when active.

is_a_cleaving_saw

Used to mark the item as a cleaving saw so that cigarette_lighter_act() will perform an early return.

nemesis_factions

Any mob with a faction that exists in this list will take bonus damage/effects.

throwforce_off

Used to properly reset the force.

throwforce_on

Damage done when thrown while active. Does not stack with throwforce_off.

w_class_on

Size when active, used to stop you from pocketing it when active. That would be silly.