User Tools

Site Tools


ixe:features:units:digimaker

Table of Contents

Digimaker

Digimakers will seed any digitalis they touch, turning it from inactive digitalis (red) to active digitalis (cyan). Active digitalis can only survive if it is connected to a Digimaker. It will conduct creeper through its paths, including through obstacles, and units in contact with active digitalis will be damaged.

Active digitalis can be damaged with weaponry. Dealing with digitalis is the primary function of the Spirit Ship which can remotely cut digitalis at its source, leaving the rest to wither.

Inactive digitalis has no function and does not pose a threat to the player.

Digimakers may be displaced through terraforming or other means using physics to no longer occupy any digitalis, rendering them completely nonfunctional and nonthreatening. Digimakers can be destroyed using a Nullifier.

Spoilers

Help Tab transcript

Help Tab transcript

The Digimaker facilitates the growth of digitalis, a substance that poses a threat to ships and enables creeper to permeate terrain. Destroy digitalis using cannons and nullify the Digimaker to eliminate all connected digitalis growth.

Unit JSON

Unit JSON

{
	"type": "unit",
	"enemy": true,
	"displayname":"DigiMaker",
	"image": "body.png",
	"sortingorder": 2,
	"position": [0, 0],
	"pivot": [0.5, 0.5],
	"isbuilt": true,
	"hasphysics": true,
	"parts": [],
	"scripts": [],
	"creeperdamages": false,
	"digitalissource": true,
	"nullifiable": true,
	"playercandestroy": false,
	"playercontrolbuildsupply": false,
	"playercontrolammosupply": false,
	"damageheal": 50,
	"controllers": 	[
						{
							"name": "ondestroy_sandexplosion",
							"amt": 256,
							"minvelocity": 1.5,
							"maxvelocity": 3,
							"color0":[0.2, 0.4, 2],
							"color1":[0.2, 0.6, 2],
							"sandtype": 2,
						}
					]				
}


ixe/features/units/digimaker.txt · Last modified: 2025/02/14 14:57 by 127.0.0.1