gunboots
Vars | |
projectile_type | What projectile do we shoot? |
---|---|
shot_prob | Each step, this is the chance we fire a shot |
Procs | |
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 |
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