From ba9cd9c975c34e82e9fd8cea817549cd8e00e883 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 2 Oct 2025 17:09:26 +0900 Subject: [PATCH] . --- PHI-CL/changelog.txt | 7 +++++++ PHI-CL/data.lua | 2 +- PHI-CL/info.json | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/PHI-CL/changelog.txt b/PHI-CL/changelog.txt index 6715f89..fcc6817 100644 --- a/PHI-CL/changelog.txt +++ b/PHI-CL/changelog.txt @@ -1,3 +1,10 @@ +--------------------------------------------------------------------------------------------------- +Version: 3.0.127 +Date: 2025-10-05 + + Changes: + - [GM] Fixed an inconsistency of count and count formula in a technology. + --------------------------------------------------------------------------------------------------- Version: 3.0.126 Date: 2025-08-31 diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index b7de011..bca93b8 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -910,7 +910,7 @@ if mods['space-age'] and (settings.startup['PHI-GM'].value and settings.startup[ data.raw['cargo-wagon']['cargo-wagon'].inventory_size = math.max(80, data.raw['cargo-wagon']['cargo-wagon'].inventory_size) data.raw.technology['foundation'].prerequisites = {'rail-support-foundations'} - data.raw.technology['foundation'].unit.count_formula = '1000' + data.raw.technology['foundation'].unit.count = '1000' data.raw.technology['foundation'].unit.ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}, {'utility-science-pack', 1}} data.raw.technology['rail-support-foundations'].prerequisites = {'elevated-rail', 'planet-discovery-fulgora'} data.raw.technology['rail-support-foundations'].unit.count = 600 diff --git a/PHI-CL/info.json b/PHI-CL/info.json index 1e0c023..075bc75 100644 --- a/PHI-CL/info.json +++ b/PHI-CL/info.json @@ -1,8 +1,8 @@ { "name": "PHI-CL", - "version": "3.0.126", + "version": "3.0.127", "factorio_version": "2.0", - "date": "2025-08-31", + "date": "2025-10-05", "title": "Phidias Collection", "author": "PHIDIAS0303", "contributers": "",