balance SEK2 energy requirements for electrolysis
This commit is contained in:
parent
e4eb4c4f2a
commit
126c1bf6b3
3 changed files with 13 additions and 2 deletions
|
@ -1,4 +1,11 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.1.5
|
||||
Date: 2024-03-24
|
||||
Changes:
|
||||
- K2 + SE: Cut the time for salt water electrolysis to balance energy requirements to be close
|
||||
to what they were prior to SE changes. As of now the time is 1.25s, down from 3.5s; both at
|
||||
5.17MW. Before the SE changes, it was 2.5s at 2.58MW.
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.1.4
|
||||
Date: 2023-04-23
|
||||
Fixes:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bzchlorine",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"factorio_version": "1.1",
|
||||
"title": "Salt & Chlorine",
|
||||
"author": "Brevven",
|
||||
|
|
|
@ -80,7 +80,11 @@ data:extend({
|
|||
})
|
||||
else
|
||||
util.replace_ingredient("kr-water-electrolysis", "sand", "salt", 2)
|
||||
util.multiply_time("kr-water-electrolysis", 0.5)
|
||||
if util.se6() then
|
||||
util.multiply_time("kr-water-electrolysis", 5.0/28)
|
||||
else
|
||||
util.multiply_time("kr-water-electrolysis", 0.5)
|
||||
end
|
||||
end
|
||||
data:extend({
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue