Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addition of a recipe for the Anesthesia kit #24567

Conversation

Alexandreiah
Copy link
Contributor

What does it do?
This PR introduces a recipe a way to obtain anesthesia kit in a balanced way

Rationale
So at first this recipe used painkillers but that wasnt a real way to get someone to sleep (at least not without killing them) so with this PR and after some discussion on the DDA discord I added a way to craft it by using Nitrous oxide (NO2), since that chemical is used regularly as a way to provide anesthetic, and since the easier and more direct way to do it is kind of dangerous (and we have no way to add possible explosions to crafting) this is what it!

What does it do?
This PR introduces a recipe a way to obtain anesthesia kit in a balanced way

Racionale
So at first this recipe used painkillers but that wasnt a real way to get someone to sleep (at least not without killing them) so with this PR and after some discussion on the DDA discord I added a way to craft it by using Nitrous Oxide (NO2), since that chemical is used regularly as a way to provide anesthethic, and since the easier and more direct way to do it is kind of dangerous (and we have no way to add possible explosions to crafting) this is what I´ve comed up with!
@ghost
Copy link

ghost commented Jul 31, 2018

I'm overall very supportive of this change. Once Augmentation Associate was added in, I began playtesting the new changes and bionics, and my current view on it is quite negative, but that's a lot of reasons that I won't pour out into a novel here.

Something to consider - Always treat the skill requirement on recipes as the point at which they are post-scarce. In this case, cooking and first aid 6 is when anesthesia should be considered much less valuable by virtue of being obtainable with raw materials, Make sure that that's the point at which you want it to do so!

"time": 40000,
"book_learn":[ [ "textbook_firstaid", 6 ], [ "emergency_book", 5 ] ],
"qualities": [
{ "id": "CHEM", "level": 3},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing a space here -> "level": 3}, should be "level": 3 },

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@Mecares
Copy link
Contributor

Mecares commented Jul 31, 2018

That sounds extremely dangerous. I am not sure if this does not go too far for the maingame. Maybe better suited for modcontent?

Maybe make it a individual item that can be used instead but lowers installation success chance.

@Night-Pryanik
Copy link
Contributor

Maybe rename this variant as a "makeshift anesthetic"?
The "normal" anesthesia kits are highly effective intravenous-administered drugs. I'd say Nitrous oxide is not that effective, and autodoc could consume two charges of this makeshift anesthetic instead of one charge for "normal" one?

@cainiaowu
Copy link
Contributor

Also there will be a heavy debuff after inhaling nitrous oxide.

https://toxnet.nlm.nih.gov/cgi-bin/sis/search/a?dbs+hsdb:@term+@DOCNO+504

"The main complication following inhalation of nitrous oxide is varying degrees of hypoxia, affecting the functions of the heart and the brain. This may be associated with hypotension, fatal cardiac arrhythmias, headache, dizziness, anoxic brain damage, cerebral edema and permanent mental deficit. "

@Firestorm01X2
Copy link
Contributor

Firestorm01X2 commented Jul 31, 2018

That sounds extremely dangerous. I am not sure if this does not go too far for the maingame. Maybe better suited for modcontent?

So drinking mutagens should be, realistically. No. Just no.

@DracoGriffin
Copy link
Contributor

Also there will be a heavy debuff after inhaling nitrous oxide.
https://toxnet.nlm.nih.gov/cgi-bin/sis/search/a?dbs+hsdb:@term+@DOCNO+504
"The main complication following inhalation of nitrous oxide is varying degrees of hypoxia, affecting the functions of the heart and the brain. This may be associated with hypotension, fatal cardiac arrhythmias, headache, dizziness, anoxic brain damage, cerebral edema and permanent mental deficit. "

This is a good point. However, I would like to believe the AutoDoc manages the care for this as any anesthesiologist would, and there shouldn't be any Bad Things™ that happen, but having an aftereffect for using "makeshift" anesthesia (maybe the AutoDoc isn't calibrated correctly for it) that can last for hour or several (shouldn't be more than six). Temporary and minor stat loss with maybe some speed reductions.

@Night-Pryanik
Copy link
Contributor

Temporary and minor stat loss with maybe some speed reductions.

Also vertigo and weakness.

Since I realized that crafting normal anesthesia would give you 3 charges, it would be better to change it so it would only give you 1 (is either that or changing the recipe values to match 3 anesthesia, but I prefer this idea which can be expanded upon)
@ZhilkinSerg ZhilkinSerg added [JSON] Changes (can be) made in JSON Crafting / Construction / Recipes Includes: Uncrafting / Disassembling labels Jul 31, 2018
@John-Candlebury
Copy link
Member

No a real fan of this change, It really trivializes any challenge/risk anesthesia is supposed to bring to the game.

Maybe consider making the recipe require something common but hard to obtain. Like royal jelly/marloss berries/fungaloid or triffid parts/razorclaw roe?

@Lasiace
Copy link

Lasiace commented Aug 1, 2018

To be fair, bismuth is a required ingredient and is pretty rare. You can only get bismuth from, er... professional fishing rods?

...Where do you actually get bismuth?

Edit: After looking through some of the code, it seems like pro fishing rods really are the only source. They don't really spawn anywhere on their own, and while technically you can get them from paper cartridges, it only works if you made those from bismuth in the first place. Considering the very high rarity of pro fishing rods... This recipe is actually harder to acquire than the regular anesthesia, isn't it?

@Ker-Nes
Copy link
Contributor

Ker-Nes commented Aug 1, 2018

The hard part of anesthesia is controlling the dosage and monitoring the condition, not really getting the anesthetic in question. The player can already make opioids (including heroin, which works very similarly to morphine), it's no great jump for them to pack all together in a format the autodoc can use it.

Yes, those are very dangerous, specially when used for general anesthesia, but anything significantly weaker is not going to cut for the purposes that they're needed. NO2 alone is not used for any major surgery, but as support to other stronger drugs.

If we are to need an specific anesthesia kit for the autodoc, and not merely ingesting enough painkillers beforehand and overriding the autodoc when it lacks purpose built anesthesia, we need to assume that the autodoc is capable of some degree of monitoring the character's condition and automatic controlling the dosage.

That is, that the autodoc, with the correct materials and instructions, can handle the putting the knock out and then back up again afterwards, which means that we could safely assume that they're using the big drugs, not just NO2.

In all, I heavily support the addition of a recipe, but I'd have it using both the current ingredients and some stronger painkiller (maybe the player choice's of any of the heavier ones in different dosages according to their strength). Furthermore, for further development of the CBM install system, I'd say that it might be interesting to either have an extra first aid skill check, for setting up the instructions for the anesthesia and patient information, or just assume it is present in the one already existing.

