From 063307f4de02e49acbaae2a03c968373c6abef30 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 3 Apr 2025 02:44:00 +0900 Subject: [PATCH] . --- PHI-CL/changelog.txt | 7 +++++++ PHI-CL/data.lua | 1 + PHI-CL/info.json | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/PHI-CL/changelog.txt b/PHI-CL/changelog.txt index 48a0a7f..675b6a9 100644 --- a/PHI-CL/changelog.txt +++ b/PHI-CL/changelog.txt @@ -1,3 +1,10 @@ +--------------------------------------------------------------------------------------------------- +Version: 3.0.84 +Date: 2025-04-07 + + Changes: + - [VP] Moved coal liquefaction earlier. + --------------------------------------------------------------------------------------------------- Version: 3.0.83 Date: 2025-04-03 diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index 31bf305..6c4045b 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -964,6 +964,7 @@ if settings.startup['PHI-VP'].value then data.raw.technology['worker-robots-speed-7'].prerequisites = {'worker-robots-speed-6', 'space-science-pack'} data.raw.technology['worker-robots-speed-7'].unit.ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}, {'utility-science-pack', 1}, {'space-science-pack', 1}} data.raw.technology['scrap-recycling-productivity'].effects = nil + data.raw.technology['coal-liquefaction'].unit.ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}} data.raw.technology['atomic-bomb'].unit.ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'military-science-pack', 1}, {'chemical-science-pack', 1}, {'utility-science-pack', 1}} data.raw.technology['energy-shield-mk2-equipment'].prerequisites = {'energy-shield-equipment', 'military-4', 'power-armor'} data.raw.technology['energy-shield-mk2-equipment'].unit.ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'military-science-pack', 1}, {'chemical-science-pack', 1}, {'utility-science-pack', 1}} diff --git a/PHI-CL/info.json b/PHI-CL/info.json index e0d0c7b..1d4a91d 100644 --- a/PHI-CL/info.json +++ b/PHI-CL/info.json @@ -1,8 +1,8 @@ { "name": "PHI-CL", - "version": "3.0.83", + "version": "3.0.84", "factorio_version": "2.0", - "date": "2025-04-03", + "date": "2025-04-07", "title": "Phidias Collection", "author": "PHIDIAS0303", "contributers": "",