mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-05-13 05:08:44 +09:00
.
This commit is contained in:
@@ -90,7 +90,7 @@ if data.raw['offshore-pump']['offshore-pump'] then
|
|||||||
entity.fluid_boxes = {{
|
entity.fluid_boxes = {{
|
||||||
production_type = 'output',
|
production_type = 'output',
|
||||||
pipe_covers = table.deepcopy(entity.fluid_box.pipe_covers),
|
pipe_covers = table.deepcopy(entity.fluid_box.pipe_covers),
|
||||||
volume = 10 * settings.startup['PHI-MI-PIPE'].value,
|
volume = 100,
|
||||||
pipe_connections = {{
|
pipe_connections = {{
|
||||||
flow_direction = 'output',
|
flow_direction = 'output',
|
||||||
connection_category = (mods['space-age'] and {'default', 'fusion-plasma'}) or {'default'},
|
connection_category = (mods['space-age'] and {'default', 'fusion-plasma'}) or {'default'},
|
||||||
@@ -154,7 +154,7 @@ for _, v in pairs(data.raw.fluid) do
|
|||||||
enabled = false,
|
enabled = false,
|
||||||
hidden = true,
|
hidden = true,
|
||||||
ingredients = {},
|
ingredients = {},
|
||||||
results = {{type = 'fluid', name = v.name, amount = 1200 * settings.startup['PHI-MI-PIPE'].value, temperature = v.default_temperature}},
|
results = {{type = 'fluid', name = v.name, amount = 12000, temperature = v.default_temperature}},
|
||||||
main_product = v.name,
|
main_product = v.name,
|
||||||
hide_from_player_crafting = true,
|
hide_from_player_crafting = true,
|
||||||
hidden_in_factoriopedia = true,
|
hidden_in_factoriopedia = true,
|
||||||
|
|||||||
+1
-1
@@ -197,7 +197,7 @@ data:extend({
|
|||||||
if mods['space-age'] then
|
if mods['space-age'] then
|
||||||
data.raw['bool-setting']['PHI-MB-EQUIPMENT-ARMOR'].localised_description = {'', '[item=power-armor-mk2] 3, [item=mech-armor] 2'}
|
data.raw['bool-setting']['PHI-MB-EQUIPMENT-ARMOR'].localised_description = {'', '[item=power-armor-mk2] 3, [item=mech-armor] 2'}
|
||||||
data.raw['bool-setting']['PHI-SA-SPOIL'].localised_description = {'', '[item=spoilage]'}
|
data.raw['bool-setting']['PHI-SA-SPOIL'].localised_description = {'', '[item=spoilage]'}
|
||||||
data.raw['bool-setting']['PHI-SA-SPOIL-FREEZE'].localised_description = {'', '[item=ice]'}
|
data.raw['int-setting']['PHI-SA-SPOIL-FREEZE'].localised_description = {'', '[item=ice]'}
|
||||||
data.raw['bool-setting']['PHI-SA-ENABLE-QUALITY'].localised_description = {'', '[virtual-signal=signal-any-quality]'}
|
data.raw['bool-setting']['PHI-SA-ENABLE-QUALITY'].localised_description = {'', '[virtual-signal=signal-any-quality]'}
|
||||||
data.raw['int-setting']['PHI-SA-QUALITY'].localised_description = {'', '[item=quality-module-3] x 0.1'}
|
data.raw['int-setting']['PHI-SA-QUALITY'].localised_description = {'', '[item=quality-module-3] x 0.1'}
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user