mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 13:56:20 +09:00
.
This commit is contained in:
+17
-10
@@ -269,7 +269,7 @@ local items = {
|
|||||||
},
|
},
|
||||||
['agricultural-science-pack'] = {
|
['agricultural-science-pack'] = {
|
||||||
energy_required = 10,
|
energy_required = 10,
|
||||||
ingredients = {{type = 'fluid', name = 'water', amount = 10, fluidbox_multiplier = 10}, {type = 'item', name = 'wood', amount = 1}},
|
ingredients = {{type = 'fluid', name = 'water', amount = 10, fluidbox_multiplier = 10}, {type = 'item', name = 'yumako-mash', amount = 1}, {type = 'item', name = 'jelly', amount = 1}},
|
||||||
results = {{type = 'item', name = 'agricultural-science-pack', amount = 2}}
|
results = {{type = 'item', name = 'agricultural-science-pack', amount = 2}}
|
||||||
},
|
},
|
||||||
['electrolyte'] = {
|
['electrolyte'] = {
|
||||||
@@ -278,13 +278,21 @@ local items = {
|
|||||||
results = {{type = 'fluid', name = 'electrolyte', amount = 20, fluidbox_multiplier = 10}}
|
results = {{type = 'fluid', name = 'electrolyte', amount = 20, fluidbox_multiplier = 10}}
|
||||||
},
|
},
|
||||||
-- SPACE_AGE 40
|
-- SPACE_AGE 40
|
||||||
|
['yumako-processing'] = {
|
||||||
|
energy_required = 10,
|
||||||
|
ingredients = {{type = 'item', name = 'yumako', amount = 10}, {type = 'fluid', name = 'water', amount = 10, fluidbox_multiplier = 10, ignored_by_stats = 10}},
|
||||||
|
results = {{type = 'item', name = 'yumako-mash', amount = 10}, {type = 'item', name = 'yumako-seed', amount = 1}, {type = 'fluid', name = 'steam', temperature = 165, amount = 5, fluidbox_multiplier = 10, ignored_by_stats = 5, ignored_by_productivity = 5}}
|
||||||
|
},
|
||||||
|
['jellynut-processing'] = {
|
||||||
|
energy_required = 10,
|
||||||
|
ingredients = {{type = 'item', name = 'jellynut', amount = 10}, {type = 'fluid', name = 'water', amount = 10, fluidbox_multiplier = 10, ignored_by_stats = 10}},
|
||||||
|
results = {{type = 'item', name = 'jelly', amount = 10}, {type = 'item', name = 'jellynut-seed', amount = 1}, {type = 'fluid', name = 'steam', temperature = 165, amount = 5, fluidbox_multiplier = 10, ignored_by_stats = 5, ignored_by_productivity = 5}}
|
||||||
|
},
|
||||||
|
-- SPACE_AGE 40
|
||||||
--[[
|
--[[
|
||||||
|
|
||||||
['agricultural-science-pack'] = true,
|
|
||||||
['fish-breeding'] = true,
|
['fish-breeding'] = true,
|
||||||
['nutrients-from-fish'] = true,
|
['nutrients-from-fish'] = true,
|
||||||
['yumako-processing'] = true,
|
['steam-condensation'] = true,
|
||||||
['jellynut-processing'] = true,
|
|
||||||
]]
|
]]
|
||||||
},
|
},
|
||||||
['recipe'] = {
|
['recipe'] = {
|
||||||
@@ -352,30 +360,29 @@ local items = {
|
|||||||
['scrap-recycling'] = true,
|
['scrap-recycling'] = true,
|
||||||
-- SPACE_AGE 50
|
-- SPACE_AGE 50
|
||||||
['foundation'] = true,
|
['foundation'] = true,
|
||||||
['steam-condensation'] = true,
|
|
||||||
['thruster'] = true,
|
['thruster'] = true,
|
||||||
['thruster-fuel'] = true,
|
['thruster-fuel'] = true,
|
||||||
['thruster-oxidizer'] = true,
|
['thruster-oxidizer'] = true,
|
||||||
-- SPACE_AGE 55
|
|
||||||
['advanced-thruster-fuel'] = true,
|
['advanced-thruster-fuel'] = true,
|
||||||
|
-- SPACE_AGE 55
|
||||||
['advanced-thruster-oxidizer'] = true,
|
['advanced-thruster-oxidizer'] = true,
|
||||||
['metallic-asteroid-crushing'] = true,
|
['metallic-asteroid-crushing'] = true,
|
||||||
['carbonic-asteroid-crushing'] = true,
|
['carbonic-asteroid-crushing'] = true,
|
||||||
['oxide-asteroid-crushing'] = true,
|
['oxide-asteroid-crushing'] = true,
|
||||||
-- SPACE_AGE 60
|
|
||||||
['advanced-metallic-asteroid-crushing'] = true,
|
['advanced-metallic-asteroid-crushing'] = true,
|
||||||
|
-- SPACE_AGE 60
|
||||||
['advanced-carbonic-asteroid-crushing'] = true,
|
['advanced-carbonic-asteroid-crushing'] = true,
|
||||||
['advanced-oxide-asteroid-crushing'] = true,
|
['advanced-oxide-asteroid-crushing'] = true,
|
||||||
['metallic-asteroid-reprocessing'] = true,
|
['metallic-asteroid-reprocessing'] = true,
|
||||||
['carbonic-asteroid-reprocessing'] = true,
|
['carbonic-asteroid-reprocessing'] = true,
|
||||||
-- SPACE_AGE 65
|
|
||||||
['oxide-asteroid-reprocessing'] = true,
|
['oxide-asteroid-reprocessing'] = true,
|
||||||
|
-- SPACE_AGE 65
|
||||||
['space-platform-foundation'] = true,
|
['space-platform-foundation'] = true,
|
||||||
['space-platform-starter-pack'] = true,
|
['space-platform-starter-pack'] = true,
|
||||||
['carbon'] = true,
|
['carbon'] = true,
|
||||||
['crusher'] = true,
|
['crusher'] = true,
|
||||||
-- SPACE_AGE 70
|
|
||||||
['casting-low-density-structure'] = true
|
['casting-low-density-structure'] = true
|
||||||
|
-- SPACE_AGE 70
|
||||||
},
|
},
|
||||||
['item'] = {
|
['item'] = {
|
||||||
-- QUALITY 0
|
-- QUALITY 0
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ data.raw['simple-entity']['small-stomper-shell'].autoplace = nil
|
|||||||
|
|
||||||
隱藏 Hide
|
隱藏 Hide
|
||||||
成就 Achievement
|
成就 Achievement
|
||||||
-- GM-VP H 21 SPACE_AGE ACHIEVEMENT
|
-- GM-VP H 16 SPACE_AGE ACHIEVEMENT
|
||||||
for k, v in pairs(items['achievement']) do
|
for k, v in pairs(items['achievement']) do
|
||||||
if data.raw[v] and data.raw[v][k] then
|
if data.raw[v] and data.raw[v][k] then
|
||||||
data.raw[v][k] = nil
|
data.raw[v][k] = nil
|
||||||
|
|||||||
@@ -157,10 +157,12 @@ if data.raw['plant'] and data.raw['plant']['tree-plant'] and data.raw['plant']['
|
|||||||
|
|
||||||
if data.raw['plant']['yumako-tree'] and data.raw['plant']['yumako-tree'] then
|
if data.raw['plant']['yumako-tree'] and data.raw['plant']['yumako-tree'] then
|
||||||
data.raw['plant']['yumako-tree'].autoplace.tile_restriction = nil
|
data.raw['plant']['yumako-tree'].autoplace.tile_restriction = nil
|
||||||
|
data.raw['plant']['yumako-tree'].harvest_emissions = nil
|
||||||
end
|
end
|
||||||
|
|
||||||
if data.raw['plant']['jellystem'] and data.raw['plant']['jellystem'] then
|
if data.raw['plant']['jellystem'] and data.raw['plant']['jellystem'] then
|
||||||
data.raw['plant']['jellystem'].autoplace.tile_restriction = nil
|
data.raw['plant']['jellystem'].autoplace.tile_restriction = nil
|
||||||
|
data.raw['plant']['jellystem'].harvest_emissions = nil
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -406,7 +408,7 @@ end
|
|||||||
-- GM-VP C 12 BASE RECIPE
|
-- GM-VP C 12 BASE RECIPE
|
||||||
-- GM-VP C 40 SPACE_AGE RECIPE
|
-- GM-VP C 40 SPACE_AGE RECIPE
|
||||||
-- GM-VP H 1 QUALITY RECIPE
|
-- GM-VP H 1 QUALITY RECIPE
|
||||||
-- GM-VP H 71 SPACE_AGE RECIPE
|
-- GM-VP H 70 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