equal
deleted
inserted
replaced
382 |
382 |
383 ==== `gtMine` ==== |
383 ==== `gtMine` ==== |
384 A land mine. |
384 A land mine. |
385 |
385 |
386 If the gear state flag `gstAttacking` is set, mine has been activated and is about to explode (if it is not a dud). |
386 If the gear state flag `gstAttacking` is set, mine has been activated and is about to explode (if it is not a dud). |
387 |
387 The game will decide whether a mine is a dud or not when the mine timer reaches 0. |
388 * `Timer`: Detonation timer (after activation). |
388 |
389 * `Health`: If `0`, mine is a dud. |
389 * `Timer`: Detonation timer (after activation). The initial value depends on the game settings. |
|
390 * `Health`: If `0`, mine is a dud, otherwise it is not a dud or has not been triggered yet. |
|
391 * `Damage`: If mine has become a dud, this will contain the damage taken by the mine since it was a dud. It starts at 0 and the mine will explode when `Damage` reaches 35 or higher. |
390 * `Boom`: Explosion size and damage. Default: 50 |
392 * `Boom`: Explosion size and damage. Default: 50 |
391 |
393 |
392 ==== `gtSeduction` ==== |
394 ==== `gtSeduction` ==== |
393 A hedgehog trying to seduce others. |
395 A hedgehog trying to seduce others. |
394 |
396 |