This commit is contained in:
2025-03-20 17:54:36 +09:00
parent 2fc599e1e9
commit 58d701c05b
2 changed files with 5 additions and 4 deletions

View File

@@ -403,6 +403,11 @@ local items = {
['prerequisites'] = {'logistic-robotics', 'utility-science-pack'},
['unit'] = {count = 500, time = 30, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'utility-science-pack', 1}}}
},
['cliff-explosives'] = {
['prerequisites'] = {'explosives', 'military-2'},
['unit'] = {count = 200, time = 15, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}}},
['effects'] = {{type = 'unlock-recipe', recipe = 'cliff-explosives'}, {type = 'cliff-deconstruction-enabled', modifier = true}}
},
},
['technology'] = {
['planet-discovery-vulcanus'] = true,