mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-05-12 21:08:43 +09:00
.
This commit is contained in:
+10
-8
@@ -8,6 +8,16 @@ data.raw['inserter']['burner-inserter'].allow_burner_leech = true
|
||||
data.raw['programmable-speaker']['programmable-speaker'].energy_source.usage_priority = 'primary-input'
|
||||
table.insert(data.raw['fluid-turret']['flamethrower-turret'].attack_parameters.fluids, {type = 'sulfuric-acid', damage_modifier = 1.2})
|
||||
|
||||
-- MIGS C 3 BASE ENTITY
|
||||
for _, v in pairs(data.raw['container']) do
|
||||
v.inventory_type = 'with_filters_and_bar'
|
||||
end
|
||||
|
||||
-- MIGS C 5 BASE ENTITY
|
||||
for _, v in pairs(data.raw['logistic-container']) do
|
||||
v.inventory_type = 'with_filters_and_bar'
|
||||
end
|
||||
|
||||
-- MIGS C 3 BASE MODULE
|
||||
data.raw['module']['efficiency-module'].effect.consumption = math.min(-0.3, data.raw['module']['efficiency-module'].effect.consumption)
|
||||
data.raw['module']['efficiency-module-2'].effect.consumption = math.min(-0.6, data.raw['module']['efficiency-module'].effect.consumption)
|
||||
@@ -18,14 +28,6 @@ data.raw.recipe['landfill'].ingredients[1].amount = math.min(20, data.raw.recipe
|
||||
data.raw.recipe['selector-combinator'].ingredients = {{type = 'item', name = 'advanced-circuit', amount = 5}, {type = 'item', name = 'decider-combinator', amount = 2}}
|
||||
|
||||
|
||||
for _, v in pairs(data.raw['container']) do
|
||||
v.inventory_type = 'with_filters_and_bar'
|
||||
end
|
||||
|
||||
for _, v in pairs(data.raw['logistic-container']) do
|
||||
v.inventory_type = 'with_filters_and_bar'
|
||||
end
|
||||
|
||||
for _, v in pairs(data.raw['reactor']) do
|
||||
v.scale_energy_usage = (v.fast_replaceable_group and v.fast_replaceable_group == 'reactor')
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user