diff --git a/PHI-MI/data.lua b/PHI-MI/data.lua index b249464..0993ec2 100644 --- a/PHI-MI/data.lua +++ b/PHI-MI/data.lua @@ -47,9 +47,12 @@ data.raw['module']['effectivity-module-3'].effect = {consumption = {bonus = -1.5 data.raw['arithmetic-combinator']['arithmetic-combinator'].energy_source.usage_priority = 'primary-input' data.raw['decider-combinator']['decider-combinator'].energy_source.usage_priority = 'primary-input' + data.raw['repair-tool']['repair-pack'].speed = 4 data.raw['repair-tool']['repair-pack'].durability = 600 +data.raw['reactor']['nuclear-reactor'].scale_energy_usage = true + data.raw['pipe']['pipe'].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.pipe_connections = {{position = {0, -1}}, {position = {0, 1}, max_underground_distance = 20}}