summaryrefslogtreecommitdiff
path: root/config.lua
diff options
context:
space:
mode:
authorFaceDeer <FaceDeer@users.noreply.github.com>2017-10-10 19:01:28 -0600
committerGitHub <noreply@github.com>2017-10-10 19:01:28 -0600
commitf10d46d3796d390e5ac5036c8bed93c69926c1c5 (patch)
treed22294496193285738f330ab84e8bf9be6738e83 /config.lua
parent19a0f193ad37ddf48741b93eb48aa9f973c7df55 (diff)
parent6290e57d8fde124647ec1cd74373217582f4ec86 (diff)
Merge pull request #12 from h-v-smacker/technic-RE-batteries
Support for RE batteries for fuel
Diffstat (limited to 'config.lua')
-rw-r--r--config.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.lua b/config.lua
index 63f16ca..8ab432f 100644
--- a/config.lua
+++ b/config.lua
@@ -52,3 +52,8 @@ setting("float", "dig_cost_crumbly", 0.5, "Crumbly dig cost")
setting("float", "dig_cost_choppy", 0.75, "Choppy dig cost")
-- how much fuel is required to build a node
setting("float", "build_cost", 1.0, "Build cost")
+
+-- How much charge (an RE battery holds 10000 EU) is equivalent to 1 unit of heat produced by burning coal
+-- With 100, the battery is 2.5 better than a coal lump, yet 3.7 less powerful than a coal block
+-- Being rechargeable should pay off for this "average" performance.
+setting("int", "power_ratio", 100, "The electrical charge to 1 coal heat unit conversion ratio") \ No newline at end of file