glowstick 
Vars | |
fuel_type | Type of reagent we add as fuel |
---|---|
max_fuel | How much max fuel we have |
oxygen_added | How much oxygen gets added upon cracking the stick. Doesn't actually produce a reaction with the fluid but it does allow for bootleg chemical "grenades" |
temp_per_fuel | How much temperature gets added for every unit of fuel burned down |
timer_id | The timer id powering our burning |
Procs | |
burn_down | Burns down the glowstick by the specified time Returns the amount of time we need to burn before a visual change will occur |
Var Details
fuel_type 
Type of reagent we add as fuel
max_fuel 
How much max fuel we have
oxygen_added 
How much oxygen gets added upon cracking the stick. Doesn't actually produce a reaction with the fluid but it does allow for bootleg chemical "grenades"
temp_per_fuel 
How much temperature gets added for every unit of fuel burned down
timer_id 
The timer id powering our burning
Proc Details
burn_down
Burns down the glowstick by the specified time Returns the amount of time we need to burn before a visual change will occur