Skip to content

Commit

Permalink
Fixed certian catalyst outputs not set properly when combined with ul…
Browse files Browse the repository at this point in the history
…ric saddle turd (pyanodon/pybugreports#402)
  • Loading branch information
notnotmelon committed Feb 19, 2024
1 parent 34a8c45 commit 39e344b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 24 deletions.
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Date: ???
- Fixed vrauk MK02+ duplication with turd path 2. (https://github.com/pyanodon/pybugreports/issues/406)
- Fixed improper pipe connections for simik dens (https://github.com/pyanodon/pybugreports/issues/404)
- Added a warning when using the conversion recipes of creature chamber turd path 3 (https://github.com/pyanodon/pybugreports/issues/396)
- Fixed certian catalyst outputs not set properly when combined with ulric saddle turd (https://github.com/pyanodon/pybugreports/issues/402)
- Fixed missing used ulric mk04 output from ulric gene sample mk04 collection
---------------------------------------------------------------------------------------------------
Version: 2.1.21
Date: 2024-2-2
Expand Down
49 changes: 25 additions & 24 deletions prototypes/recipes/ulric/recipes-ulric-modules.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ RECIPE {
},
results = {
{type = 'item', name = 'ulric-mk02', amount = 1, probability = 0.005},
{type = 'item', name = 'empty-barrel', amount = 7},
{type = 'item', name = 'ulric', amount = 1, probability = 0.5},
{type = 'item', name = 'empty-barrel', amount = 7, catalyst_amount = 7},
{type = 'item', name = 'ulric', amount = 1, probability = 0.5, catalyst_amount = 1},
},
--main_product = "ulric-mk02",
icons =
Expand All @@ -48,7 +48,7 @@ RECIPE {
},
results = {
{type = 'item', name = 'ulric-mk02-dna-sample', amount = 1},
{type = 'item', name = 'used-ulric-mk02', amount = 1},
{type = 'item', name = 'used-ulric-mk02', amount = 1, catalyst_amount = 1},
},
--main_product = "ulric-mk02",
icons =
Expand Down Expand Up @@ -76,7 +76,7 @@ RECIPE {
},
results = {
{type = 'item', name = 'ulric-mk02-dna-sample', amount = 6},
{type = 'item', name = 'used-ulric-mk02', amount = 1},
{type = 'item', name = 'used-ulric-mk02', amount = 1, catalyst_amount = 1},
},
--main_product = "ulric-mk02",
icons =
Expand Down Expand Up @@ -105,8 +105,8 @@ RECIPE {
},
results = {
{type = 'item', name = 'ulric-cub-mk02', amount = 1},
{type = 'item', name = 'used-ulric-mk02', amount = 1},
{type = 'item', name = 'empty-barrel', amount = 7},
{type = 'item', name = 'used-ulric-mk02', amount = 1, catalyst_amount = 1},
{type = 'item', name = 'empty-barrel', amount = 7, catalyst_amount = 7},
},
--main_product = "ulric-mk02",
icons =
Expand Down Expand Up @@ -134,7 +134,7 @@ RECIPE {
},
results = {
{type = 'item', name = 'ulric-mk02', amount = 1},
{type = 'item', name = 'empty-barrel-milk', amount = 2},
{type = 'item', name = 'empty-barrel-milk', amount = 2, catalyst_amount = 2},
},
--main_product = "ulric-mk02",
icons =
Expand All @@ -158,7 +158,7 @@ RECIPE {
{type = 'item', name = 'ulric-food-01', amount = 4},
},
results = {
{type = 'item', name = 'ulric-mk02', amount = 1},
{type = 'item', name = 'ulric-mk02', amount = 1, catalyst_amount = 1},
},
icons =
{
Expand Down Expand Up @@ -191,8 +191,8 @@ RECIPE {
},
results = {
{type = 'item', name = 'ulric-mk03', amount = 1, probability = 0.004},
{type = 'item', name = 'empty-barrel', amount = 7},
{type = 'item', name = 'ulric-mk02', amount = 1, probability = 0.6},
{type = 'item', name = 'empty-barrel', amount = 7, catalyst_amount = 7},
{type = 'item', name = 'ulric-mk02', amount = 1, probability = 0.6, catalyst_amount = 1},
},
--main_product = "ulric-mk03",
icons =
Expand All @@ -219,7 +219,7 @@ RECIPE {
},
results = {
{type = 'item', name = 'ulric-mk03-dna-sample', amount = 1},
{type = 'item', name = 'used-ulric-mk03', amount = 1},
{type = 'item', name = 'used-ulric-mk03', amount = 1, catalyst_amount = 1},
},
--main_product = "ulric-mk03",
icon = '__pyalienlifegraphics__/graphics/icons/evolution-mk03.png',
Expand All @@ -242,7 +242,7 @@ RECIPE {
},
results = {
{type = 'item', name = 'ulric-mk03-dna-sample', amount = 6},
{type = 'item', name = 'used-ulric-mk03', amount = 1},
{type = 'item', name = 'used-ulric-mk03', amount = 1, catalyst_amount = 1},
},
--main_product = "ulric-mk03",
icon = '__pyalienlifegraphics__/graphics/icons/evolution-mk03.png',
Expand All @@ -266,8 +266,8 @@ RECIPE {
},
results = {
{type = 'item', name = 'ulric-cub-mk03', amount = 1},
{type = 'item', name = 'used-ulric-mk03', amount = 1},
{type = 'item', name = 'empty-barrel', amount = 7},
{type = 'item', name = 'used-ulric-mk03', amount = 1, catalyst_amount = 1},
{type = 'item', name = 'empty-barrel', amount = 7, catalyst_amount = 7},
},
--main_product = "ulric-mk03",
icons =
Expand Down Expand Up @@ -295,7 +295,7 @@ RECIPE {
},
results = {
{type = 'item', name = 'ulric-mk03', amount = 1},
{type = 'item', name = 'empty-barrel-milk', amount = 2},
{type = 'item', name = 'empty-barrel-milk', amount = 2, catalyst_amount = 2},
},
--main_product = "ulric-mk03",
icons =
Expand All @@ -320,7 +320,7 @@ RECIPE {
{type = 'item', name = 'ulric-food-02', amount = 2},
},
results = {
{type = 'item', name = 'ulric-mk03', amount = 1},
{type = 'item', name = 'ulric-mk03', amount = 1, catalyst_amount = 1},
},
}:add_unlock("ulric-mk03")

Expand All @@ -343,8 +343,8 @@ RECIPE {
},
results = {
{type = 'item', name = 'ulric-mk04', amount = 1, probability = 0.003},
{type = 'item', name = 'empty-barrel', amount = 7},
{type = 'item', name = 'ulric-mk03', amount = 1, probability = 0.7},
{type = 'item', name = 'empty-barrel', amount = 7, catalyst_amount = 7},
{type = 'item', name = 'ulric-mk03', amount = 1, probability = 0.7, catalyst_amount = 1},
},
--main_product = "ulric-mk04",
icons =
Expand All @@ -370,7 +370,8 @@ RECIPE {
{type = 'item', name = 'latex', amount = 2},
},
results = {
{type = 'item', name = 'ulric-mk04-dna-sample', amount = 1}
{type = 'item', name = 'ulric-mk04-dna-sample', amount = 1},
{type = 'item', name = 'used-ulric-mk04', amount = 1, catalyst_amount = 1},
},
--main_product = "ulric-mk04",
icon = '__pyalienlifegraphics__/graphics/icons/evolution-mk04.png',
Expand All @@ -393,7 +394,7 @@ RECIPE {
},
results = {
{type = 'item', name = 'ulric-mk04-dna-sample', amount = 6},
{type = 'item', name = 'used-ulric-mk04', amount = 1},
{type = 'item', name = 'used-ulric-mk04', amount = 1, catalyst_amount = 1},
},
--main_product = "ulric-mk04",
icon = '__pyalienlifegraphics__/graphics/icons/evolution-mk04.png',
Expand All @@ -417,8 +418,8 @@ RECIPE {
},
results = {
{type = 'item', name = 'ulric-cub-mk04', amount = 1},
{type = 'item', name = 'used-ulric-mk04', amount = 1},
{type = 'item', name = 'empty-barrel', amount = 7},
{type = 'item', name = 'used-ulric-mk04', amount = 1, catalyst_amount = 1},
{type = 'item', name = 'empty-barrel', amount = 7, catalyst_amount = 7},
},
--main_product = "ulric-mk04",
icons =
Expand Down Expand Up @@ -446,7 +447,7 @@ RECIPE {
},
results = {
{type = 'item', name = 'ulric-mk04', amount = 1},
{type = 'item', name = 'empty-barrel-milk', amount = 2},
{type = 'item', name = 'empty-barrel-milk', amount = 2, catalyst_amount = 2},
},
--main_product = "ulric-mk04",
icons =
Expand All @@ -471,6 +472,6 @@ RECIPE {
{type = 'item', name = 'ulric-food-02', amount = 2},
},
results = {
{type = 'item', name = 'ulric-mk04', amount = 1},
{type = 'item', name = 'ulric-mk04', amount = 1, catalyst_amount = 1},
},
}:add_unlock("ulric-mk04")

0 comments on commit 39e344b

Please sign in to comment.