User Tools

Site Tools


ixe:features:units:rift_inhibitor

Rift Inhibitor

The Rift Inhibitor produces a powerful field that keeps creeper trapped in its vicinity. When destroyed with a Nullifier, all IXE Cores will be charged and destroyed, leading to an immediate victory.

Spoilers

Help Tab transcript

Help Tab transcript

The Rift Inhibitor hinders Rift Space travel and may project a creeper field of varying strength and direction. Nullify a Rift Inhibitor to eliminate it. Destroying a Rift Inhibitor automatically charges and destroys any ixe cores present on the world.

Unit JSON

Unit JSON

{
	"type": "unit",
	"displayname":"Rift Inhibitor",
	"enemy": true,
	"image": "body.png",
	"position": [0, 0],
	"pivot": [0.5, 0.5],
	"isbuilt": true,
	"hasphysics": true,
	"enemyignore": true,
	"parts": [],
	"scripts": [],
	"creeperdamages": false,
	"nullifiable": true,
	"riftinhibitor": true,
	"playercandestroy": false,
	"playercontrolbuildsupply": false,
	"playercontrolammosupply": false,
	"objectivetype": 2,
	"activateixecoresondestroy": true,
	"damageheal": 50,
	"controllers": 	[
						{
							"name": "fieldcontroller",
							"range": 80,
							"affectsac": false,
						},
						{
							"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/rift_inhibitor.txt · Last modified: 2025/01/16 13:51 by karsten75