User Tools

Site Tools


ixe:features:units:spawner

Table of Contents

Spawner

Spawners create Bots, and can be destroyed with a Nullifier.

Spoilers

Help Tab transcript

Help Tab transcript

The Spawner creates bots. These bots roam around and will attack any ship they encounter. Nullify a Spawner to destroy it.

Unit JSON

Unit JSON

{
	"type": "unit",
	"enemy": true,
	"displayname":"Spawner",
	"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,
	"damageheal": 50,
	"controllers": 	[
						{
							"name": "botspawner",
						},
						{
							"name": "ondestroy_sandexplosion",
							"amt": 500,
							"minvelocity": 1.5,
							"maxvelocity": 3,
							"color0":[0.2, 0.4, 2],
							"color1":[0.2, 0.6, 2],
							"sandtype": 98,
						}
					]				
}


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