[MERGED PR] Add an alternative Saltpetre recipe - Printable Version +- Goonstation Forums (https://forum.ss13.co) +-- Forum: Discussion (https://forum.ss13.co/forumdisplay.php?fid=6) +--- Forum: Ideas & Suggestions (https://forum.ss13.co/forumdisplay.php?fid=8) +---- Forum: Good ideas! (https://forum.ss13.co/forumdisplay.php?fid=19) +---- Thread: [MERGED PR] Add an alternative Saltpetre recipe (/showthread.php?tid=18931) |
[MERGED PR] Add an alternative Saltpetre recipe - github_bot - 05-27-2022 PULL REQUEST DETAILS [feature][help wanted][input wanted] This is my first PR and my first time coding in DM so a confirmation that I didn't burn everything down would be great. About the PR Relevant previous discussion here: https://forum.ss13.co/showthread.php?tid=18910 This adds a new method for the industrial production of Saltpetre. This method is non-instant and produces miasma as it occurs. The recipe is: Code: (1) Space Fungus + (1) Compost + (1) Potash + (1) Water -> (2) Saltpetre + (2) Water Why's this needed? This is discussed more in the linked thread. In essence, large botany crews need a way to obtain large amounts of Saltpetre without grinding Cargo to dust, and using Urine directly is too slow. Changelog Code: changelog PULL REQUEST DETAILS RE: [PR] Add an alternative Saltpetre recipe - TDHooligan - 05-29-2022 i think this has some merit solely because having it produce miasma could produce very interesting/fun results. it's still locked down for chemists as the main blocker for them is compost. my main concern would be the feedback loop of saltpetre infused fungus making more fungus for saltpetre, but that's mostly solved by the fact that the reaction is still held back by both the inconvenience of the reaction and the ash requirement. i'm no admin or dev but i've played botany fairly extensively and worked with botany code. I think that this recipe could give weed-botanists some interesting intermediate step between simple farming and full blown gene manipulation wizardry. RE: [PR] Add an alternative Saltpetre recipe - MetricDuck - 05-30-2022 not against buffing saltpeter production to pre p-nerf levels but the time gate seems entirely mitigatable by just reacting in more than one container 😅 RE: [PR] Add an alternative Saltpetre recipe - ohjoy - 06-01-2022 (05-30-2022, 04:09 PM)MetricDuck Wrote: not against buffing saltpeter production to pre p-nerf levels My first draft was imagining if reaction rate could be influenced by amount of compost, e.g. if the reaction always took 5 seconds, but I don't know if that's possible, and I'm concerned about miasma bombing by mixing the chems and then unleashing 250u miasma smoke, so I decided against it. Anyway, I'm aware the time gate is mitigable, but that needs more containers, makes the player spend time filling them, and increases the rate of miasma generation, so I think it's an interesting tradeoff for antags instead of a trivial obstacle, if only marginally so. |