Skip to content

Commit

Permalink
moondrop turd balance
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Dec 29, 2023
1 parent 06f3254 commit b484d98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Date: ???
- buffed all three paths of arthurian turd (path 1: abacus crafting time halfed, prod allowed in abacus recipe, prod module boost increased 15% -> 25%) (path 2: now also removes bedding from egg recipes & speeds egg recipes by 2x) (path 3: agar amount increased from 2 -> 5)
- buffed atomizer turd path 2; cognition-osteochain requirement reduced from 5 -> 2
- buffed sap turd path 2 to give resveratrol instead of cellulose
- buffed paths 1&2 of moondrop turd. path 1 output multipler increased from 10% to 20%. path 2 oxygen output increased 30->40. path 2 recipe time decreased 15s -> 8s. path 2 lamp recycle chance increased 50% -> 75%
- buffed all three paths of moss turd (chlorinated water is effected by productivity, path 2 gives 10% stone back as gravel, path 3 refined syngas recipe is now useable)
- added creature chamber turd (avalible at py science pack 2) credit: soren
- reworked scrondrix turd path 1 & 2
Expand Down
8 changes: 4 additions & 4 deletions prototypes/upgrades/moondrop.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if data and not yafc_turd_integration then
}) do
recipe.name = recipe.name .. '-cu'
FUN.add_ingredient(recipe, {name = 'copper-ore', amount = 10, type = 'item'})
FUN.multiply_result_amount(recipe, 'moondrop', 1.1)
FUN.multiply_result_amount(recipe, 'moondrop', 1.2)
recipe.energy_required = math.ceil(recipe.energy_required * 0.8)
data:extend{recipe}
end
Expand All @@ -19,10 +19,10 @@ if data and not yafc_turd_integration then
name = 'methane-co2-with-lamp',
results = {
{type = 'fluid', amount = 60, name = 'methane'},
{type = 'fluid', amount = 30, name = 'oxygen'},
{type = 'item', amount = 1, name = 'small-lamp', probability = 0.5},
{type = 'fluid', amount = 40, name = 'oxygen'},
{type = 'item', amount = 1, name = 'small-lamp', probability = 0.75},
},
energy_required = 15,
energy_required = 8,
ingredients = {
{type = 'item', amount = 1, name = 'small-lamp'},
{type = 'fluid', amount = 100, name = 'water'},
Expand Down

0 comments on commit b484d98

Please sign in to comment.