@sfsworms
Copy link

sfsworms commented Aug 1, 2018

Someone had a nice proposal for a recipe for anesthetic in the original PR or somewhere (something with swamp gas and some natural product extracted from berries), but my GitHub-fu is weak and I can't seem to find it.

@BrianLefler
Copy link
Contributor

https://www.quora.com/How-do-you-make-sodium-pentothal

  • sulfur +hydrogen => hydrogen sulfide (sewer gas) [at 450 °C]
  • hydrogen sulfide (sewer gas) + calcium cyanamide (fertilizer) => thiourea
  • grapes or strawberries => diethyl malonate [via purification]
  • thiourea + diethyl malonate => sodium pentothal

I think Sodium Pentothal (also called truth serum) was the main anesthetic in regular use but has now been replaced by Propofol. I don't know why. So you could call it "homemade anesthetic" (as inferior to propofol) or use this as the main recipe for anesthetic (which it was for decades), whichever you prefer.

So a recipe could be one step:

  • sulfur + hydrogen + fertilizer + grapes/strawberries = homemade anesthetic

Or two if you want to specifically call out swamp gas and allow other sources for it:

  • sulfur + hydrogen = swamp gas
  • swamp gas + fertilizer + grapes/strawberries = homemade anesthetic

I don't know what quantities you'd want to use for the reagents. Either way the recipes would require a chemistry lab.

@kevingranade
Copy link
Member

kevingranade commented Aug 2, 2018

As far as I can tell, this is accurate:

NO2 alone is not used for any major surgery, but as support to other stronger drugs.

NO2 can be the initial knockout agent, but needs a stronger agent to maintain anesthesia.
Mentioned alternatives are, Sevoflurane, Desflurane and Isoflurane, and Sodium pentothal.

Sodium Pentothal is actually really promising since it seems to be the only chemical you need to induce and maintain general anesthesia.

It also seems that Ether is also quite sufficient, though heavy on side effects.

@sfsworms
Copy link

sfsworms commented Aug 3, 2018

Ether would probably be the best, easiest bet for a survivor-made anesthesic, with the side effect of very bad nausea and vomiting. (Not sure about inhaling, but a friend of mine that drank some once described it as "the worst hangover ever, time two", and it fits with the description of side effect for surgery.)

It could be produced via the acid ether synthesis (fairly straightforward: heat ethanol and suplhiric acid and distill out the ether), although some other recipes are possible. At a slightly higher cooking level, dehydration of ethanol with aluminum oxide as a catalyst should be doable.

@Night-Pryanik
Copy link
Contributor

We could create a chain of anesthetics.
Say, ether could have the easiest crafting difficulty, but have the worst side effects. At some higher skill one can craft sodium thiopental with moderate side effects, but (as it is short-acting) that will require more charges. At the top there should be the existing anesthesia kit with little or no side effects and the smallest dosage.

@Ker-Nes
Copy link
Contributor

Ker-Nes commented Aug 3, 2018

Ether would probably be the best, easiest bet for a survivor-made anesthesic, with the side effect of very bad nausea and vomiting. (Not sure about inhaling, but a friend of mine that drank some once described it as "the worst hangover ever, time two", and it fits with the description of side effect for surgery.)

It could be produced via the acid ether synthesis (fairly straightforward: heat ethanol and suplhiric acid and distill out the ether), although some other recipes are possible. At a slightly higher cooking level, dehydration of ethanol with aluminum oxide as a catalyst should be doable.

Agreed. I'd put poppy painkillers at the lowest (it's likely essentially roughly refined morphine plus other opioids), which nonetheless should be effective for at least simpler surgeries, if addicting and dangerous.

Speaking of which, might be interesting to, eventually, set different "rates" of CBM install invasiveness (and potential pain) to combine with different rates of painkillers. You can, say, install the alarm system with some pretty low grade and weak anesthetics, but things like the cerebral booster would take only the best and most effective of them?

@kevingranade
Copy link
Member

Sodium Penethol or Ether would be great, but NO2 doesn't work.
NO2 is potentially useful for other stuff though, so the recipe could still go in with NO2 having different effects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Crafting / Construction / Recipes Includes: Uncrafting / Disassembling [JSON] Changes (can be) made in JSON
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet