# HG changeset patch # User Wuzzy # Date 1559483630 -3600 # Node ID a604b1f25dad3b8488d8b97bd3a6706351c05ca3 # Parent a043892f9a4d6b718e9c5e71ae08062f65fc6e7e GearTypes: FlightTime for gtHedgehog diff -r a043892f9a4d -r a604b1f25dad GearTypes.wiki --- a/GearTypes.wiki Sun Jun 02 12:11:47 2019 +0100 +++ b/GearTypes.wiki Sun Jun 02 14:53:50 2019 +0100 @@ -180,6 +180,7 @@ * `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). + * `FlightTime`: Amount of time the hedgehog flew after being hit by a baseball bat. If not hit or not in air, this is 0 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.)