User Tools

Site Tools


ixe:features:units:info_cache

Differences

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

Link to this comparison view

Next revision
Previous revision
ixe:features:units:info_cache [2024/12/10 21:41] – created Grabzixe:features:units:info_cache [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 3: Line 3:
  
 The Info Cache is a collectible unit. By itself it doesn't do anything, but depending on the mission it may be an objective critical object or provide other benefits. The Info Cache is a collectible unit. By itself it doesn't do anything, but depending on the mission it may be an objective critical object or provide other benefits.
 +
 +===== Spoilers =====
 +<hidden Unit JSON>
 +<code javascript>
 +{
 + "type": "unit",
 + "displayname":"Info Cache",
 + "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": "infocachecollected"
 + }
 + ]
 +
 +}
 +</code>
 +</hidden>
  
 \\ \\
 {{page>navigation}} {{page>navigation}}
ixe/features/units/info_cache.1733866917.txt.gz · Last modified: 2025/02/14 14:56 (external edit)