User Tools

Site Tools


ixe:features:units:tech_module

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:tech_module [2024/12/10 21:42] Grabzixe:features:units:tech_module [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 3: Line 3:
  
 The Tech Module is a collectible unit. It is used to provide the player with additional units upon collection. The Tech Module is a collectible unit. It is used to provide the player with additional units upon collection.
 +
 +===== Spoilers =====
 +<hidden Unit JSON>
 +<code javascript>
 +{
 + "type": "unit",
 + "displayname":"Tech Module",
 + "image": "body.png",
 + "position": [0, 0],
 + "pivot": [0.5, 0.5],
 + "isbuilt": true,
 + "hasphysics": true,
 + "enemyignore": true,
 + "parts": [],
 + "scripts": [],
 + "collectcost": 20,
 + "playercandestroy": false,
 + "playercontrolbuildsupply": false,
 + "playercontrolammosupply": false,
 + "creeperdamages": false,
 + "sanddamages": false,
 + "objectivetype": 3,
 + "controllers": [
 + {
 + "name": "conversationspawner"
 + },
 + {
 + "name": "sendmessage",
 + "channel": "pickupcollected"
 + },
 + {
 + "name": "pickup"
 + },
 + ]
 +
 +}
 +</code>
 +</hidden>
  
 \\ \\
 {{page>navigation}} {{page>navigation}}
ixe/features/units/tech_module.1733866967.txt.gz · Last modified: 2025/02/14 14:56 (external edit)