Table of Contents

Info Cache

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

Unit JSON

Unit JSON

{
	"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"
						}
					]				
 
}


Units Navigation