Skip to content

Commit

Permalink
Reduced smelting mold loss rate from 10% to 2.5%
Browse files Browse the repository at this point in the history
  • Loading branch information
Pezzawinkle committed Nov 25, 2023
1 parent 5f5cecc commit b823bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angelssmelting/prototypes/recipes/smelting-support.lua
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ data:extend({
{ type = "fluid", name = "liquid-nitric-acid", amount = 20 },
},
results = {
{ type = "item", name = "mold-non-expendable", amount = 1, probability = 0.90, catalyst_amount = 1 },
{ type = "item", name = "mold-non-expendable", amount = 1, probability = 0.975, catalyst_amount = 1 },
{ type = "fluid", name = "water-red-waste", amount = 20 },
},
icons = angelsmods.functions.add_number_icon_layer({
Expand Down

0 comments on commit b823bdd

Please sign in to comment.