User Tools

Site Tools


ixe:features:units:apex_ship

Differences

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

Link to this comparison view

Next revision
Previous revision
ixe:features:units:apex_ship [2024/12/04 21:47] – created Grabzixe:features:units:apex_ship [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 6: Line 6:
 ===== Unit Stats ===== ===== Unit Stats =====
   * Warps immediately, requiring no construction. Requires 15 seconds to be reconstructed if fatally damaged.   * Warps immediately, requiring no construction. Requires 15 seconds to be reconstructed if fatally damaged.
-  * Fits in a box of 88 by 30 terrain pixels.+  * Starts off generating 0.3 energy a second after spawning and ramps up linearly over a two minute period until it is generating 3 energy per second. 
 +  * Fits in a box of 44 by 16 terrain pixels.
   * Equipped with:   * Equipped with:
     * 1x [[cannon|Mark 1 Cannon]]     * 1x [[cannon|Mark 1 Cannon]]
     * 1x [[sentinel_cannon|Sentinel Cannon]]     * 1x [[sentinel_cannon|Sentinel Cannon]]
-    * 1x [[lathe|Lathe]]+    * 1x [[lathe|Excavation Lathe]]
  
 ===== Unit Usage ===== ===== Unit Usage =====
Line 16: Line 17:
  
 ===== Other variants ===== ===== Other variants =====
-<hidden Click to reveal this section>+<hidden This section features spoilers for the campaign. Click to reveal this section.>
 <fs x-large>Abraxis Apex Ship</fs> <fs x-large>Abraxis Apex Ship</fs>
 {{  unit_apex_ship_enhanced.png  }} {{  unit_apex_ship_enhanced.png  }}
Line 33: Line 34:
 {{  unit_survival_apex.png  }} {{  unit_survival_apex.png  }}
  
-The Survival Apex can operate all functions of the Apex Ship but does not have any firepower.+The Survival Apex can operate all functions of the Apex Ship but does not have any firepower or lathe It does lower the energy ramp up time from two minutes to 30 seconds, allowing you to more easily build a supporting fleet early on.  
  
   * Fits in a box of 28 by 17 terrain pixels.   * Fits in a box of 28 by 17 terrain pixels.
Line 44: Line 45:
  
 <hidden Unit JSON> <hidden Unit JSON>
-(Unit JSON)+Apex Ship: 
 +<code>
 + "type": "unit", 
 + "displayname": "Apex", 
 + "permanentinventory": true, 
 + "isapex": true, 
 + "isportal": false, 
 + "image": "shipNew.png", 
 + "position": [0, 0], 
 + "pivot": [0.5, 0.5], 
 + "maxammo": 500, 
 + "movable": true, 
 + "isbuilt": true, 
 + "powergeneration": [0.01, 0.1, 3600],  
 + "powerdispatchstoremax": 1, 
 + "parts":
 + {"part": "$/weapon_cannon/weapon_cannon.json", "position": [18, -4]}, 
 + {"part": "$/weapon_sentrygun/weapon_sentrygun.json", "position": [10, -2.5]}, 
 + {"part": "$/weapon_lathe/weapon_lathe.json", "position": [5, -3]}, 
 + ], 
 +    "controllers":
 +        { "name": "ondestroy_sandexplosion"
 +    ] 
 +
 +</code> 
 +Abraxis Apex Ship: 
 +<code>
 + "type": "unit", 
 + "displayname": "Apex", 
 + "permanentinventory": true, 
 + "isapex": true, 
 + "isportal": false, 
 + "image": "body.png", 
 + "position": [0, 0], 
 + "pivot": [0.5, 0.5], 
 + "maxammo": 500, 
 + "movable": true, 
 + "isbuilt": true, 
 + "powergeneration": [0.01, 0.1, 3600], 
 + "powerdispatchstoremax": 1, 
 + "parts":
 + {"part": "$/weapon_lathe/weapon_lathe.json", "position": [5, -4]}, 
 + {"part": "$/weapon_rocket/weapon_rocket.json", "position": [4, 0]}, 
 + {"part": "$/weapon_rocket/weapon_rocket.json", "position": [-5, 0]}, 
 + {"part": "$/weapon_cannon/weapon_cannon.json", "position": [15, -1.5]}, 
 + {"part": "$/weapon_cannon/weapon_cannon.json", "position": [10, -1.5]}, 
 + {"part": "$/weapon_sentrygun/weapon_sentrygun.json", "position": [-1, -4]}, 
 + {"part": "$/weapon_sentrygun/weapon_sentrygun.json", "position": [-6, -4]}, 
 + ], 
 + "controllers":
 + {"name": "ondestroy_sandexplosion"
 + ]  
 +
 +</code> 
 +Survival Apex: 
 +<code> 
 +
 + "type": "unit", 
 + "displayname": "Survival Apex", 
 + "permanentinventory": true, 
 + "isapex": true, 
 + "isportal": false, 
 + "image": "body.png", 
 + "position": [0, 0], 
 + "pivot": [0.5, 0.5], 
 + "maxammo": 500, 
 + "movable": true, 
 + "isbuilt": true, 
 + "powergeneration": [0.01, 0.1, 900],  
 + "powerdispatchstoremax": 1, 
 +    "controllers":
 +        { "name": "ondestroy_sandexplosion"
 +    ] 
 +
 +</code>
 </hidden> </hidden>
  
 \\ \\
 {{page>navigation}} {{page>navigation}}
ixe/features/units/apex_ship.1733348867.txt.gz · Last modified: 2025/02/14 14:56 (external edit)