mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -1,10 +1,18 @@
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 3.0.63
|
||||
Date: 2025-03-03
|
||||
|
||||
Changes:
|
||||
- [SA] Some more recipe or technology is allowed in SA vanilla.
|
||||
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 3.0.62
|
||||
Date: 2025-03-02
|
||||
|
||||
Changes:
|
||||
- [SA] A limit of max level 10 for SA Vanilla.
|
||||
- [SA] A limit of max level 10 for SA vanilla.
|
||||
- [SA] Changed logic of sa vanilla and generic.
|
||||
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 3.0.61
|
||||
Date: 2025-02-28
|
||||
|
||||
@@ -394,13 +394,11 @@ local items = {
|
||||
['bacteria-cultivation'] = true,
|
||||
['bioflux-processing'] = true,
|
||||
['agricultural-science-pack'] = true,
|
||||
['tree-seeding'] = true,
|
||||
['captivity'] = true,
|
||||
['biter-egg-handling'] = true,
|
||||
['carbon-fiber'] = true,
|
||||
['fish-breeding'] = true,
|
||||
['holmium-processing'] = true,
|
||||
['electromagnetic-plant'] = true,
|
||||
['electromagnetic-science-pack'] = true,
|
||||
['rail-support-foundations'] = true,
|
||||
['lithium-processing'] = true,
|
||||
@@ -410,12 +408,7 @@ local items = {
|
||||
['promethium-science-pack'] = true,
|
||||
['foundation'] = true,
|
||||
['scrap-recycling-productivity'] = true,
|
||||
['recycling'] = true,
|
||||
['heating-tower'] = true,
|
||||
['agriculture'] = true,
|
||||
['foundry'] = true,
|
||||
['cryogenic-plant'] = true,
|
||||
['biolab'] = true,
|
||||
['biochamber'] = true
|
||||
},
|
||||
['recipe_1'] = {
|
||||
@@ -449,7 +442,6 @@ local items = {
|
||||
['fish-breeding'] = true,
|
||||
['nutrients-from-fish'] = true,
|
||||
['nutrients-from-biter-egg'] = true,
|
||||
['wood-processing'] = true,
|
||||
['yumako-processing'] = true,
|
||||
['jellynut-processing'] = true,
|
||||
['copper-bacteria'] = true,
|
||||
@@ -476,19 +468,13 @@ local items = {
|
||||
['biter-egg'] = true,
|
||||
['spoilage-from-nutrients'] = true,
|
||||
['crusher'] = true,
|
||||
['cryogenic-plant'] = true,
|
||||
['electromagnetic-plant'] = true,
|
||||
['foundry'] = true,
|
||||
['tungsten-carbide'] = true,
|
||||
['tungsten-plate'] = true,
|
||||
['carbon'] = true,
|
||||
['coal-synthesis'] = true,
|
||||
['agricultural-tower'] = true,
|
||||
['biolab'] = true,
|
||||
['spoilage-recycling'] = true,
|
||||
['asteroid-collector'] = true,
|
||||
['heating-tower'] = true,
|
||||
['recycler'] = true,
|
||||
['ammoniacal-solution-separation'] = true,
|
||||
['lithium'] = true,
|
||||
['lithium-plate'] = true,
|
||||
|
||||
@@ -1103,6 +1103,24 @@ if settings.startup['PHI-SA'].value then
|
||||
data.raw.technology['electric-weapons-damage-4'].unit.ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'military-science-pack', 1}, {'chemical-science-pack', 1}, {'utility-science-pack', 1}, {'space-science-pack', 1}}
|
||||
data.raw.technology['spidertron'].prerequisites = {'exoskeleton-equipment', 'fission-reactor-equipment', 'military-4', 'production-science-pack', 'radar'}
|
||||
data.raw.technology['spidertron'].unit.ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'military-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}, {'utility-science-pack', 1}}
|
||||
data.raw.technology['heating-tower'].prerequisites = {'automation-2'}
|
||||
data.raw.technology['heating-tower'].research_trigger = nil
|
||||
data.raw.technology['heating-tower'].effects = {{type = 'unlock-recipe', recipe = 'heating-tower'}}
|
||||
data.raw.technology['heating-tower'].unit = {count = 400, time = 30, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}}}
|
||||
data.raw.technology['agriculture'].prerequisites = {'chemical-science-pack'}
|
||||
data.raw.technology['agriculture'].research_trigger = nil
|
||||
data.raw.technology['agriculture'].effects = {{type = 'unlock-recipe', recipe = 'agricultural-tower'}}
|
||||
data.raw.technology['agriculture'].unit = {count = 400, time = 45, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}}}
|
||||
data.raw.technology['tree-seeding'].unit.ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}}
|
||||
data.raw.technology['electromagnetic-plant'].prerequisites = {'automation-3'}
|
||||
data.raw.technology['electromagnetic-plant'].research_trigger = nil
|
||||
data.raw.technology['electromagnetic-plant'].effects = {{type = 'unlock-recipe', recipe = 'electromagnetic-plant'}}
|
||||
data.raw.technology['electromagnetic-plant'].unit = {count = 600, time = 45, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}}}
|
||||
data.raw.technology['cryogenic-plant'].prerequisites = {'automation-3'}
|
||||
data.raw.technology['cryogenic-plant'].research_trigger = nil
|
||||
data.raw.technology['cryogenic-plant'].effects = {{type = 'unlock-recipe', recipe = 'cryogenic-plant'}}
|
||||
data.raw.technology['cryogenic-plant'].unit = {count = 600, time = 45, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}}}
|
||||
data.raw.technology['biolab'].prerequisites = {'production-science-pack', 'utility-science-pack'}
|
||||
|
||||
for k, v in pairs(items['space-age']['technology_2']) do
|
||||
data.raw.technology[k].hidden = v
|
||||
@@ -1163,6 +1181,10 @@ if settings.startup['PHI-SA'].value then
|
||||
data.raw.recipe['fluoroketone-cooling'].category = 'chemistry'
|
||||
data.raw.recipe['fusion-power-cell'].category = 'crafting-with-fluid'
|
||||
data.raw.recipe['fusion-power-cell'].ingredients = {{type = 'item', name = 'steel-plate', amount = 5}, {type = 'fluid', name = 'petroleum-gas', amount = 100}}
|
||||
data.raw.recipe['agricultural-tower'].ingredients = {{type = 'item', name = 'steel-plate', amount = 10}, {type = 'item', name = 'electronic-circuit', amount = 3}, {type = 'item', name = 'landfill', amount = 1}}
|
||||
data.raw.recipe['electromagnetic-plant'].ingredients = {{type = 'item', name = 'steel-plate', amount = 50}, {type = 'item', name = 'processing-unit', amount = 50}, {type = 'item', name = 'refined-concrete', amount = 50}}
|
||||
data.raw.recipe['cryogenic-plant'].ingredients = {{type = 'item', name = 'steel-plate', amount = 20}, {type = 'item', name = 'processing-unit', amount = 20}, {type = 'item', name = 'refined-concrete', amount = 40}}
|
||||
data.raw.recipe['biolab'].ingredients = {{type = 'item', name = 'lab', amount = 1}, {type = 'item', name = 'refined-concrete', amount = 25}, {type = 'item', name = 'processing-unit', amount = 10}, {type = 'item', name = 'uranium-235', amount = 3}}
|
||||
|
||||
data.raw['plant']['yumako-tree'].hidden = true
|
||||
data.raw['plant']['yumako-tree'].hidden_in_factoriopedia = true
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "PHI-CL",
|
||||
"version": "3.0.62",
|
||||
"version": "3.0.63",
|
||||
"factorio_version": "2.0",
|
||||
"date": "2025-03-02",
|
||||
"date": "2025-03-03",
|
||||
"title": "Phidias Collection",
|
||||
"author": "PHIDIAS0303",
|
||||
"contributers": "",
|
||||
|
||||
Reference in New Issue
Block a user