Skip to content

Commit

Permalink
buffed sap turd path 2 to give resveratrol instead of cellulose
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Nov 29, 2023
1 parent d56cafd commit da4921d
Show file tree
Hide file tree
Showing 3 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 @@ -5,6 +5,7 @@ Date: ???
- fix zungrugor and numals not registering farms
- fixed that fawogae mk4 and fawogae mk5 were both unlocked at the same science tier (py4)
- buffed the useless coal->fawogae recipe by 10X (its still not great)
- buffed sap turd path 2 to give resveratrol instead of cellulose
---------------------------------------------------------------------------------------------------
Version: 2.1.12
Date: 2023-11-22
Expand Down
4 changes: 2 additions & 2 deletions locale/en/techs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ improved-pathfinding=Improved pathfinding
precise-cutting=Seaweed-calcium carbonylation
recirculation-pump=Recirculation pumps
inoculator=Sap-Slurry FTS Pyrolysis (SSFTSP)
patch=Bhoddos Integration
patch=Parasitic relationship
bark=Mulchification
abacus=Abacus
heated-stone=Heated stones
Expand Down Expand Up @@ -791,7 +791,7 @@ improved-pathfinding=Install better sensors and algorithms. The improved machine
precise-cutting=Native seaweed crop has a useful relationship with the common lime. Use calcium hydroxide as a growth medium for the seaweed crop. During the growth cycle the lime fluids are either fully absorbed or evaporated. After the addition of carbon particulates, collect a calcium carbide remainder.
recirculation-pump=Install recirculation pumps into the seaweed crop facility. This upgrade will allow all water to be recycled for future harvests.
inoculator=Discover an efficient process for creating ash from sap using the FTS reactor. Tall oil is bubbled through a thick slurry bed, where it boils the catalyst and forms steam. The hot gases will rise to the top of the reactor and can be collected in storage tanks. The solid fraction that remains in the slurry bed is the ash product. The ash consists primarily of spent catalyst and mineral residues from the sap. The ash will settle at the bottom of the reactor and can be removed periodically using an internal centrifuge.
patch=Create a symbiotic relationship between sap trees and the bhoddos fungus. The bhoddos siphons resources from the internals of the sap tree. In return, the bhoddos fungus produces acidic enzymes that break down the sap into crystalline cellulose. The bhoddos fungus then feeds on these products while sharing any remainder with the host tree. Implement special machinery to harvest these delicate crystalline structures from the fungal mass without harming the tree.
patch=Create a parasitic relationship between sap trees and the bhoddos fungus. The bhoddos siphons resources from the internals of the sap tree. In response, the sap tree produces the valuable resveratrol enzymes. Implement special machinery to harvest this delicate phenol structure from the fungal mass without harming the tree.
bark=Pulverize adult sap trees using the wood processing unit. The sap is released from the wood tissues during the pulverization process and separated by a filtration system. Recycle any excess biomaterial into the next generation.
abacus=Donate abacus to arthurians keep them training their coding skills. This will provide leisure and reduce stress for the cubs. It will improve productivity, but you may need to craft several abacuses.
heated-stone=Install heated stones to keep them warm in cold nights. That will accelerate their metabolism, help hatching eggs, and provide extra comfort.
Expand Down
4 changes: 2 additions & 2 deletions prototypes/upgrades/sap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ if data and not yafc_turd_integration then
{type = 'item', name = 'stack-filter-inserter', amount = 1},
},
results = {
{type = 'item', name = 'nano-cellulose', amount_min = 1, amount_max = 3},
{type = 'item', name = 'resveratrol', amount_min = 1, amount_max = 3},
{type = 'item', name = 'stack-filter-inserter', amount = 1, probability = 0.999},
},
main_product = 'nano-cellulose'
main_product = 'resveratrol'
}}

for i = 1, 4 do
Expand Down

0 comments on commit da4921d

Please sign in to comment.