User Tools

Site Tools


ixe:features:units:tom

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ixe:features:units:tom [2024/12/10 08:22] Grabzixe:features:units:tom [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 5: Line 5:
  
 ===== Unit Stats ===== ===== Unit Stats =====
-  * Requires <fc #ff0000>information needed</fc> Energy to construct. 
-  * Fits in a box of <fc #ff0000>information needed</fc> by <fc #ff0000>information needed</fc> terrain pixels. 
   * Equipped with:   * Equipped with:
     * 1x [[sentinel_cannon|Sentinel Cannon]]     * 1x [[sentinel_cannon|Sentinel Cannon]]
Line 12: Line 10:
 ===== Unit Usage ===== ===== Unit Usage =====
 T.O.M. will attack nearby creeper using its cannon. When exposed to Angorium, T.O.M. will become supercharged. This will cause it to fly around uncontrollably. The fire rate of its cannon will also be drastically increased. T.O.M. will attack nearby creeper using its cannon. When exposed to Angorium, T.O.M. will become supercharged. This will cause it to fly around uncontrollably. The fire rate of its cannon will also be drastically increased.
 +
 +T.O.M. cannot be moved the same way you move your other ships but is affected by physics; digging the area underneath T.O.M. can allow you to move him to a new area to fight, so long as that area is down.
  
 ===== Spoilers ===== ===== Spoilers =====
 <hidden Unit JSON> <hidden Unit JSON>
-(Unit JSON)+<code javascript> 
 +
 + "type": "unit", 
 + "displayname":"T.O.M.", 
 + "image": "body.png", 
 + "position": [0, 0], 
 + "pivot": [0.5, 0.5], 
 + "isbuilt": true, 
 + "hasphysics": true, 
 + "enemyignore": false, 
 + "ammosupply": false, 
 + "maxammo": 1, 
 + "autoammo": 1, 
 + "parts": [], 
 + "scripts": [], 
 +    "parts":
 +        { 
 +            "part": "$/weapon_sentrygun/weapon_sentrygun.json", 
 +            "position": [ 0, 2 ], 
 +        }, 
 +        { 
 +            "part": "angory.json", 
 + "name": "angoryeyes", 
 + "active": false, 
 +            "position": [ 0, 5 ], 
 +        }, 
 +    ], 
 + "controllers":
 +        { "name": "angoriumharvest" }, 
 +        { "name": "ondestroy_sandexplosion"
 +    ], 
 + "playercandestroy": true, 
 + "playercontrolbuildsupply": false, 
 + "playercontrolammosupply": false, 
 + "creeperdamages": true, 
 +
 +</code> 
 +The angory.json file: 
 +<code> 
 +
 + "type": "part", 
 + "image": "angory.png", 
 + "position": [0, 0], 
 + "pivot": [0.5, 0.5], 
 + "isbuilt": true, 
 +
 +</code>
 </hidden> </hidden>
  
 \\ \\
 {{page>navigation}} {{page>navigation}}
ixe/features/units/tom.1733818940.txt.gz · Last modified: 2025/02/14 14:56 (external edit)