User Tools

Site Tools


ixe:features:units:ac_ore_emitter

AC Ore Emitter

AC Ore Emitters periodically throw around a sand called AC Ore, which can be collected using an Ore Miner to add anticreeper to your storage, which can then be deployed using a Maker.

Spoilers

Unit JSON

Unit JSON

{
	"type": "unit",
	"displayname":"AC Ore Emitter",
	"image": "body.png",
	"sortingorder": 2,
	"position": [0, 0],
	"pivot": [0.5, 0.5],
	"isbuilt": true,
	"hasphysics": true,
	"enemyignore": true,
	"parts": [],
	"scripts": [],
	"creeperdamages": false,
	"playercandestroy": false,
	"playercontrolbuildsupply": false,
	"playercontrolammosupply": false,	
	"controllers": 	[
						{ 
							"name": "acoremaker",
						},
						{
							"name": "ondestroy_sandexplosion",
							"amt": 256,
							"minvelocity": 1.5,
							"maxvelocity": 3,
							"color0":[0.2, 0.4, 2],
							"color1":[0.2, 0.6, 2],
							"sandtype": 2,
						}
					]				
}


ixe/features/units/ac_ore_emitter.txt · Last modified: 2025/01/16 13:51 by karsten75