GearTypes.wiki
changeset 969 cb6bb484ce2a
parent 968 6cb9a810e184
child 970 0b7d2858fb21
equal deleted inserted replaced
968:6cb9a810e184 969:cb6bb484ce2a
   265 If the gear state flag `gstChooseTarget` is set, 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.
   265 If the gear state flag `gstChooseTarget` is set, 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.
   266 
   266 
   267  * `Pos`: Air friction. Higher values mean slower movement. 
   267  * `Pos`: Air friction. Higher values mean slower movement. 
   268  * `Timer`: Time left until possible detonation (in milliseconds). Default value depends on game scheme.
   268  * `Timer`: Time left until possible detonation (in milliseconds). Default value depends on game scheme.
   269  * `WDTimer`: Initial timer value (in milliseconds) of an activated air mine. The `Timer` is reset to this value if the air mine gets re-activated.
   269  * `WDTimer`: Initial timer value (in milliseconds) of an activated air mine. The `Timer` is reset to this value if the air mine gets re-activated.
   270  * `Angle`: Range in which it seeks and follows hedgehogs, in pixels. If a hedgehog is within this range, the air mine will start following. Set it to `0xFFFFFFFF` for an infinite seek range. Set to `0` to disable following. Default: 175
   270  * `Angle`: Range in which it seeks and follows hedgehogs, in pixels. If a hedgehog is within this range, the air mine will start following. Set it to `0xFFFFFFFF` for an infinite seek range. Set to `0` to disable following. This also indirectly sets the escape distance which hog need to reach for the air mine to stop following. It is 6 times this value. Default: 175 (and an implied default escape distance of 1050)
   271  * `Power`: Speed in which it seeks and follows hedgehogs.
   271  * `Power`: Speed in which it seeks and follows hedgehogs.
   272  * `Karma`: Explosion size and damage (in 0.9.22). Default: 30
   272  * `Karma`: Explosion size and damage (in 0.9.22). Default: 30
   273  * `Boom`: Explosion size and damage (in 0.9.23). Default: 25
   273  * `Boom`: Explosion size and damage (in 0.9.23). Default: 25
   274 
   274 
   275 ==== `gtBallGun` ====
   275 ==== `gtBallGun` ====