User Tools

Site Tools


ixe:features:units:thrower

Differences

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

Link to this comparison view

Next revision
Previous revision
ixe:features:units:thrower [2024/12/10 21:46] – created Grabzixe:features:units:thrower [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 Thrower creates creeper emitting particles and hurls them. Avoid contact with the particles or with the creeper they emit. The Thrower creates creeper emitting particles and hurls them. Avoid contact with the particles or with the creeper they emit.
 +</hidden>
 +
 +<hidden Unit JSON>
 +<code javascript>
 +{
 + "type": "unit",
 + "enemy": true,
 + "displayname":"Thrower",
 + "image": "body.png",
 + "sortingorder": 2,
 + "position": [0, 0],
 + "pivot": [0.5, 0.5],
 + "isbuilt": true,
 + "hasphysics": false,
 + "parts": [],
 + "scripts": [],
 + "creeperdamages": false,
 + "digitalissource": false,
 + "nullifiable": true,
 + "playercandestroy": false,
 + "playercontrolbuildsupply": false,
 + "playercontrolammosupply": false,
 + "objectivetype": 4,
 + "damageheal": 50,
 + "parts": [
 + {"part": "$/module_thrower/module_thrower.json", "position": [0, 0], "sortingorder": 2},
 + ],
 + "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,
 + }
 + ]
 +}
 +</code>
 </hidden> </hidden>
  
 \\ \\
 {{page>navigation}} {{page>navigation}}
ixe/features/units/thrower.1733867181.txt.gz · Last modified: 2025/02/14 14:56 (external edit)