Wood grind and juice reagents#39055
Wood grind and juice reagents#39055SECBATON-GRIFFON wants to merge 11 commits intovgstation-coders:Bleeding-Edgefrom
Conversation
|
Add pulp as a reagent on the woodapples and towercaps, please. |
sounds okay to me? i did plan cellulose to be that, but pulp was the equivalent i ended up going with |
| plant_dmi = 'icons/obj/hydroponics/towercap.dmi' | ||
| mutants = null | ||
| products = list(/obj/item/weapon/grown/log) | ||
|
|
There was a problem hiding this comment.
I meant it more like adding
chems = list(PULP = list(2,5)) to the towercap seed define here, so you could splice the pulp for funny
There was a problem hiding this comment.
i made it a juice reagent, it's only grindable from wood apples. and as it stands, it doesn't seem that juice reagents are splicable. could be a good PR idea though.
There was a problem hiding this comment.
You added it to the wood apples as a seed datum reagent, this means that if you get one and scan it with a reagent scanner, you'll see some pulp there, based on potency. It also means you can splice the pulp into other plants and now have, say, pulp tomatoes. I'm asking that you also add it to the chems in towercaps (literally add this on the towercaps):
chems = list(PULP = list(2,5))
This would make it so the towercap carries a pulp making phytochemistry. The logs are not reagent containers so they wouldn't gain the pulp as reagents, but the gene would be cleanly spliceable to other plants. Meaning you could make a pulp tomato.
There was a problem hiding this comment.
Adding to this, you could also make it so the biogenerator treats pulp as nutriment as well.
There was a problem hiding this comment.
The logs are not reagent containers so they wouldn't gain the pulp as reagents, but the gene would be cleanly spliceable to other plants. Meaning you could make a pulp tomato.
weapon/grown does, in fact, have reagents created in new() with chems transferred from a seed datum
There was a problem hiding this comment.
They do gain reagents? Fancy that, I've never noticed. Mainly cause the only way to get reagents out of them is via grinding/juicing, meaning you only ever get the juiced chem (notably in the novaflowers, cause its gene reagents are chems = list(NUTRIMENT = list(1), CAPSAICIN = list(1,5)), but it grinds into nova flour instead).
Still, please make it so the logs have pulp as a phytochemistry chem. Better logs having more pulp is reasonable in my eyes.
[content][qol]
What this does
Allows wood to be ground up into sawdust. This can be used to pocketsand and floorsand, but other than that, shares no other similarities with silica. Other than that, and the real interest of the PR...
Allows wood to be juiced in grinders to make pulp, which can silicate solidify back into wood again per sheet unit. Of note, paper and books can be juiced into this too to make wood out of them. Mortars, prioritizing juicing, should be able to do this no problem, making sawdust grinder exclusive.
Suggestions for more items to juice into pulp welcome, along with use for sawdust.
Why it's good
More ways to get wood in the library.
How it was tested
Putting wood, paper and books into grinders and juicing them all, then grinding them in a mortar, then solidifying them with silicate and frost oil again. Grinding wood in a grinder.
Changelog
🆑