User Tools

Site Tools


ixe:features:units:phantom_emitter

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:phantom_emitter [2024/12/05 10:49] Grabzixe:features:units:phantom_emitter [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 10: Line 10:
 <hidden Help Tab transcript> <hidden Help Tab transcript>
 The Phantom Emitter produces phantoms. Phantoms are trans-dimensional entities that traverse terrain directly to their targets. Ships can eliminate phantoms. The phantom emitter can also be nullified. The Phantom Emitter produces phantoms. Phantoms are trans-dimensional entities that traverse terrain directly to their targets. Ships can eliminate phantoms. The phantom emitter can also be nullified.
 +</hidden>
 +<hidden Unit JSON>
 +<code javascript>{
 +    "type": "unit",
 +    "enemy": true,
 +    "displayname": "Phantom Emitter",
 +    "image": "body.png",
 +    "sortingorder": 2,
 +    "position": [ 0, 0 ],
 +    "pivot": [ 0.5, 0.5 ],
 +    "isbuilt": true,
 +    "hasphysics": true,
 +    "creeperdamages": false,
 +    "deadfraction": 0.25,
 +    "nullifiable": true,
 +    "playercandestroy": false,
 +    "playercontrolbuildsupply": false,
 +    "playercontrolammosupply": false,
 +    "controllers": [
 +        {
 +            "name": "phantomemitter",
 +            "creeper": 2000
 +        },
 +        {
 +            "name": "ondestroy_sandexplosion",
 +            "amt": 256,
 +            "minvelocity": 1.5,
 +            "maxvelocity": 3,
 +            "color0": [ 0.2, 0.4, 2 ],
 +            "color1": [ 0.2, 0.6, 2 ],
 +            "sandtype": 2
 +        }
 +    ]
 +}</code>
 </hidden> </hidden>
  
 \\ \\
 {{page>navigation}} {{page>navigation}}
ixe/features/units/phantom_emitter.1733395750.txt.gz · Last modified: 2025/02/14 14:56 (external edit)