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

ivanov_strike

Vars

rockets_lefthow many rockets can we send with ivanov strike
strike_cooldown_timecooldown time between strike uses

Procs

drop_missile
end_missile_targeting
on_equipment_clicksignal called from clicking with equipment
on_melee_clicksignal called from clicking with no equipment
reset_button_icon
start_missile_targeting

Var Details

rockets_left

how many rockets can we send with ivanov strike

strike_cooldown_time

cooldown time between strike uses

Proc Details

drop_missile

drop_missile

Called via intercepted clicks when the missile ability is active Spawns a droppod and starts the cooldown of the missile strike ability arguments:

end_missile_targeting

end_missile_targeting

Called by the ivanov strike datum action or other actions that would end targeting Unhooks signals into clicking to call drop_missile plus other flavor like the overlay

on_equipment_click

signal called from clicking with equipment

on_melee_click

signal called from clicking with no equipment

reset_button_icon

reset_button_icon

called after an addtimer when the cooldown is finished with the ivanov strike, resets the icon

start_missile_targeting

start_missile_targeting

Called by the ivanov strike datum action, hooks signals into clicking to call drop_missile Plus other flavor like the overlay