GearTypes.wiki
changeset 1526 4a0eb0735ad9
parent 1490 b5bb0845eaa7
child 1633 4d62b31cddef
equal deleted inserted replaced
1525:7bef7b6338e2 1526:4a0eb0735ad9
    48 || [GearTypes#gtBlowTorch `gtBlowTorch`] || Blowtorch ||
    48 || [GearTypes#gtBlowTorch `gtBlowTorch`] || Blowtorch ||
    49 || [GearTypes#gtClusterBomb `gtClusterBomb`] || Cluster bomb ||
    49 || [GearTypes#gtClusterBomb `gtClusterBomb`] || Cluster bomb ||
    50 || [GearTypes#gtCake `gtCake`] || Cake ||
    50 || [GearTypes#gtCake `gtCake`] || Cake ||
    51 || [GearTypes#gtDEagleShot `gtDEagleShot`] || Shot from a Desert Eagle ||
    51 || [GearTypes#gtDEagleShot `gtDEagleShot`] || Shot from a Desert Eagle ||
    52 || [GearTypes#gtDrill `gtDrill`] || Drill rocket ||
    52 || [GearTypes#gtDrill `gtDrill`] || Drill rocket ||
    53 || [GearTypes#gtDuck `gtDuck`] || Rubber duck ||
    53 || [GearTypes#gtDuck `gtDuck`] || Rubber duck (*deprecated*) ||
    54 || [GearTypes#gtDynamite `gtDynamite`] || Dynamite ||
    54 || [GearTypes#gtDynamite `gtDynamite`] || Dynamite ||
    55 || [GearTypes#gtFirePunch `gtFirePunch`] || Shoryuken ||
    55 || [GearTypes#gtFirePunch `gtFirePunch`] || Shoryuken ||
    56 || [GearTypes#gtFlamethrower `gtFlamethrower`] || Flamethrower ||
    56 || [GearTypes#gtFlamethrower `gtFlamethrower`] || Flamethrower ||
    57 || [GearTypes#gtGasBomb `gtGasBomb`] || Old limburger ||
    57 || [GearTypes#gtGasBomb `gtGasBomb`] || Old limburger ||
    58 || [GearTypes#gtGrenade `gtGrenade`] || Grenade ||
    58 || [GearTypes#gtGrenade `gtGrenade`] || Grenade ||
   339  * `Tag`: Used for drill strike. If `1`, then first impact occoured already.
   339  * `Tag`: Used for drill strike. If `1`, then first impact occoured already.
   340  * `Timer`: Detonation timer (in ms)
   340  * `Timer`: Detonation timer (in ms)
   341  * `Boom`: Explosion size and damage. Default: 50 for launched drill rocket, 30 for drill rocket from drill strike
   341  * `Boom`: Explosion size and damage. Default: 50 for launched drill rocket, 30 for drill rocket from drill strike
   342 
   342 
   343 ==== `gtDuck` ====
   343 ==== `gtDuck` ====
       
   344 This gear type is *deprecated*, it will be removed in a future version. Do not use it for new scripts!
       
   345 
   344 A rubber duck, added in 0.9.23. Explodes on collision. Swims on water and is affected by wind as soon it is on the water. It is also able to swim on the Sea edges, it simply turns around by 90 degrees. It also has a timer to avoid the duck existing forever.
   346 A rubber duck, added in 0.9.23. Explodes on collision. Swims on water and is affected by wind as soon it is on the water. It is also able to swim on the Sea edges, it simply turns around by 90 degrees. It also has a timer to avoid the duck existing forever.
   345 
   347 
   346  * `Pos`: The movement state. `0` when in air, between `1` and `4` when swimming, between `5` and `8` when underwater
   348  * `Pos`: The movement state. `0` when in air, between `1` and `4` when swimming, between `5` and `8` when underwater
   347   * `0`: In air
   349   * `0`: In air
   348   * `1`: Swimming on the bottom water
   350   * `1`: Swimming on the bottom water