jetpack_marine

Vars | |
cooldown_time | Time between uses |
---|---|
fuel_indicator | threshold to change the jetpack fuel indicator |
fuel_left | current amount of fuel in the jetpack |
fuel_max | maximum amount of fuel in the jetpack |
lit | True when jetpack has flame overlay |
speed | How quick you will fly (warning, it rounds up to the nearest integer) |
toggle_action | Controlling action |
Procs | |
calculate_range | Calculate the max range of the jetpack, changed by some item slowdown |
change_fuel_indicator | Manage the fuel indicator overlay |
reset_flame | remove the flame overlay |
use_jetpack | Make the user fly toward the target atom |
Var Details
cooldown_time

Time between uses
fuel_indicator

threshold to change the jetpack fuel indicator
fuel_left

current amount of fuel in the jetpack
fuel_max

maximum amount of fuel in the jetpack
lit

True when jetpack has flame overlay
speed

How quick you will fly (warning, it rounds up to the nearest integer)
toggle_action

Controlling action
Proc Details
calculate_range
Calculate the max range of the jetpack, changed by some item slowdown
change_fuel_indicator
Manage the fuel indicator overlay
reset_flame
remove the flame overlay
use_jetpack
Make the user fly toward the target atom