User Tools

Site Tools


ixe:features:units:gunship

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ixe:features:units:gunship [2024/12/05 08:33] – created Grabzixe:features:units:gunship [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 5: Line 5:
  
 ===== Unit Stats ===== ===== Unit Stats =====
-  * Requires ---- Energy to construct. +  * Requires 54.5 Energy to construct. 
-  * Fits in a box of 26 by 18 terrain pixels.+  * Fits in a box of 16 by 11 terrain pixels.
   * Equipped with:   * Equipped with:
     * 1x [[cannon|Mark 1 Cannon]]     * 1x [[cannon|Mark 1 Cannon]]
Line 20: Line 20:
  
 <hidden Story Unlock> <hidden Story Unlock>
-(Story mission that unlocks the unit)+You receive your first Gunship at the start of Alcance: Purpose (mission 2).  Additional gunships can be unlocked by collecting the tech pickup on Procyon: Unexpected (mission 3) and the central tech pickup on Orionis: Ephemeral (mission 7).
 </hidden> </hidden>
  
 <hidden Unit JSON> <hidden Unit JSON>
-(Unit JSON)+<code javascript> 
 +
 +    "type": "unit", 
 +    "displayname": "Gunship", 
 + "cost": 2000, 
 +    "permanentinventory": true, 
 +    "image": "bodyNew.png", 
 +    "position": [ 0, 0 ], 
 +    "pivot": [ 0.5, 0.5 ], 
 +    "maxammo": 25, 
 +    "movable": true, 
 +    "parts":
 +        { 
 +            "part": "$/weapon_rocket/weapon_rocket.json", 
 +            "position": [ -1.25, 1.25 ] 
 +        }, 
 +        { 
 +            "part": "$/weapon_cannon/weapon_cannon.json", 
 +            "position": [ -1, -3 ] 
 +        } 
 +    ], 
 +    "controllers":
 +        { "name": "ondestroy_sandexplosion"
 +    ] 
 +
 +</code>
 </hidden> </hidden>
  
 \\ \\
 {{page>navigation}} {{page>navigation}}
ixe/features/units/gunship.1733387587.txt.gz · Last modified: 2025/02/14 14:56 (external edit)