diff -r 2a001a64d9a2 -r 5b7de589719c GearTypes.wiki --- a/GearTypes.wiki Fri Jan 01 22:29:19 2016 +0000 +++ b/GearTypes.wiki Fri Jan 01 22:47:26 2016 +0000 @@ -141,6 +141,7 @@ * `Tag`: Used for animation. `0` = no animation plays. Other value: animation plays * `Health`: Hedgehog's health. + * `FlightTime`: Time (in milliseconds) since the hedgehog stood the last time on solid ground * `Boom`: Explosion size and damage caused when the hedgehog dies (default: 30) TODO: Write more about hedgehogs. @@ -388,6 +389,7 @@ ==== `gtShell` ==== A bazooka shell (projectile). + * `FlightTime`: Time since the bazooka has been launched * `Boom`: Explosion size and damage. Default: 50 ==== `gtShotgunShot` ====