chainsaw

Chainsword & Chainsaw
Vars | |
additional_damage | additional damage when weapon is active |
---|---|
fuel_used | amount of fuel used per hit |
icon_state_on | icon when on |
max_fuel | amount of fuel stored inside |
worn_icon_state_on | sprite on the mob when on |
worn_icon_state_w | sprite on the mob when off but wielded |
Procs | |
afterattack | Refueling with fueltank |
attack_obj | Handle chainsaw attack loop on object |
dropped | Chainsaw turned off when dropped, and also lose bump attack |
equipped | Chainsaw give bump attack when picked up |
rip_apart | Proc for the fuel cost and check and chainsaw noises |
toggle_motor | Proc to turn the chainsaw on or off |
unwield | Chainsaw turn off when unwielded |
update_icon_state | handle icon change |
update_item_state | handle worn_icon change |
wield | Chainsaw turn on when wielded |
Var Details
additional_damage

additional damage when weapon is active
fuel_used

amount of fuel used per hit
icon_state_on

icon when on
max_fuel

amount of fuel stored inside
worn_icon_state_on

sprite on the mob when on
worn_icon_state_w

sprite on the mob when off but wielded
Proc Details
afterattack
Refueling with fueltank
attack_obj
Handle chainsaw attack loop on object
dropped
Chainsaw turned off when dropped, and also lose bump attack
equipped
Chainsaw give bump attack when picked up
rip_apart
Proc for the fuel cost and check and chainsaw noises
toggle_motor
Proc to turn the chainsaw on or off
unwield
Chainsaw turn off when unwielded
update_icon_state
handle icon change
update_item_state
handle worn_icon change
wield
Chainsaw turn on when wielded