From 5da64863e482215fcdbc2b6107d20ab0b71d2b5f Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 19 Apr 2023 15:37:32 +0900 Subject: [PATCH] Update --- PHI-EN/data.lua | 14 +++++++++----- PHI-EN/info.json | 5 +++-- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/PHI-EN/data.lua b/PHI-EN/data.lua index 47e0f52..d2ff92a 100644 --- a/PHI-EN/data.lua +++ b/PHI-EN/data.lua @@ -20,9 +20,12 @@ local items = { } } -if mods['space-exploration'] then +if mods['Krastorio2'] then items['solar-panel'].base = 100 items['accumulator'].base = 10 +elseif mods['space-exploration'] then + items['solar-panel'].base = 60 + items['accumulator'].base = 5 end -- entity @@ -123,12 +126,13 @@ local function ET(tier) }, prerequisites = prereq, unit = { - count = 100 * (2 * (tier - 1)), + count = 100, + -- count = 50 * tier, ingredients = { - {'automation-science-pack', 1}, - {'logistic-science-pack', 1} + {'automation-science-pack', 2}, + {'logistic-science-pack', 2} }, - time = 60 + time = 120 }, order = 'a-h-' .. alpha_order[tier + 1] }}) diff --git a/PHI-EN/info.json b/PHI-EN/info.json index 06b7b11..31c9419 100644 --- a/PHI-EN/info.json +++ b/PHI-EN/info.json @@ -1,8 +1,8 @@ { "name": "PHI-EN", - "version": "1.1.6", + "version": "1.1.7", "factorio_version": "1.1", - "date": "2023-04-18", + "date": "2023-04-19", "title": "Phidias Energy", "author": "PHIDIAS0303", "contributers": "", @@ -10,6 +10,7 @@ "description": "Additional Compound Solars, Accumulator", "dependencies": [ "base >= 1.1.0", + "? Krastorio2 >= 1.3.0", "? space-exploration >= 0.6.0" ] } \ No newline at end of file