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 23:46] durikkanixe:features:units:upgrade_gem [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 4: Line 4:
 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.
  
-At 100%, weapon range is increased by 50%weapon delay between shots is reduced to 50% (firing twice as often)and energy production is increased by 50%.  It seems to go linearly through the steps, so all of the bonuses are half of what the listed gem % is.  So if you've picked up two gems and it says 40%, all of the bonuses would be 20%.  It is possible this may vary slightly between weaponsor that there are other effects as well +Upgrade Gems can be collected through green packets dispatched by an [[Apex Ship]]. Howeverdestruction 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 20% bonus to energy.  Weapons/parts are a little more complicated and vary by the partso 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.1733874390.txt.gz · Last modified: 2025/02/14 14:56 (external edit)