Skip to content

Commit

Permalink
Ver 1.5 (Public)
Browse files Browse the repository at this point in the history
-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
LokeYourC3PH authored Dec 13, 2020
1 parent fbe02b0 commit 6b0fc77
Show file tree
Hide file tree
Showing 35 changed files with 97 additions and 0 deletions.
20 changes: 20 additions & 0 deletions content/blocks/eesconveyor.json
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
]
}
}
25 changes: 25 additions & 0 deletions content/blocks/eesdrill.json
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
]
}
}
22 changes: 22 additions & 0 deletions content/blocks/eesgenerator.json
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
]
}
}
23 changes: 23 additions & 0 deletions content/blocks/eestower.json
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
]
}
}
7 changes: 7 additions & 0 deletions mod.json
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
}
Binary file added preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/conveyors/eesconveyor-0-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/conveyors/eesconveyor-0-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/conveyors/eesconveyor-0-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/conveyors/eesconveyor-0-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/conveyors/eesconveyor-1-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/conveyors/eesconveyor-1-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/conveyors/eesconveyor-1-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/conveyors/eesconveyor-1-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/conveyors/eesconveyor-2-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/conveyors/eesconveyor-2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/conveyors/eesconveyor-2-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/conveyors/eesconveyor-2-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/conveyors/eesconveyor-3-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/conveyors/eesconveyor-3-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/conveyors/eesconveyor-3-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/conveyors/eesconveyor-3-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/conveyors/eesconveyor-4-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/conveyors/eesconveyor-4-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/conveyors/eesconveyor-4-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/conveyors/eesconveyor-4-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/conveyors/eesconveyor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/drills/eesdrill-rim.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/drills/eesdrill-rotator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/drills/eesdrill-top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/drills/eesdrill.png
Binary file added sprites/blocks/eesgenerator-top.png
Binary file added sprites/blocks/eesgenerator.png
Binary file added sprites/blocks/eestower-top.png
Binary file added sprites/blocks/eestower.png

0 comments on commit 6b0fc77

Please sign in to comment.