User Tools

Site Tools


ixe:features:units:upgrade_gem

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ixe:features:units:upgrade_gem [2024/12/10 21:40] Grabzixe:features:units:upgrade_gem [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 3: Line 3:
  
 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. 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 =====
 +<hidden Unit JSON>
 +<code javascript>
 +{
 + "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"
 + }
 + ]
 +
 +}
 +</code>
 +</hidden>
  
 \\ \\
 {{page>navigation}} {{page>navigation}}
ixe/features/units/upgrade_gem.1733866834.txt.gz · Last modified: 2025/02/14 14:56 (external edit)