ixe:features:units:coilship

Differences

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

Link to this comparison view

Next revision
Previous revision
ixe:features:units:coilship [2024/12/05 07:53] – created Grabzixe:features:units:coilship [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 48.9 Energy to construct
-  * Fits in a box of 35 by 22 terrain pixels.+  * Stores up to 25 energy worth of ammo
 +  * Fits in a box of 18 by 12 terrain pixels.
   * Equipped with:   * Equipped with:
     * 1x Phantom Beam     * 1x Phantom Beam
 +
 +===== Phantom Beam Stats =====
 +|  ^ 0 Gems ^ 1 Gems ^ 2 Gems ^ 3 Gems ^ 4 Gems ^ 5 Gems ^
 +^ Range | 100 | 109 | 118 | 127 | 136 | 145 |
 +
 +  * Deals 1 damage per second to phantoms in range.
 +  * Uses 6 energy per second to shoot all phantoms in range.
 +
 +Default phantoms have 2 health and travel at 1 terrain tile per frame, so a single phantom beam requires phantoms to be in range for 2 seconds or 60 terrain tiles to destroy them.
  
 ===== Unit Usage ===== ===== Unit Usage =====
Line 21: Line 31:
  
 <hidden Story Unlock> <hidden Story Unlock>
-(Story mission that unlocks the unit)+2 Coilships can be unlocked by collecting the rightmost tech module on Orionis: Ephermeral (Mission 7)
 </hidden> </hidden>
  
 <hidden Unit JSON> <hidden Unit JSON>
-(Unit JSON)+<code javascript> 
 +
 +    "type": "unit", 
 +    "displayname": "Coil Ship", 
 +    "permanentinventory": true, 
 +    "image": "bodyNew.png", 
 +    "position": [ 0, 0 ], 
 +    "pivot": [ 0.5, 0.5 ], 
 +    "maxammo": 25, 
 +    "movable": true, 
 +    "parts":
 +        { 
 +            "part": "$/weapon_phantombeam/weapon_phantombeam.json", 
 +            "position": [ -3, 4 ] 
 +        }, 
 +    ], 
 +    "controllers":
 +        { "name": "ondestroy_sandexplosion"
 +    ] 
 +
 +</code>
 </hidden> </hidden>
  
 \\ \\
 {{page>navigation}} {{page>navigation}}
ixe/features/units/coilship.1733385224.txt.gz · Last modified: 2025/02/14 14:56 (external edit)