mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 13:56:20 +09:00
.
This commit is contained in:
@@ -281,13 +281,13 @@ local items = {
|
|||||||
-- SPACE_AGE 40
|
-- SPACE_AGE 40
|
||||||
['yumako-processing'] = {
|
['yumako-processing'] = {
|
||||||
energy_required = 15,
|
energy_required = 15,
|
||||||
ingredients = {{type = 'item', name = 'yumako', amount = 20}, {type = 'fluid', name = 'water', amount = 400, fluidbox_multiplier = 10, ignored_by_stats = 400}},
|
ingredients = {{type = 'item', name = 'yumako', amount = 40}, {type = 'fluid', name = 'water', amount = 800, fluidbox_multiplier = 10, ignored_by_stats = 800}},
|
||||||
results = {{type = 'item', name = 'yumako-mash', amount = 20}, {type = 'item', name = 'yumako-seed', amount = 1}, {type = 'fluid', name = 'steam', temperature = 500, amount = 320, fluidbox_multiplier = 10, ignored_by_stats = 320, ignored_by_productivity = 320}}
|
results = {{type = 'item', name = 'yumako-mash', amount = 40}, {type = 'item', name = 'yumako-seed', amount = 1}, {type = 'fluid', name = 'steam', temperature = 500, amount = 640, fluidbox_multiplier = 10, ignored_by_stats = 640, ignored_by_productivity = 640}}
|
||||||
},
|
},
|
||||||
['jellynut-processing'] = {
|
['jellynut-processing'] = {
|
||||||
energy_required = 15,
|
energy_required = 15,
|
||||||
ingredients = {{type = 'item', name = 'jellynut', amount = 20}, {type = 'fluid', name = 'water', amount = 400, fluidbox_multiplier = 10, ignored_by_stats = 400}},
|
ingredients = {{type = 'item', name = 'jellynut', amount = 40}, {type = 'fluid', name = 'water', amount = 800, fluidbox_multiplier = 10, ignored_by_stats = 800}},
|
||||||
results = {{type = 'item', name = 'jelly', amount = 20}, {type = 'item', name = 'jellynut-seed', amount = 1}, {type = 'fluid', name = 'steam', temperature = 500, amount = 320, fluidbox_multiplier = 10, ignored_by_stats = 320, ignored_by_productivity = 320}}
|
results = {{type = 'item', name = 'jelly', amount = 40}, {type = 'item', name = 'jellynut-seed', amount = 1}, {type = 'fluid', name = 'steam', temperature = 500, amount = 640, fluidbox_multiplier = 10, ignored_by_stats = 640, ignored_by_productivity = 640}}
|
||||||
},
|
},
|
||||||
['steam-condensation'] = {
|
['steam-condensation'] = {
|
||||||
energy_required = 10,
|
energy_required = 10,
|
||||||
@@ -312,6 +312,7 @@ local items = {
|
|||||||
ingredients = {{type = 'item', name = 'raw-fish', amount = 8}, {type = 'item', name = 'nutrients', amount = 80}, {type = 'fluid', name = 'water', amount = 1000, fluidbox_multiplier = 10, ignored_by_stats = 1000}},
|
ingredients = {{type = 'item', name = 'raw-fish', amount = 8}, {type = 'item', name = 'nutrients', amount = 80}, {type = 'fluid', name = 'water', amount = 1000, fluidbox_multiplier = 10, ignored_by_stats = 1000}},
|
||||||
results = {{type = 'item', name = 'raw-fish', amount = 12}, {type = 'fluid', name = 'water', amount = 1000, fluidbox_multiplier = 10, ignored_by_stats = 1000, ignored_by_productivity = 1000}}
|
results = {{type = 'item', name = 'raw-fish', amount = 12}, {type = 'fluid', name = 'water', amount = 1000, fluidbox_multiplier = 10, ignored_by_stats = 1000, ignored_by_productivity = 1000}}
|
||||||
},
|
},
|
||||||
|
-- ['biolubricant'] = true,
|
||||||
},
|
},
|
||||||
['recipe'] = {
|
['recipe'] = {
|
||||||
-- QUALITY 0
|
-- QUALITY 0
|
||||||
@@ -338,7 +339,7 @@ local items = {
|
|||||||
['bioflux'] = true,
|
['bioflux'] = true,
|
||||||
['bioplastic'] = true,
|
['bioplastic'] = true,
|
||||||
['biosulfur'] = true,
|
['biosulfur'] = true,
|
||||||
['biolubricant'] = true,
|
['carbon'] = true,
|
||||||
['carbon-fiber'] = true,
|
['carbon-fiber'] = true,
|
||||||
-- SPACE_AGE 20
|
-- SPACE_AGE 20
|
||||||
['artificial-yumako-soil'] = true,
|
['artificial-yumako-soil'] = true,
|
||||||
@@ -397,7 +398,6 @@ local items = {
|
|||||||
-- SPACE_AGE 65
|
-- SPACE_AGE 65
|
||||||
['space-platform-foundation'] = true,
|
['space-platform-foundation'] = true,
|
||||||
['space-platform-starter-pack'] = true,
|
['space-platform-starter-pack'] = true,
|
||||||
['carbon'] = true,
|
|
||||||
['crusher'] = true,
|
['crusher'] = true,
|
||||||
},
|
},
|
||||||
['item'] = {
|
['item'] = {
|
||||||
|
|||||||
@@ -423,7 +423,7 @@ end
|
|||||||
-- GM-VP C 12 BASE RECIPE
|
-- GM-VP C 12 BASE RECIPE
|
||||||
-- GM-VP C 46 SPACE_AGE RECIPE
|
-- GM-VP C 46 SPACE_AGE RECIPE
|
||||||
-- GM-VP H 1 QUALITY RECIPE
|
-- GM-VP H 1 QUALITY RECIPE
|
||||||
-- GM-VP H 69 SPACE_AGE RECIPE
|
-- GM-VP H 68 SPACE_AGE RECIPE
|
||||||
for _, v in pairs(data.raw.recipe) do
|
for _, v in pairs(data.raw.recipe) do
|
||||||
v.surface_conditions = nil
|
v.surface_conditions = nil
|
||||||
v.maximum_productivity = nil
|
v.maximum_productivity = nil
|
||||||
|
|||||||
Reference in New Issue
Block a user