User Tools

Site Tools


ixe:features:units:upgrade_gem

Upgrade Gem

The Upgrade Gem is a collectible unit that enhances the firepower of the player's ships and energy collection. Each Upgrade Gem collected adds 20% to the extra power, up to a maximum of 100%, after which collecting further gems does not improve the player's capabilities.

Upgrade Gems can be collected through green packets dispatched by an Apex Ship. However, destruction of the gem will also collect it. Gems can be destroyed through various means, such as dropping them in Acid or Lava, or being cut through a Darkling.

At 100%, energy production is increased by 50%. It goes linearly through the steps, so the bonus to energy % is half of what the gem acquired % on your screen. So if you've picked up two gems and it says 40%, it would be a 20% bonus to energy. Weapons/parts are a little more complicated and vary by the part, so see individual part pages for more detail.

Spoilers

Unit JSON

Unit JSON

{
	"type": "unit",
	"displayname":"Upgrade Gem",
	"image": "upgradegem.png",
	"position": [0, 0],
	"pivot": [0.5, 0.5],
	"selectable": false,
	"isbuilt": true,
	"hasphysics": true,
	"enemyignore": true,
	"parts": [],
	"scripts": [],
	"collectcost": 20,
	"upgradegems" : 1,
	"playercandestroy": false,
	"playercontrolbuildsupply": false,
	"playercontrolammosupply": false,
	"creeperdamages": false,
	"controllers": 	[
						{
							"name": "conversationspawner"
						},
						{
							"name": "sendmessage",
							"channel": "upgradegemcollected"
						}
					]				
 
}


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