mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 13:56:20 +09:00
.
This commit is contained in:
@@ -1,6 +1,13 @@
|
|||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 3.0.148
|
||||||
|
Date: 2026-06-21
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
- [GM] Generic code layout restructure.
|
||||||
|
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 3.0.147
|
Version: 3.0.147
|
||||||
Date: 2026-06-21
|
Date: 2026-06-14
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
- [MB] Fixed an issue with code logic.
|
- [MB] Fixed an issue with code logic.
|
||||||
|
|||||||
@@ -933,7 +933,7 @@ local items = {
|
|||||||
effects = {{type = 'change-recipe-productivity', recipe = 'rocket-part', change = 0.05}}
|
effects = {{type = 'change-recipe-productivity', recipe = 'rocket-part', change = 0.05}}
|
||||||
},
|
},
|
||||||
['research-productivity'] = {
|
['research-productivity'] = {
|
||||||
prerequisites = {'space-science-pack', 'biolab', 'metallurgic-science-pack', 'electromagnetic-science-pack', 'cryogenic-science-pack'},
|
prerequisites = {'space-science-pack', 'biolab'},
|
||||||
unit_count_formula = '1500 * (1.5 ^ L)',
|
unit_count_formula = '1500 * (1.5 ^ L)',
|
||||||
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}, {'metallurgic-science-pack', 1}, {'electromagnetic-science-pack', 1}, {'cryogenic-science-pack', 1}},
|
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}, {'metallurgic-science-pack', 1}, {'electromagnetic-science-pack', 1}, {'cryogenic-science-pack', 1}},
|
||||||
max_level = 10,
|
max_level = 10,
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "PHI-CL",
|
"name": "PHI-CL",
|
||||||
"version": "3.0.147",
|
"version": "3.0.148",
|
||||||
"factorio_version": "2.0",
|
"factorio_version": "2.0",
|
||||||
"date": "2026-06-21",
|
"date": "2026-06-21",
|
||||||
"title": "Phidias Collection",
|
"title": "Phidias Collection",
|
||||||
|
|||||||
Reference in New Issue
Block a user