diff -r 0b6e80767d96 -r 514babfbad9e GearTypes.wiki --- a/GearTypes.wiki Wed Oct 30 03:01:54 2019 +0000 +++ b/GearTypes.wiki Wed Oct 30 11:59:37 2019 +0100 @@ -59,8 +59,8 @@ || [GearTypes#gtIceGun `gtIceGun`] || Freezer || || [GearTypes#gtKamikaze `gtKamikaze`] || Hegehog going kamikaze || || [GearTypes#gtKnife `gtKnife`] || Cleaver || -|| [GearTypes#gtMinigun `gtMinigun`] || Minigun (0.9.24) || -|| [GearTypes#gtMinigunBullet `gtMinigunBullet`] || Minigun bullet (0.9.24) || +|| [GearTypes#gtMinigun `gtMinigun`] || Minigun || +|| [GearTypes#gtMinigunBullet `gtMinigunBullet`] || Minigun bullet || || [GearTypes#gtPiano `gtPiano`] || Piano from piano strike || || [GearTypes#gtPickHammer `gtPickHammer`] || Pickhammer || || [GearTypes#gtRCPlane `gtRCPlane`] || RC plane || @@ -101,7 +101,6 @@ This section gives longer description of the various gear types and how their values (i.e. tag, pos, timer, health, etc.) are interpreted. The gear values are pretty chaotic, so they are described for each gear seperately. Use the various setter and getter functions for gears to modifiy the gear values. In Lua, use the functions `GetGearPos`, `SetGearPos`, `GetTag`, `SetTag`, `GetTimer`, `SetTimer`, `GetHealth`, `SetHealth`, `GetFlightTime`, `SetFlightTime`, `GetGearValues` and `SetGearValues` to query or modify the gear values. -Note: The gear value “`Boom`” has been introduced in Hedgewars 0.9.23. === Land objects === This is a list of gears which usually stay on the land for a long time and stay for several rounds and can’t normally directly placed by players. @@ -287,7 +286,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. - * `Boom`: Explosion size and damage (since 0.9.23). Default: 25 + * `Boom`: Explosion size and damage. Default: 25 * `Karma`: (1.0.0) If `1`, mine timer display is hidden when object information view is enabled ==== `gtBallGun` ==== @@ -626,4 +625,4 @@ == Reference == For a current list of the gears look at `hedgewars/uTypes.pas` at the `TGearType` enumeration: -[https://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l92] \ No newline at end of file +[https://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l92]