GearTypes.wiki
changeset 1857 b76bb83d8db6
parent 1813 f69b4571a398
child 1858 e08849853ddb
equal deleted inserted replaced
1856:2d2693ace6fe 1857:b76bb83d8db6
     5 This is a list and overview of all gear types.
     5 This is a list and overview of all gear types.
     6 
     6 
     7 This page is split in two parts: The first part is a short list, the second part gives a longer description for all gear types and also describes the meaning of the gear values (such as timer, pos, health, etc.).
     7 This page is split in two parts: The first part is a short list, the second part gives a longer description for all gear types and also describes the meaning of the gear values (such as timer, pos, health, etc.).
     8 
     8 
     9 Please note this page is still a work in progess. The categories presented here are purely for a better overview here; they do not neccessarily reflect anything in the actual game’s source code.
     9 Please note this page is still a work in progess. The categories presented here are purely for a better overview here; they do not neccessarily reflect anything in the actual game’s source code.
    10 
       
    11 A “TODO” means that this particular section is not yet finished and may be not accurate.
       
    12 
    10 
    13 <wiki:toc max_depth="3" />
    11 <wiki:toc max_depth="3" />
    14 
    12 
    15 == List of gear types ==
    13 == List of gear types ==
    16 This is a short overview and a brief description of all gears.
    14 This is a short overview and a brief description of all gears.
   251 
   249 
   252  * `Pos`: Current phase. The value `4` is used when the !TimeBox is currently time-travelling (has completely turned invisible).
   250  * `Pos`: Current phase. The value `4` is used when the !TimeBox is currently time-travelling (has completely turned invisible).
   253  * `Timer`: Has several meanings, depending on `Pos`. Here's the most imporant one, for `Pos` of `4`: A timer (in milliseconds) containing the remaining time until the !TimeBox returns. The !TimeBox returns when `Timer` reaches 0. Hedgewars decreases the timer only while the same team is playing
   251  * `Timer`: Has several meanings, depending on `Pos`. Here's the most imporant one, for `Pos` of `4`: A timer (in milliseconds) containing the remaining time until the !TimeBox returns. The !TimeBox returns when `Timer` reaches 0. Hedgewars decreases the timer only while the same team is playing
   254  * `Tint`: RGBA color (default: clan color)
   252  * `Tint`: RGBA color (default: clan color)
   255 
   253 
   256 TODO: Add more information for the other phases.
   254 Note: This section is incomplete, not all phases are documented yet.
   257 
   255 
   258 ==== `gtTeleport` ====
   256 ==== `gtTeleport` ====
   259 Teleportation.
   257 Teleportation.
   260 
   258 
   261 === Weapons and main projectiles ===
   259 === Weapons and main projectiles ===