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/28 16:18] Grabzixe:features:units:upgrade_gem [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 7: Line 7:
  
 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. 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.1735402718.txt.gz · Last modified: 2025/02/14 14:56 (external edit)