Table of Contents

Part Emitter

Possibly move this page to particulate_emitter

The Particulate Emitter spawns particles that aimlessly drift through open areas, unaffected by gravity. Particles will damage ships on impact, and multiply any creeper directly underneath them. Particulate Emitters can be destroyed with a Nullifier.

Spoilers

Help Tab transcript

Help Tab transcript

The Particulate Emitter creates particulate. These are special enemies that drift through space and are deadly to our ships. Avoid the particulate or destroy it with a particulator ship.

Unit JSON

Unit JSON

{
	"type": "unit",
	"enemy": true,
	"displayname":"Part 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_particulatespawner/weapon_particulatespawner.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,
						}
					]				
}


Units Navigation