Изменил выход шлака при обработке эссенций (медной/железной)

This commit is contained in:
2026-05-18 21:04:28 +03:00
parent 8358d1d18e
commit e68864bc93

View File

@@ -707,7 +707,7 @@ data:extend({
results = {
{ type = "fluid", name = "angels-ore8-anode-sludge", amount = 60 },
{ type = "fluid", name = "water-yellow-waste", amount = 20 },
{ type = "item", name = "slag", amount = 1 },
{ type = "item", name = "slag", amount = 1, probability = 0.1 },
},
main_product = "angels-ore8-anode-sludge",
--icon = "__angelsrefining__/graphics/icons/angels-ore6-crystal.png",
@@ -813,7 +813,7 @@ data:extend({
results = {
{ type = "fluid", name = "angels-ore9-anode-sludge", amount = 60 },
{ type = "fluid", name = "water-yellow-waste", amount = 20 },
{ type = "item", name = "slag", amount = 1 },
{ type = "item", name = "slag", amount = 1, probability = 0.1 },
},
main_product = "angels-ore9-anode-sludge",
--icon = "__angelsrefining__/graphics/icons/angels-ore6-crystal.png",