mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 02:55:22 +09:00
.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user