User Tools

Site Tools


ixe:features:units:tech_module

Tech Module

The Tech Module is a collectible unit. It is used to provide the player with additional units upon collection.

Spoilers

Unit JSON

Unit JSON

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


ixe/features/units/tech_module.txt · Last modified: 2025/01/16 13:51 by karsten75