GearTypes: Remove air mine karma
authorWuzzy
Tue, 02 Apr 2019 15:47:17 +0100
changeset 1712 047fe82b6627
parent 1711 d2397947f3d7
child 1713 caa20881899a
GearTypes: Remove air mine karma
GearTypes.wiki
--- a/GearTypes.wiki	Mon Apr 01 23:23:43 2019 +0100
+++ b/GearTypes.wiki	Tue Apr 02 15:47:17 2019 +0100
@@ -282,8 +282,7 @@
  * `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.
  * `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)
  * `Power`: Speed in which it seeks and follows hedgehogs.
- * `Karma`: Explosion size and damage (in 0.9.22). Default: 30
- * `Boom`: Explosion size and damage (in 0.9.23). Default: 25
+ * `Boom`: Explosion size and damage (since 0.9.23). Default: 25
 
 ==== `gtBallGun` ====
 A ballgun. It throws 51 balls ([GearTypes#gtBall `gtBall`]) by default. This weapon is timer-based.