blastcannon

A gun that consumes a TTV to shoot an projectile with equivalent power.
It's basically an immovable rod launcher.
Vars | |
bomb | The TTV this contains that will be used to create the projectile |
---|---|
bombcheck | Whether you can fire this without a bomb. |
debug_power | The range this defaults to without a bomb for debugging and badminry |
max_power | The maximum power the blastcannon is capable of reaching |
prereaction | Whether the gases are reacted once before calculating the range |
reaction_cycles | How many times gases react() before calculation. Very finnicky value, do not mess with without good reason. |
reaction_volume_mod | Additional volume added to the gasmixture used to calculate the bombs power. |
Procs | |
calculate_bomb | Handles the bomb power calculations |
Var Details
bomb

The TTV this contains that will be used to create the projectile
bombcheck

Whether you can fire this without a bomb.
debug_power

The range this defaults to without a bomb for debugging and badminry
max_power

The maximum power the blastcannon is capable of reaching
prereaction

Whether the gases are reacted once before calculating the range
reaction_cycles

How many times gases react() before calculation. Very finnicky value, do not mess with without good reason.
reaction_volume_mod

Additional volume added to the gasmixture used to calculate the bombs power.
Proc Details
calculate_bomb
Handles the bomb power calculations