# HG changeset patch # User Wuzzy # Date 1559473907 -3600 # Node ID a043892f9a4d6b718e9c5e71ae08062f65fc6e7e # Parent 180d42ef766d3d0cd61d528c147889826e616ccb GearTypes: Hedgehog angle diff -r 180d42ef766d -r a043892f9a4d GearTypes.wiki --- 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.)