GearTypes.wiki
changeset 827 231aed2ea8ae
parent 817 5d23638ba8b8
child 840 2940af3b20b3
equal deleted inserted replaced
826:07f7de5b6325 827:231aed2ea8ae
   398 If the gear state flag `gstAttacking` is set, mine has been activated and is about to explode (if it is not a dud).
   398 If the gear state flag `gstAttacking` is set, mine has been activated and is about to explode (if it is not a dud).
   399 The game will decide whether a mine is a dud or not when the mine timer reaches 0.
   399 The game will decide whether a mine is a dud or not when the mine timer reaches 0.
   400 
   400 
   401  * `Timer`: Detonation timer (after activation). The initial value depends on the game settings.
   401  * `Timer`: Detonation timer (after activation). The initial value depends on the game settings.
   402  * `Health`: If `0`, mine is a dud, otherwise it is not a dud or has not been triggered yet.
   402  * `Health`: If `0`, mine is a dud, otherwise it is not a dud or has not been triggered yet.
   403  * `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.
   403  * `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` is greater than 35.
   404  * `Boom`: Explosion size and damage. Default: 50
   404  * `Boom`: Explosion size and damage. Default: 50
   405 
   405 
   406 ==== `gtSeduction` ====
   406 ==== `gtSeduction` ====
   407 A hedgehog trying to seduce others.
   407 A hedgehog trying to seduce others.
   408 
   408