User Tools

Site Tools


ixe:features:units:ixe_core

Table of Contents

Ixe Core

The IXE Core is a map element that serves as one of the primary objectives on most maps.

Each IXE Core can store up to 10 energy and when its storage is full it will activate. An active IXE core loses 0.33 energy per second and will deactivate when if it ever hits 0 energy in storage. When all IXE cores are active simultaneously, they all destroy themselves following a 4.9 second animation. This triggers the “IXE Cores Destroyed” objective, the most common objective on Creeper World IXE maps.

Spoilers

Help Tab transcript

Help Tab transcript

IXE cores control worlds and must be destroyed at all costs. Your Apex ship sends special rift packets when a path to the IXE core is available. Once all IXE cores are charged, a rift blade appears, destroying them.

Unit JSON

Unit JSON

{
	"type": "unit",
	"displayname":"IXE Core",
	"enemy": true,
	"image": "body.png",
	"position": [0, 0],
	"pivot": [0.5, 0.5],
	"isbuilt": true,
	"hasphysics": true,
	"gravityscale": 0,
	"enemyignore": true,
	"parts": [],
	"scripts": [],
	"creeperdamages": false,
	"maxammo": 10,
	"ixecore": true,
	"playercandestroy": false,
	"playercontrolbuildsupply": false,
	"playercontrolammosupply": false,
	"objectivetype": 1,
	"destroyalso": "$/riftinhibitor/riftinhibitor",
	"controllers": 	[
						{
							"name": "nudgecontroller",
						},
						{
							"name": "ondestroy_sandexplosion",
							"amt": 1000,
							"minvelocity": 1.5,
							"maxvelocity": 3,
							"color0":[0.2, 0.4, 2],
							"color1":[0.2, 0.6, 2],
							"sandtype": 98,
						}
					]			
}


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