GearTypes.wiki
changeset 606 0998b84a0d82
parent 605 11428a80c27d
child 607 dde757edd995
equal deleted inserted replaced
605:11428a80c27d 606:0998b84a0d82
     9 == List of gear types ==
     9 == List of gear types ==
    10 === Land objects ===
    10 === Land objects ===
    11 This is a list of gears which usually stay on the land for a long time and stay for several rounds and can’t normally directly placed by players.
    11 This is a list of gears which usually stay on the land for a long time and stay for several rounds and can’t normally directly placed by players.
    12 
    12 
    13 || *Gear type* || *Description* || *Pos* || *Tag* || *Timer* || *Health* ||
    13 || *Gear type* || *Description* || *Pos* || *Tag* || *Timer* || *Health* ||
    14 || `gtCase` || An ammo, utility or health crate || crate type: 1=ammo crate, 2=health crate, 4=utility crate || TODO || TODO || Amount of health contained in a health crate ||
    14 || `gtCase` || An ammo, utility or health crate || crate type: 1=ammo crate, 2=health crate, 4=utility crate || _ignored_ || Used for appear animation || Amount of health contained in a health crate ||
    15 || `gtExplosives` || An explosive barrel || TODO || TODO || TODO || Barrel health; takes damage like a hedgehog. Starts at 60, explodes at 0. ||
    15 || `gtExplosives` || An explosive barrel || _ignored_ || _ignored_ || _ignored_ || Barrel health; takes damage like a hedgehog. Starts at 60, explodes at 0. ||
    16 || `gtFlake` || A snowflake which might become part of the terrain || TODO || TODO || TODO || TODO ||
    16 || `gtFlake` || A snowflake which might become part of the terrain || TODO || TODO || TODO || TODO ||
    17 || `gtFlame` || A flame || TODO || between 0-32 (TODO) || TODO || TODO ||
    17 || `gtFlame` || A flame || TODO || between 0-32 (TODO) || TODO || TODO ||
    18 || `gtGrave` || A grave from a dead hedgehog || TODO || TODO || TODO || TODO ||
    18 || `gtGrave` || A grave from a dead hedgehog || _ignored_ || _ignored_ || _ignored_ || Used when being resurrected. ||
    19 || `gtHedgehog` || A hedgehog || TODO || used for animation. `0` = no animation plays. Other value: animation plays || TODO || TODO ||
    19 || `gtHedgehog` || A hedgehog || TODO || used for animation. `0` = no animation plays. Other value: animation plays || TODO || TODO ||
    20 || `gtPortal` || A portal from the portable portal device || TODO || TODO || TODO || TODO ||
    20 || `gtPortal` || A portal from the portable portal device || _ignored_ || Portal state. 0=orange flying, 1=orange placed, 2=blue flying, 3=blue placed  || Remaining existance time (portals will disappear after end of turn). || TODO ||
    21 || `gtTarget` || A target, useful in target practice missions || TODO || TODO || TODO || TODO ||
    21 || `gtTarget` || A target, useful in target practice missions || TODO || TODO || TODO || TODO ||
    22 
    22 
    23 === Utilities ===
    23 === Utilities ===
    24 A list of “utility” gears.
    24 A list of “utility” gears.
    25 
    25