Flamethrower
Shoots a stream of flaming gasoline to ignite your foes.
It is a craftable and spawnable non-flammable solid.
Here is a list of possible sizes that reach the maximum malleability (225) that have integer components: 1x225x1, 1x75x3, 1x45x5, 1x25x9, 1x15x15, 3x25x3, 3x15x5, 5x9x5, 9x5x5, 15x5x3
At its default size (10x2x2) it has a durability of 20, at its maximum size it has a durability of 36.
By default, its colour is #3b3b3b.
It requires 8 Flint
, 24 Iron
, 5 Rubber
, and 8 Sulfur
to be crafted.
Events
Loop(deltaTime)
Fires when the object is updated by the game loop.
The deltaTime parameter is the 'time' since the last tick, it does not represent the actual time since the last tick was occurred, rather just how often a game tick should be fired (it will always be precisely 1
). It is a number
.