ixe:features:units: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:emitter [2024/12/05 10:35] Grabzixe:features:units:emitter [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 3: Line 3:
  
 Emitters periodically throw around a short lived sand called the Creeper Maker, which produces creeper. Emitters can be destroyed with a [[Nullifier]]. Emitters periodically throw around a short lived sand called the Creeper Maker, which produces creeper. Emitters can be destroyed with a [[Nullifier]].
 +
 +===== Spoilers =====
 +<hidden Help Tab transcript>
 +The Emitter generates creeper-emitting particles. These particles spawn deadly creeper, but they have a half-life and decay over time. Use a Nullifier to destroy an Emitter.
 +</hidden>
 +<hidden Unit JSON>
 +<code javascript>{
 + "type": "unit",
 + "enemy": true,
 + "displayname":"Emitter",
 + "image": "body.png",
 + "sortingorder": 2,
 + "position": [0, 0],
 + "pivot": [0.5, 0.5],
 + "isbuilt": true,
 + "hasphysics": true,
 + "parts": [],
 + "scripts": [],
 + "creeperdamages": false,
 + "digitalissource": false,
 + "nullifiable": true,
 + "playercandestroy": false,
 + "playercontrolbuildsupply": false,
 + "playercontrolammosupply": false,
 + "damageheal": 50,
 + "objectivetype": 4,
 + "parts": [
 + {"part": "$/weapon_emitter/weapon_emitter.json", "position": [0, 0]},
 + ],
 + "controllers": [
 + {
 + "name": "ondestroy_sandexplosion",
 + "amt": 500,
 + "minvelocity": 1.5,
 + "maxvelocity": 3,
 + "color0":[0.2, 0.4, 2],
 + "color1":[0.2, 0.6, 2],
 + "sandtype": 98,
 + }
 + ]
 +}</code>
 +</hidden>
  
 \\ \\
 {{page>navigation}} {{page>navigation}}
ixe/features/units/emitter.1733394937.txt.gz · Last modified: 2025/02/14 14:56 (external edit)