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

Both sides previous revisionPrevious revision
Next revision
Previous revision
ixe:features:units:apex_ship [2024/12/19 23:29] durikkanixe:features:units:apex_ship [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 7: Line 7:
   * 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.
   * 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.   * 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 88 by 30 terrain pixels.+  * Fits in a box of 44 by 16 terrain pixels.
   * Equipped with:   * Equipped with:
     * 1x [[cannon|Mark 1 Cannon]]     * 1x [[cannon|Mark 1 Cannon]]
Line 45: 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.1734650942.txt.gz · Last modified: 2025/02/14 14:56 (external edit)