GearTypes.wiki
changeset 941 6100c2308a82
parent 882 0a5904d7ae7a
child 968 6cb9a810e184
equal deleted inserted replaced
940:8c4a529edddb 941:6100c2308a82
   427 If the gear state flag `gstAttacking` is set, mine has been activated and is about to explode (if it is not a dud).
   427 If the gear state flag `gstAttacking` is set, mine has been activated and is about to explode (if it is not a dud).
   428 The game will decide whether a mine is a dud or not when the mine timer reaches 0.
   428 The game will decide whether a mine is a dud or not when the mine timer reaches 0.
   429 
   429 
   430  * `Timer`: Detonation timer (after activation). The initial value depends on the game settings.
   430  * `Timer`: Detonation timer (after activation). The initial value depends on the game settings.
   431  * `Health`: If `0`, mine is a dud, otherwise it is not a dud or has not been triggered yet.
   431  * `Health`: If `0`, mine is a dud, otherwise it is not a dud or has not been triggered yet.
       
   432  * `Tag`: (0.9.23) If `1`, mine timer will be random.
   432  * `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.
   433  * `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.
   433  * `Boom`: Explosion size and damage. Default: 50
   434  * `Boom`: Explosion size and damage. Default: 50
   434 
   435 
   435 ==== `gtSeduction` ====
   436 ==== `gtSeduction` ====
   436 A hedgehog trying to seduce others.
   437 A hedgehog trying to seduce others.