From 6290e57d8fde124647ec1cd74373217582f4ec86 Mon Sep 17 00:00:00 2001 From: h-v-smacker Date: Tue, 10 Oct 2017 22:02:35 +0300 Subject: Support for RE batteries for fuel --- config.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.lua') 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 -- cgit v1.2.3