====== Spawner ======
{{ unit_spawner.png }}
Spawners create [[bot|Bots]], and can be destroyed with a [[Nullifier]].
===== Spoilers =====
The Spawner creates bots. These bots roam around and will attack any ship they encounter. Nullify a Spawner to destroy it.
{
"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,
}
]
}
\\
{{page>navigation}}