--- a/GearTypes.wiki Sun Jun 02 12:04:37 2019 +0100
+++ b/GearTypes.wiki Sun Jun 02 12:11:47 2019 +0100
@@ -179,6 +179,7 @@
* `Boom`: Explosion size and damage caused when the hedgehog dies (default: 30)
* `FlightTime`: Time (in milliseconds) since the hedgehog stood the last time on solid ground
* `Damage`: Amount of damage the hog took in this turn. At the end of turn, the health will be reduced accordingly and the `Damage` is reset to 0
+ * `Angle`: Current aiming angle, ranging from 0 to 2024. 0 is 90° (up) and 2024 is -90° (down).
Hedgehogs also make heavy use of the gear state, see [States]. [GearMessages Gear messages] are used for controlling a hedgehogs movement and actions (e.g. moving left, attacking, jumping, etc.)