equal
deleted
inserted
replaced
587 |
587 |
588 ==== `gtPoisonCloud` ==== |
588 ==== `gtPoisonCloud` ==== |
589 A poisonous cloud, makes hedgehogs sick on contact. Is normally created by [GearTypes#gtGasBomb `gtGasBomb`]. |
589 A poisonous cloud, makes hedgehogs sick on contact. Is normally created by [GearTypes#gtGasBomb `gtGasBomb`]. |
590 |
590 |
591 * `Timer`: Remaining “life time” in milliseconds (default: 5000). Note that the current animation does not very well support timers larger than 5 seconds, and the animation is partly hardcoded. |
591 * `Timer`: Remaining “life time” in milliseconds (default: 5000). Note that the current animation does not very well support timers larger than 5 seconds, and the animation is partly hardcoded. |
592 * `WDTimer`: (1.0.1-dev) Initial life time. Used by the animation |
592 * `WDTimer`: (1.0.1-dev) Initial life time (after spawning). Used by the animation |
593 |
593 |
594 === Other === |
594 === Other === |
595 Gears which don't fit into any other category. |
595 Gears which don't fit into any other category. |
596 |
596 |
597 ==== `gtAddAmmo` ==== |
597 ==== `gtAddAmmo` ==== |