-
Notifications
You must be signed in to change notification settings - Fork 0
Tradables
kevinroettel edited this page Jan 24, 2022
·
10 revisions
- PLAYER can buy SPECIAL ITEM and UPGRADES with a ROBOT at SPACESTATION
- PLAYER can buy ROBOTS EVERYWHERE which spawns at a random SPACESTATION
- RESOURCE can be sold at SPACESTATION
| Value | Name | Beschreibung | Price |
|---|---|---|---|
| ROBOT | Robot | Buys another Robot | 100 |
| HEALTH | Health Regeneration | Heals the robot to full HP | 50 |
| ENERGY | Energy Regeneration | Restores all energy | 75 |
| ROCKET | Rocket Item | 5 Damage on a single target | 40 |
| WORMHOLE | Wormhole Item | Teleport to random planet | 80 |
| LONG_RANGE_BOMBARDMENT | Long range Bombardment Item | 10 Damage to all robots on a specific planet | 60 |
| SELF_DESTRUCTION | Self Destruction Item | Self destruct a robot and damage all robots on the planet by 20 | 80 |
| REPAIR_SWARM | Repair Swarm Item | Heal all of your robots on the planet by 20 | 90 |
| NUKE | Nuke Item | 100 damage on all robots on a specific planet | 210 |
| Value | Name | Price |
|---|---|---|
| COAL | Coal | 5 |
| IRON | Iron | 15 |
| GEM | Gem | 30 |
| GOLD | Gold | 50 |
| PLATIN | Platin | 60 |
| Value | Beschreibung |
|---|---|
| STORAGE_N | Storage Level N=1-5 Upgrade |
| HEALTH_N | Health Points Level N=1-5 Upgrade |
| DAMAGE_N | Damage Points Level N=1-5 Upgrade |
| MINING_SPEED_N | Mining Speed Level N=1-5 Upgrade |
| MINING_N | Mining Strength Level N=1-5 Upgrade |
| MAX_ENERGY_N | Energy Capacity Level N=1-5 Upgrade |
| ENERGY_REGEN_N | Energy Regen Level N=1-5 Upgrade |
Prices:
| Level | Price |
|---|---|
| 1 | 50 |
| 2 | 300 |
| 3 | 1500 |
| 4 | 4000 |
| 5 | 15000 |