GearTypes.wiki
changeset 795 0fe2af973d36
parent 794 4e2e38787f24
child 796 445168937988
equal deleted inserted replaced
794:4e2e38787f24 795:0fe2af973d36
    26 || `gtPortal` || A portal from the portable portal device ||
    26 || `gtPortal` || A portal from the portable portal device ||
    27 || `gtTarget` || A target ||
    27 || `gtTarget` || A target ||
    28 
    28 
    29 === Utilities ===
    29 === Utilities ===
    30 || *Gear type* || *Description* ||
    30 || *Gear type* || *Description* ||
    31 || `gtGirder` || A construction or rubber ||
    31 || `gtGirder` || An attempt to place a construction or rubber ||
    32 || `gtJetpack` || A flying saucer ||
    32 || `gtJetpack` || A flying saucer ||
    33 || `gtLandGun` || The land spray tool ||
    33 || `gtLandGun` || The land spray tool ||
    34 || `gtParachute` || A parachute ||
    34 || `gtParachute` || A parachute ||
    35 || `gtResurrector` || Resurrection ||
    35 || `gtResurrector` || Resurrection ||
    36 || `gtRope` || A rope ||
    36 || `gtRope` || A rope ||
   166 
   166 
   167 === Utilities ===
   167 === Utilities ===
   168 The gears used by various utilities.
   168 The gears used by various utilities.
   169 
   169 
   170 ==== `gtGirder` ====
   170 ==== `gtGirder` ====
   171 A construction or rubber.
   171 This gear is created when a player tried to place construction or rubber somewhere which may or may not have been successful.
   172 TODO
   172 
       
   173  * `State`: Orientation and size coded as a number. See Lua API documentation on `onGirderPlacement` or `onRubberPlacement` for the meaning of the number
       
   174 
       
   175 If you expect a successful placement including information regarding building type, position and orientation, use the functions `onGirderPlacement` and `onRubberPlacement`, respectively.
   173 
   176 
   174 ==== `gtJetpack` ====
   177 ==== `gtJetpack` ====
   175 A flying saucer. Its fuel is stored in `Health` and starts at 2000, which stands for 100% fuel. The fuel value is reduced whenever the player taps one of the direction keys. The up direction costs 50 fuel and the left and right directions cost 10 fuel.
   178 A flying saucer. Its fuel is stored in `Health` and starts at 2000, which stands for 100% fuel. The fuel value is reduced whenever the player taps one of the direction keys. The up direction costs 50 fuel and the left and right directions cost 10 fuel.
   176 
   179 
   177  * `Health`: Amount of remaining fuel. `2000` denotes 100% fuel.
   180  * `Health`: Amount of remaining fuel. `2000` denotes 100% fuel.