-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-Updated several core code parts. -Changed the research tree behaviour. EES now has its own research tree which is based on the Core: Shard, so it is unlocked by default, and the costs for researching the EES Generator and the structures that depend on it, is 0. -Reduced the Power Gen capability of the Generator even further to see if it fixes issues about the game bugging out. -Updated the Drill so that it now mines at a speed of 3.07/s instead of 1.19/s, making it vastly more efficient. -All structures are now not being targeted by enemies anymore, making it so that they can only get destroyed by accident (landing in a crossfire between you and enemies or other targets).
- Loading branch information
1 parent
fbe02b0
commit 6b0fc77
Showing
35 changed files
with
97 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"type": "Conveyor", | ||
"name": "EES Conveyor", | ||
"description": "A hilariously fast Conveyor Belt made of Copper.", | ||
"destructible": false, | ||
"rebuildable": true, | ||
"targetable": false, | ||
"requirements": [ | ||
{"item": "copper", "amount": 1} | ||
], | ||
"category": "distribution", | ||
"speed": 2.24, | ||
"displayedSpeed": 67.2, | ||
"research": { | ||
parent: eesdrill | ||
requirements: [ | ||
copper/0 | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"name": "EES Drill", | ||
"description": "An insanely effective drill which requires almost no power.", | ||
"type": "Drill", | ||
"size": 1, | ||
"tier": 6, | ||
"destructible": false, | ||
"rebuildable": true, | ||
"targetable": false, | ||
"drillTime": 0.01, | ||
"warmupSpeed": 1, | ||
"consumes": { | ||
"power": 0.0000001 | ||
}, | ||
"requirements": [ | ||
{ "item": "copper", "amount": 1 } | ||
], | ||
"category": "production", | ||
"research": { | ||
parent: eesgenerator | ||
requirements: [ | ||
copper/0 | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"type": "SolarGenerator", | ||
"name": "EES Generator", | ||
"description": "Produces an insane amount of Power.", | ||
"size": 1, | ||
"hasPower": true, | ||
"itemDuration": 1000000, | ||
"powerProduction": 1000000, | ||
"destructible": false, | ||
"rebuildable": true, | ||
"targetable": false, | ||
"requirements": [ | ||
{ "item": "copper", "amount": 1 } | ||
], | ||
"category": "power", | ||
"research": { | ||
parent: core-shard | ||
requirements: [ | ||
copper/0 | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "EES Node Tower", | ||
"description": "A tower with insane range and connection limits.", | ||
"type": "PowerNode", | ||
"size": 1, | ||
"maxNodes": 500, | ||
"laserRange": 200, | ||
"destructible": false, | ||
"rebuildable": true, | ||
"targetable": false, | ||
"emitLight": true, | ||
"lightRadius": 200, | ||
"requirements": [ | ||
{ "item": "copper", "amount": 1 } | ||
], | ||
"category": "power", | ||
"research": { | ||
parent: eesgenerator | ||
requirements: [ | ||
copper/0 | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"name": "Extremely Efficient Structures", | ||
"author": "LokeYourC3PH", | ||
"description": "Adds several OP structures to ruin gameplay.", | ||
"version": 1.5 | ||
"minGameVersion": 105 | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.