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

lionhunter

Vars

currently_aimingWhether we're currently aiming this casing at something
min_distanceThe minimum distance required to gain a damage bonus from aiming
seconds_per_distanceHow many seconds it takes to aim per tile of distance between the target

Procs

check_fireChecks if we can successfully fire our projectile.
check_fire_callbackCallback for the do_after within the check_fire proc to see if something will prevent us from firing while aiming

Var Details

currently_aiming

Whether we're currently aiming this casing at something

min_distance

The minimum distance required to gain a damage bonus from aiming

seconds_per_distance

How many seconds it takes to aim per tile of distance between the target

Proc Details

check_fire

Checks if we can successfully fire our projectile.

check_fire_callback

Callback for the do_after within the check_fire proc to see if something will prevent us from firing while aiming