diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index c05a422..266ae52 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -393,8 +393,8 @@ if mods['space-age'] and ((settings.startup['PHI-SA'].value or settings.startup[ data.raw.technology['rail-support-foundations'].prerequisites = {'elevated-rail'} data.raw.technology['rail-support-foundations'].unit.count = 600 data.raw.technology['rail-support-foundations'].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['elevated-rail'].prerequisites = {'concrete'} - data.raw.technology['elevated-rail'].unit.count = 200 + data.raw.technology['elevated-rail'].prerequisites = {'concrete', 'railway'} + data.raw.technology['elevated-rail'].unit.count = 400 data.raw.technology['elevated-rail'].unit.ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}} data.raw.recipe['foundation'].ingredients = {{type = 'item', name = 'stone', amount = 40}, {type = 'item', name = 'refined-concrete', amount = 20}, {type = 'item', name = 'steel-plate', amount = 20}} diff --git a/PHI-CL/info.json b/PHI-CL/info.json index f623f77..25978e3 100644 --- a/PHI-CL/info.json +++ b/PHI-CL/info.json @@ -1,8 +1,8 @@ { "name": "PHI-CL", - "version": "3.0.73", + "version": "3.0.74", "factorio_version": "2.0", - "date": "2025-03-15", + "date": "2025-03-17", "title": "Phidias Collection", "author": "PHIDIAS0303", "contributers": "",