User Tools

Site Tools


ixe:features:units:spawner

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ixe:features:units:spawner [2024/12/10 21:45] – created Grabzixe:features:units:spawner [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 7: Line 7:
 <hidden Help Tab transcript> <hidden Help Tab transcript>
 The Spawner creates bots. These bots roam around and will attack any ship they encounter. Nullify a Spawner to destroy it. The Spawner creates bots. These bots roam around and will attack any ship they encounter. Nullify a Spawner to destroy it.
 +</hidden>
 +
 +<hidden Unit JSON>
 +<code javascript>
 +{
 + "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,
 + }
 + ]
 +}
 +</code>
 </hidden> </hidden>
  
 \\ \\
 {{page>navigation}} {{page>navigation}}
ixe/features/units/spawner.1733867115.txt.gz · Last modified: 2025/02/14 14:56 (external edit)