User Tools

Site Tools


ixe:features:units:darkling

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:darkling [2024/12/15 23:07] Grabzixe:features:units:darkling [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 2: Line 2:
 {{  unit_darkling.png  }} {{  unit_darkling.png  }}
  
-The Darkling fires a deadly beam that cuts through creeper and [[Bot|bots]], and also slowly damages enemy units on contact. Be careful using the beam as it will tear through your ships. The Darkling requires a high amount of energy to operate and must be manually set to ON using the UI panel in order to fire the beam. The beam position must be set using the [Set Targetbutton.+The Darkling fires a deadly beam that cuts through creeper and [[Bot|bots]], and also deals severe, near-instant damage to most units on contact. Various enemy structures such as [[Emitter|emitters]] can be destroyed, in addition [[IXE Core|IXE Cores]] can also be destroyed this way to help further the mission, and [[Upgrade Gem|Upgrade Gems]] can be collected this way by destroying them.
  
-The beam can be redirected using a [[Dark Echo]]. Point the beam directly at the center of Dark Echo, and choose the new direction of the beam from the Dark Echo's UI panel.+Be careful using the beam as it will tear through your ships. The Darkling requires high amount of energy to operate and must be manually set to ON using the UI panel in order to fire the beam. The beam position must be set using the [Set Target] button.
  
-===== Unit Stats ===== +The beam can be redirected using a [[Dark Echo]]Point the beam directly at the center of Dark Echo, and choose the new direction of the beam from the Dark Echo's UI panel.
-  * Requires <fc #ff0000>information needed</fc> Energy to construct. +
-  * Fits in box of <fc #ff0000>information needed</fc> by <fc #ff0000>information needed</fc> terrain pixels. +
-  * Equipped with: +
-    * <fc #ff0000>information needed</fc>+
  
-===== Unit Usage ===== +Darkling is similar in function to Creeper World 2's Dark Beam.
-The Darkling is a powerful ship with high damage output...+
  
 ===== Spoilers ===== ===== Spoilers =====
 <hidden Unit JSON> <hidden Unit JSON>
-(Unit JSON)+<code javascript> 
 +
 +    "type": "unit", 
 +    "displayname": "Darkling", 
 +    "permanentinventory": true, 
 +    "image": "body.png", 
 +    "position": [ 0, 0 ], 
 +    "pivot": [ 0.5, 0.5 ], 
 + "rotatemode": 0, 
 + "rotatewhenflipped": false, 
 +    "maxammo": 300, 
 +    "movable": true, 
 +  
 + "darkraydamages": false, 
 +    "parts":
 +        { 
 +            "part": "tank.json", 
 +            "position": [ 0, 0 ] 
 +        }, 
 +        { 
 +            "part": "$/weapon_darkray/weapon_darkray.json", 
 +            "position": [ 0, 0 ] 
 +        }, 
 +    ], 
 +    "controllers":
 +        { "name": "ondestroy_sandexplosion"
 +    ] 
 +
 +</code> 
 +Plus the associated tank.json: 
 +<code> 
 +
 +    "type": "part", 
 +    "image": "tank.png", 
 +    "position": [ 0, 0 ], 
 +    "pivot": [ 0.5, 0.5 ], 
 + "rotatewhenflipped": false, 
 + "creeperdamages": false, 
 +    "controllers":
 +        { "name": "visualtank"
 +    ]  
 +
 +</code>
 </hidden> </hidden>
  
 \\ \\
 {{page>navigation}} {{page>navigation}}
ixe/features/units/darkling.1734304045.txt.gz · Last modified: 2025/02/14 14:56 (external edit)