User Tools

Site Tools


ixe:features:units:bot

Differences

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

Link to this comparison view

Next revision
Previous revision
ixe:features:units:bot [2024/12/05 10:26] – created Grabzixe:features:units:bot [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 4: Line 4:
 Bots are produced by [[spawner|Spawners]]. They will try to reach the nearest player ship through the shortest path, and damage it on impact. If they cannot reach any ship, they will roam aimlessly. Bots are produced by [[spawner|Spawners]]. They will try to reach the nearest player ship through the shortest path, and damage it on impact. If they cannot reach any ship, they will roam aimlessly.
  
-They can be damaged using [[cannon|Mark 1 Cannons]] or through being submerged in anticreeper.+They can be damaged using [[cannon|Mark 1 Cannons]], [[sentinel_cannon|Sentinel Cannons]] or through being submerged in anticreeper. 
 + 
 +===== Spoilers ===== 
 +<hidden Unit JSON> 
 +<code javascript> 
 +
 + "type": "unit", 
 + "displayname": "Bot", 
 + "enemy": true, 
 + "position": [0, 0], 
 + "pivot": [0.5, 0.5], 
 + "sortingorder": 3, 
 + "selectable": false, 
 + "isbuilt": true, 
 + "collider": {"type": "box", "width": 8, "height": 8}, 
 + "destroysonhealth": true, 
 + "internalhealth": 10, 
 + "creeperdamages": false, 
 + "image": "botclassic.png", 
 + "playercandestroy": false, 
 + "playercontrolbuildsupply": false, 
 + "playercontrolammosupply": false, 
 + "damageheal": 50, 
 + "controllers":
 + {  
 + "name": "bot", 
 + }, 
 +
 +
 +</code> 
 +</hidden>
  
 \\ \\
 {{page>navigation}} {{page>navigation}}
ixe/features/units/bot.1733394406.txt.gz · Last modified: 2025/02/14 14:56 (external edit)