GearTypes.wiki
changeset 1152 7f70e3b1687f
parent 1148 1fbbd733a3c2
child 1153 a387a3532b8a
equal deleted inserted replaced
1151:7453409386c0 1152:7f70e3b1687f
    32 || [GearTypes#gtJetpack `gtJetpack`] || A flying saucer ||
    32 || [GearTypes#gtJetpack `gtJetpack`] || A flying saucer ||
    33 || [GearTypes#gtLandGun `gtLandGun`] || The land spray tool ||
    33 || [GearTypes#gtLandGun `gtLandGun`] || The land spray tool ||
    34 || [GearTypes#gtParachute `gtParachute`] || A parachute ||
    34 || [GearTypes#gtParachute `gtParachute`] || A parachute ||
    35 || [GearTypes#gtResurrector `gtResurrector`] || Resurrection ||
    35 || [GearTypes#gtResurrector `gtResurrector`] || Resurrection ||
    36 || [GearTypes#gtRope `gtRope`] || A rope ||
    36 || [GearTypes#gtRope `gtRope`] || A rope ||
    37 || [GearTypes#gtSwitcher `gtSwitcher`] || Switch hedgehog ||
    37 || [GearTypes#gtSwitcher `gtSwitcher`] || Hedgehog switching arrows ||
    38 || [GearTypes#gtTardis `gtTardis`] || A !TimeBox ||
    38 || [GearTypes#gtTardis `gtTardis`] || A !TimeBox ||
    39 || [GearTypes#gtTeleport `gtTeleport`] || Teleportation ||
    39 || [GearTypes#gtTeleport `gtTeleport`] || Teleportation ||
    40 
    40 
    41 === Weapons and main projectiles ===
    41 === Weapons and main projectiles ===
    42 || *Gear type* || *Description* ||
    42 || *Gear type* || *Description* ||
   232  * `Tint`: Rope color as RGBA. This only works if `Tag` equals `1`
   232  * `Tint`: Rope color as RGBA. This only works if `Tag` equals `1`
   233 
   233 
   234 Note: `dX` and `dY` are returned by the `GetGearVelocity` function.
   234 Note: `dX` and `dY` are returned by the `GetGearVelocity` function.
   235 
   235 
   236 ==== `gtSwitcher` ====
   236 ==== `gtSwitcher` ====
   237 Switch hedgehog.
   237 These are the spinning arrows which appear when a player starts switching hedgehogs.
       
   238 
       
   239  * `X` and `Y`: Position of spinning arrows.
   238 
   240 
   239 ==== `gtTardis` ====
   241 ==== `gtTardis` ====
   240 A !TimeBox. It works in several phases and an internal timer.
   242 A !TimeBox. It works in several phases and an internal timer.
   241 
   243 
   242  * `Pos`: Current phase. The value `4` is used when the !TimeBox is currently time-travelling (has completely turned invisible).
   244  * `Pos`: Current phase. The value `4` is used when the !TimeBox is currently time-travelling (has completely turned invisible).