lifetime

abstract var lifetime: Int

The number of ticks until this rocket explodes.

This value is randomized when the rocket is launched, using the following algorithm:

(flight + 1) * 10 + random(0 to 5) + random(0 to 6)