# HG changeset patch # User Wuzzy # Date 1452033238 0 # Node ID 34cbea18b1a81cd1fd32aac1495f76767e9a65b0 # Parent 42a7c9591adb1ab1389ed9178010ef70ba6df326 Add Boom for gtWatermelon diff -r 42a7c9591adb -r 34cbea18b1a8 GearTypes.wiki --- a/GearTypes.wiki Mon Jan 04 14:25:38 2016 +0000 +++ b/GearTypes.wiki Tue Jan 05 22:33:58 2016 +0000 @@ -281,7 +281,7 @@ ==== `gtDrill` ==== A drill rocket. This is either a launched drill rocket or a small drill rocket from the drill strike (which is a bit weaker than the launched one). -The type of drill rocket is stored in the gear state. If `gsttmpFlag` is set (e.g. {{{band(GetState(yourDrillGear), gsttempFlag) == 0}}} evaluates to `true`), it is a launched drill rocket, otherwise it is a drill rocket from the drill strike. +The type of drill rocket is stored in the gear state. If `gsttmpFlag` is set (e.g. {{{band(GetState(yourDrillGear), gsttmpFlag) == 0}}} evaluates to `true`), it is a launched drill rocket, otherwise it is a drill rocket from the drill strike. * `Tag`: Used for drill strike. If `1`, then first impact occoured already. * `Timer`: Detonation timer (in ms) @@ -433,6 +433,7 @@ A watermelon bomb, still intact. It spawns several `gtMelonPiece` gears when it explodes. * `Timer`: Detonation timer (in milliseconds). + * `Boom`: Explosion size and damage. Default: 75 ==== `gtWhip` ==== A whip.