This commit is contained in:
2025-03-14 19:59:25 +09:00
parent 886be04a14
commit 0f5fbdee51
2 changed files with 4 additions and 4 deletions

View File

@@ -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}}

View File

@@ -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": "",