GearTypes.wiki
changeset 788 f65141aad185
parent 782 0fba851eb618
child 789 6693fdfb6876
equal deleted inserted replaced
787:3432420a5103 788:f65141aad185
   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