User Tools

Site Tools


ixe:features:units:frigate

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ixe:features:units:frigate [2024/12/05 08:29] Grabzixe:features:units:frigate [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 139.1 Energy to construct. 
-  * Fits in a box of 72 by 28 terrain pixels.+  * Fits in a box of 34 by 14 terrain pixels.
   * Equipped with:   * Equipped with:
     * 3x [[cannon|Mark 1 Cannon]]     * 3x [[cannon|Mark 1 Cannon]]
Line 22: Line 22:
  
 <hidden Story Unlock> <hidden Story Unlock>
-(Story mission that unlocks the unit)+You unlock your first Frigate when collecting the southeast tech module on Elysium: Assault (mission 9).  Your second Frigate is unlocked when collecting the tech module on Diphda: Horizon (mission 19).
 </hidden> </hidden>
  
 <hidden Unit JSON> <hidden Unit JSON>
-(Unit JSON)+<code javascript> 
 +
 + "type": "unit", 
 + "displayname": "Frigate", 
 + "cost": 100, 
 + "permanentinventory": true, 
 + "image": "frigateNew.png", 
 + "position": [0, 0], 
 + "pivot": [0.5, 0.5], 
 + "maxammo": 50, 
 + "movable": true, 
 + "parts":
 + {"part": "$/weapon_rocket/weapon_rocket.json", "position": [-2, -1]}, 
 + {"part": "$/weapon_rocket/weapon_rocket.json", "position": [-8, -1]}, 
 + {"part": "$/weapon_cannon/weapon_cannon.json", "position": [4, 1.5]}, 
 + {"part": "$/weapon_cannon/weapon_cannon.json", "position": [10, -3]}, 
 + {"part": "$/weapon_cannon/weapon_cannon.json", "position": [-5, -4]}, 
 + ], 
 + "controllers":
 + {"name": "ondestroy_sandexplosion"
 + ]  
 +
 +</code>
 </hidden> </hidden>
  
 \\ \\
 {{page>navigation}} {{page>navigation}}
ixe/features/units/frigate.1733387357.txt.gz · Last modified: 2025/02/14 14:56 (external edit)