GearTypes.wiki
changeset 1714 749b203b1fd7
parent 1713 caa20881899a
child 1719 b3b6ed1c822f
equal deleted inserted replaced
1713:caa20881899a 1714:749b203b1fd7
   274 
   274 
   275 To properly set the timer of an air mine, you must set both `Timer` and `WDTimer`.
   275 To properly set the timer of an air mine, you must set both `Timer` and `WDTimer`.
   276 
   276 
   277 States:
   277 States:
   278 
   278 
   279  * `gsttmpFlag`: The air mine is inactive (shortly after being fired by hedgehog), indicated by a slightly darker color
   279  * `gsttmpFlag`: The air mine is active and ready to chase. The air mine is only inactive for the first few seconds of its existence, inactivity is indicated by a slightly darker color
   280  * `gstAttacking`: The air mine is activated and is about to explode.
   280  * `gstAttacking`: The air mine is activated and is about to explode.
   281  * `gstChooseTarget`: The air mine is currently hunting a hedgehog. This should only be read by Lua scripts, setting it from a Lua script has no effect.
   281  * `gstChooseTarget`: The air mine is currently hunting a hedgehog. This should only be read by Lua scripts, setting it from a Lua script has no effect.
   282 
   282 
   283 Gear values:
   283 Gear values:
   284 
   284