GearTypes.wiki
changeset 1005 02833f7365e4
parent 1002 2eb2f6edf3a8
child 1025 e6c3e90f2373
--- a/GearTypes.wiki	Thu Apr 27 18:10:11 2017 +0100
+++ b/GearTypes.wiki	Thu Apr 27 23:39:49 2017 +0100
@@ -330,7 +330,7 @@
  * `Boom`: Explosion size and damage. Default: 50 for launched drill rocket, 30 for drill rocket from drill strike
 
 ==== `gtDuck` ====
-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.
+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.
 
  * `Pos`: The movement state. `0` when in air, between `1` and `4` when swimming, between `5` and `8` when underwater
   * `0`: In air
@@ -343,7 +343,7 @@
   * `7`: Underwater in the left Sea edge
   * `8`: Underwater in the right Sea edge
  * `Tag`: Facing direction. `1` for right, `-1` for left.
- * `Timer`: Detonation timer (in ms), starts after hitting water. Default: 15000
+ * `Timer`: Detonation timer (in ms), starts after dropping. Default: 15000
  * `Boom`: Explosion size and damage. Default: 40
  * `Damage`: Speed factor when swimming on water, multiplied with wind speed. Default: 500
  * `Karma`: Distance from water when swimming. Default: 24