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

gunboots

Vars

projectile_typeWhat projectile do we shoot?
shot_probEach step, this is the chance we fire a shot

Procs

check_kickStomping on someone while wearing gunboots shoots them point blank
check_stepAfter each step, check if we randomly fire a shot
fire_shotActually fire a shot. If no target is provided, just fire off in a random direction

Var Details

projectile_type

What projectile do we shoot?

shot_prob

Each step, this is the chance we fire a shot

Proc Details

check_kick

Stomping on someone while wearing gunboots shoots them point blank

check_step

After each step, check if we randomly fire a shot

fire_shot

Actually fire a shot. If no target is provided, just fire off in a random direction