mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 02:55:22 +09:00
.
This commit is contained in:
@@ -964,13 +964,6 @@ if mods['space-age'] and (settings.startup['PHI-GM'].value and settings.startup[
|
|||||||
|
|
||||||
data.raw.ammo['artillery-shell'].stack_size = data.raw['inserter']['stack-inserter'].max_belt_stack_size
|
data.raw.ammo['artillery-shell'].stack_size = data.raw['inserter']['stack-inserter'].max_belt_stack_size
|
||||||
|
|
||||||
for _, v in pairs(data.raw.tile) do
|
|
||||||
if v.fluid and v.subgroup and v.subgroup ~= 'gleba-tiles' then
|
|
||||||
v.destroys_dropped_items = true
|
|
||||||
v.default_destroyed_dropped_item_trigger = nil
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
data.raw.technology['cliff-explosives'].prerequisites = {'explosives', 'military-2'}
|
data.raw.technology['cliff-explosives'].prerequisites = {'explosives', 'military-2'}
|
||||||
data.raw.technology['cliff-explosives'].unit = {count = 200, time = 15, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}}}
|
data.raw.technology['cliff-explosives'].unit = {count = 200, time = 15, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}}}
|
||||||
data.raw.technology['cliff-explosives'].effects = {{type = 'unlock-recipe', recipe = 'cliff-explosives'}, {type = 'cliff-deconstruction-enabled', modifier = true}}
|
data.raw.technology['cliff-explosives'].effects = {{type = 'unlock-recipe', recipe = 'cliff-explosives'}, {type = 'cliff-deconstruction-enabled', modifier = true}}
|
||||||
|
|||||||
Reference in New Issue
Block a user