Update main.lua

This commit is contained in:
2023-04-06 00:09:36 +09:00
parent 946a909859
commit 0b836fdbb5

View File

@@ -22,9 +22,9 @@ data.raw['module']['effectivity-module'].effect = {consumption = {bonus = -0.5},
data.raw['module']['effectivity-module-2'].effect = {consumption = {bonus = -1.0}, pollution = {bonus = -0.15}} data.raw['module']['effectivity-module-2'].effect = {consumption = {bonus = -1.0}, pollution = {bonus = -0.15}}
data.raw['module']['effectivity-module-3'].effect = {consumption = {bonus = -1.5}, pollution = {bonus = -0.2}} data.raw['module']['effectivity-module-3'].effect = {consumption = {bonus = -1.5}, pollution = {bonus = -0.2}}
data.raw['pipe']['pipe'].fluid_box.height = 4 -- data.raw['pipe']['pipe'].fluid_box.height = 4
data.raw['pipe']['pipe'].fluid_box.base_area = 4 data.raw['pipe']['pipe'].fluid_box.base_area = 4
data.raw['pipe-to-ground']['pipe-to-ground'].fluid_box.height = 4 -- data.raw['pipe-to-ground']['pipe-to-ground'].fluid_box.height = 4
data.raw['pipe-to-ground']['pipe-to-ground'].fluid_box.base_area = 4 data.raw['pipe-to-ground']['pipe-to-ground'].fluid_box.base_area = 4
data.raw['pump']['pump'].fluid_box.height = 16 data.raw['pump']['pump'].fluid_box.height = 16
data.raw['pump']['pump'].pumping_speed = 800 data.raw['pump']['pump'].pumping_speed = 800