|
|
|
@@ -14,91 +14,91 @@ table.insert(
|
|
|
|
|
|
|
|
|
|
|
|
table.insert(
|
|
|
|
table.insert(
|
|
|
|
data.raw.recipe['copper-ore-processing'].results,
|
|
|
|
data.raw.recipe['copper-ore-processing'].results,
|
|
|
|
{type="item", name="slag", amount=1, probability=0.6})
|
|
|
|
{type="item", name="slag", amount=1, probability=0.2})
|
|
|
|
data.raw.recipe['copper-ore-processing'].main_product = 'processed-copper'
|
|
|
|
data.raw.recipe['copper-ore-processing'].main_product = 'processed-copper'
|
|
|
|
--data.raw.recipe['copper-ore-processing'].icon = "__bobicons__/graphics/icons/angelssmelting/processed-copper-64.png"
|
|
|
|
--data.raw.recipe['copper-ore-processing'].icon = "__bobicons__/graphics/icons/angelssmelting/processed-copper-64.png"
|
|
|
|
--data.raw.recipe['copper-ore-processing'].icon_size = 64
|
|
|
|
--data.raw.recipe['copper-ore-processing'].icon_size = 64
|
|
|
|
|
|
|
|
|
|
|
|
table.insert(
|
|
|
|
table.insert(
|
|
|
|
data.raw.recipe['gold-ore-processing'].results,
|
|
|
|
data.raw.recipe['gold-ore-processing'].results,
|
|
|
|
{type="item", name="slag", amount=1, probability=0.2})
|
|
|
|
{type="item", name="slag", amount=1, probability=0.1})
|
|
|
|
data.raw.recipe['gold-ore-processing'].main_product = 'processed-gold'
|
|
|
|
data.raw.recipe['gold-ore-processing'].main_product = 'processed-gold'
|
|
|
|
--data.raw.recipe['gold-ore-processing'].icon = "__bobicons__/graphics/icons/angelssmelting/processed-gold-64.png"
|
|
|
|
--data.raw.recipe['gold-ore-processing'].icon = "__bobicons__/graphics/icons/angelssmelting/processed-gold-64.png"
|
|
|
|
--data.raw.recipe['gold-ore-processing'].icon_size = 64
|
|
|
|
--data.raw.recipe['gold-ore-processing'].icon_size = 64
|
|
|
|
|
|
|
|
|
|
|
|
table.insert(
|
|
|
|
table.insert(
|
|
|
|
data.raw.recipe['iron-ore-processing'].results or {},
|
|
|
|
data.raw.recipe['iron-ore-processing'].results or {},
|
|
|
|
{type="item", name="slag", amount=1, probability=0.6})
|
|
|
|
{type="item", name="slag", amount=1, probability=0.2})
|
|
|
|
data.raw.recipe['iron-ore-processing'].main_product = 'processed-iron'
|
|
|
|
data.raw.recipe['iron-ore-processing'].main_product = 'processed-iron'
|
|
|
|
--data.raw.recipe['iron-ore-processing'].icon = "__bobicons__/graphics/icons/angelssmelting/processed-iron-64.png"
|
|
|
|
--data.raw.recipe['iron-ore-processing'].icon = "__bobicons__/graphics/icons/angelssmelting/processed-iron-64.png"
|
|
|
|
--data.raw.recipe['iron-ore-processing'].icon_size = 64
|
|
|
|
--data.raw.recipe['iron-ore-processing'].icon_size = 64
|
|
|
|
|
|
|
|
|
|
|
|
table.insert(
|
|
|
|
table.insert(
|
|
|
|
data.raw.recipe['lead-ore-processing'].results,
|
|
|
|
data.raw.recipe['lead-ore-processing'].results,
|
|
|
|
{type="item", name="slag", amount=1, probability=0.5})
|
|
|
|
{type="item", name="slag", amount=1, probability=0.1})
|
|
|
|
data.raw.recipe['lead-ore-processing'].main_product = 'processed-lead'
|
|
|
|
data.raw.recipe['lead-ore-processing'].main_product = 'processed-lead'
|
|
|
|
--data.raw.recipe['lead-ore-processing'].icon = "__bobicons__/graphics/icons/angelssmelting/processed-lead-64.png"
|
|
|
|
--data.raw.recipe['lead-ore-processing'].icon = "__bobicons__/graphics/icons/angelssmelting/processed-lead-64.png"
|
|
|
|
--data.raw.recipe['lead-ore-processing'].icon_size = 64
|
|
|
|
--data.raw.recipe['lead-ore-processing'].icon_size = 64
|
|
|
|
|
|
|
|
|
|
|
|
table.insert(
|
|
|
|
table.insert(
|
|
|
|
data.raw.recipe['manganese-ore-processing'].results,
|
|
|
|
data.raw.recipe['manganese-ore-processing'].results,
|
|
|
|
{type="item", name="slag", amount=1, probability=0.3})
|
|
|
|
{type="item", name="slag", amount=1, probability=0.1})
|
|
|
|
data.raw.recipe['manganese-ore-processing'].main_product = 'processed-manganese'
|
|
|
|
data.raw.recipe['manganese-ore-processing'].main_product = 'processed-manganese'
|
|
|
|
--data.raw.recipe['manganese-ore-processing'].icon = "__bobicons__/graphics/icons/angelssmelting/processed-manganese-64.png"
|
|
|
|
--data.raw.recipe['manganese-ore-processing'].icon = "__bobicons__/graphics/icons/angelssmelting/processed-manganese-64.png"
|
|
|
|
--data.raw.recipe['manganese-ore-processing'].icon_size = 64
|
|
|
|
--data.raw.recipe['manganese-ore-processing'].icon_size = 64
|
|
|
|
|
|
|
|
|
|
|
|
table.insert(
|
|
|
|
table.insert(
|
|
|
|
data.raw.recipe['nickel-ore-processing'].results,
|
|
|
|
data.raw.recipe['nickel-ore-processing'].results,
|
|
|
|
{type="item", name="slag", amount=1, probability=0.3})
|
|
|
|
{type="item", name="slag", amount=1, probability=0.1})
|
|
|
|
data.raw.recipe['nickel-ore-processing'].main_product = 'processed-nickel'
|
|
|
|
data.raw.recipe['nickel-ore-processing'].main_product = 'processed-nickel'
|
|
|
|
--data.raw.recipe['nickel-ore-processing'].icon = "__bobicons__/graphics/icons/angelssmelting/processed-nickel-64.png"
|
|
|
|
--data.raw.recipe['nickel-ore-processing'].icon = "__bobicons__/graphics/icons/angelssmelting/processed-nickel-64.png"
|
|
|
|
--data.raw.recipe['nickel-ore-processing'].icon_size = 64
|
|
|
|
--data.raw.recipe['nickel-ore-processing'].icon_size = 64
|
|
|
|
|
|
|
|
|
|
|
|
table.insert(
|
|
|
|
table.insert(
|
|
|
|
data.raw.recipe['platinum-ore-processing'].results,
|
|
|
|
data.raw.recipe['platinum-ore-processing'].results,
|
|
|
|
{type="item", name="slag", amount=1, probability=0.1})
|
|
|
|
{type="item", name="slag", amount=1, probability=0.01})
|
|
|
|
data.raw.recipe['platinum-ore-processing'].main_product = 'processed-platinum'
|
|
|
|
data.raw.recipe['platinum-ore-processing'].main_product = 'processed-platinum'
|
|
|
|
--data.raw.recipe['platinum-ore-processing'].icon = "__bobicons__/graphics/icons/angelssmelting/processed-platinum-64.png"
|
|
|
|
--data.raw.recipe['platinum-ore-processing'].icon = "__bobicons__/graphics/icons/angelssmelting/processed-platinum-64.png"
|
|
|
|
--data.raw.recipe['platinum-ore-processing'].icon_size = 64
|
|
|
|
--data.raw.recipe['platinum-ore-processing'].icon_size = 64
|
|
|
|
|
|
|
|
|
|
|
|
table.insert(
|
|
|
|
table.insert(
|
|
|
|
data.raw.recipe['silica-ore-processing'].results,
|
|
|
|
data.raw.recipe['silica-ore-processing'].results,
|
|
|
|
{type="item", name="slag", amount=1, probability=0.3})
|
|
|
|
{type="item", name="slag", amount=1, probability=0.1})
|
|
|
|
data.raw.recipe['silica-ore-processing'].main_product = 'processed-silica'
|
|
|
|
data.raw.recipe['silica-ore-processing'].main_product = 'processed-silica'
|
|
|
|
--data.raw.recipe['silica-ore-processing'].icon = "__bobicons__/graphics/icons/angelssmelting/processed-silica-64.png"
|
|
|
|
--data.raw.recipe['silica-ore-processing'].icon = "__bobicons__/graphics/icons/angelssmelting/processed-silica-64.png"
|
|
|
|
--data.raw.recipe['silica-ore-processing'].icon_size = 64
|
|
|
|
--data.raw.recipe['silica-ore-processing'].icon_size = 64
|
|
|
|
|
|
|
|
|
|
|
|
table.insert(
|
|
|
|
table.insert(
|
|
|
|
data.raw.recipe['silver-ore-processing'].results,
|
|
|
|
data.raw.recipe['silver-ore-processing'].results,
|
|
|
|
{type="item", name="slag", amount=1, probability=0.2})
|
|
|
|
{type="item", name="slag", amount=1, probability=0.05})
|
|
|
|
data.raw.recipe['silver-ore-processing'].main_product = 'processed-silver'
|
|
|
|
data.raw.recipe['silver-ore-processing'].main_product = 'processed-silver'
|
|
|
|
--data.raw.recipe['silver-ore-processing'].icon = "__bobicons__/graphics/icons/angelssmelting/processed-silver-64.png"
|
|
|
|
--data.raw.recipe['silver-ore-processing'].icon = "__bobicons__/graphics/icons/angelssmelting/processed-silver-64.png"
|
|
|
|
--data.raw.recipe['silver-ore-processing'].icon_size = 64
|
|
|
|
--data.raw.recipe['silver-ore-processing'].icon_size = 64
|
|
|
|
|
|
|
|
|
|
|
|
table.insert(
|
|
|
|
table.insert(
|
|
|
|
data.raw.recipe['tin-ore-processing'].results,
|
|
|
|
data.raw.recipe['tin-ore-processing'].results,
|
|
|
|
{type="item", name="slag", amount=1, probability=0.5})
|
|
|
|
{type="item", name="slag", amount=1, probability=0.1})
|
|
|
|
data.raw.recipe['tin-ore-processing'].main_product = 'processed-tin'
|
|
|
|
data.raw.recipe['tin-ore-processing'].main_product = 'processed-tin'
|
|
|
|
--data.raw.recipe['tin-ore-processing'].icon = "__bobicons__/graphics/icons/angelssmelting/processed-tin-64.png"
|
|
|
|
--data.raw.recipe['tin-ore-processing'].icon = "__bobicons__/graphics/icons/angelssmelting/processed-tin-64.png"
|
|
|
|
--data.raw.recipe['tin-ore-processing'].icon_size = 64
|
|
|
|
--data.raw.recipe['tin-ore-processing'].icon_size = 64
|
|
|
|
|
|
|
|
|
|
|
|
table.insert(
|
|
|
|
table.insert(
|
|
|
|
data.raw.recipe['titanium-ore-processing'].results,
|
|
|
|
data.raw.recipe['titanium-ore-processing'].results,
|
|
|
|
{type="item", name="slag", amount=1, probability=0.2})
|
|
|
|
{type="item", name="slag", amount=1, probability=0.05})
|
|
|
|
data.raw.recipe['titanium-ore-processing'].main_product = 'processed-titanium'
|
|
|
|
data.raw.recipe['titanium-ore-processing'].main_product = 'processed-titanium'
|
|
|
|
--data.raw.recipe['titanium-ore-processing'].icon = "__bobicons__/graphics/icons/angelssmelting/processed-titanium-64.png"
|
|
|
|
--data.raw.recipe['titanium-ore-processing'].icon = "__bobicons__/graphics/icons/angelssmelting/processed-titanium-64.png"
|
|
|
|
--data.raw.recipe['titanium-ore-processing'].icon_size = 64
|
|
|
|
--data.raw.recipe['titanium-ore-processing'].icon_size = 64
|
|
|
|
|
|
|
|
|
|
|
|
table.insert(
|
|
|
|
table.insert(
|
|
|
|
data.raw.recipe['tungsten-ore-processing'].results,
|
|
|
|
data.raw.recipe['tungsten-ore-processing'].results,
|
|
|
|
{type="item", name="slag", amount=1, probability=0.1})
|
|
|
|
{type="item", name="slag", amount=1, probability=0.01})
|
|
|
|
data.raw.recipe['tungsten-ore-processing'].main_product = 'processed-tungsten'
|
|
|
|
data.raw.recipe['tungsten-ore-processing'].main_product = 'processed-tungsten'
|
|
|
|
--data.raw.recipe['tungsten-ore-processing'].icon = "__bobicons__/graphics/icons/angelssmelting/processed-tungsten-64.png"
|
|
|
|
--data.raw.recipe['tungsten-ore-processing'].icon = "__bobicons__/graphics/icons/angelssmelting/processed-tungsten-64.png"
|
|
|
|
--data.raw.recipe['tungsten-ore-processing'].icon_size = 64
|
|
|
|
--data.raw.recipe['tungsten-ore-processing'].icon_size = 64
|
|
|
|
|
|
|
|
|
|
|
|
table.insert(
|
|
|
|
table.insert(
|
|
|
|
data.raw.recipe['zinc-ore-processing'].results,
|
|
|
|
data.raw.recipe['zinc-ore-processing'].results,
|
|
|
|
{type="item", name="slag", amount=1, probability=0.3})
|
|
|
|
{type="item", name="slag", amount=1, probability=0.1})
|
|
|
|
data.raw.recipe['zinc-ore-processing'].main_product = 'processed-zinc'
|
|
|
|
data.raw.recipe['zinc-ore-processing'].main_product = 'processed-zinc'
|
|
|
|
--data.raw.recipe['zinc-ore-processing'].icon = "__bobicons__/graphics/icons/angelssmelting/processed-zinc-64.png"
|
|
|
|
--data.raw.recipe['zinc-ore-processing'].icon = "__bobicons__/graphics/icons/angelssmelting/processed-zinc-64.png"
|
|
|
|
--data.raw.recipe['zinc-ore-processing'].icon_size = 64
|
|
|
|
--data.raw.recipe['zinc-ore-processing'].icon_size = 64
|
|
|
|
|