forked from Simple-Station/Einstein-Engines
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6cc033f
commit 980add7
Showing
2 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<Document> | ||
# Surgery | ||
Let's say that whatever patient arrives from the station straight into medbay is in a really bad shape. You have several options, clone them if they're dead, apply a mix of chemicals, topical medicine or even use the cryo tube with cryoxadone. There is a downside to those options however, all of them require specific external resources that aren't exactly abundant and a constantly running power supply. | ||
|
||
That's where surgery comes in, it will allow you to treat the basic damages of your patients easily (albeit not as effective as every other method above) and it will even allow you to bring people who have rotted for long periods of time back to life. | ||
|
||
<Box> | ||
<GuideEntityEmbed Entity="Cautery"/> | ||
<GuideEntityEmbed Entity="Drill"/> | ||
<GuideEntityEmbed Entity="Scalpel"/> | ||
<GuideEntityEmbed Entity="Retractor"/> | ||
<GuideEntityEmbed Entity="Hemostat"/> | ||
<GuideEntityEmbed Entity="Saw"/> | ||
</Box> | ||
|
||
## The Basics | ||
Performing surgery is done by steps, some steps are static while others are interchangeable, meaning they can be done alongside a more advanced procedure. | ||
|
||
Every procedure starts with an incision and ends with cauterization, if you screw up at any point you can cauterize the patient and try again. The most basic procedure is tend wounds, it is done by using a hemostat at any point during the surgery, doing so also clamps the bleeders to stop your patient from bleeding out. | ||
|
||
<GuideEntityEmbed Entity="Scalpel" Caption="incision"/> | ||
<GuideEntityEmbed Entity="Hemostat" Caption="tend wounds (repeatable)"/> | ||
<GuideEntityEmbed Entity="Cautery" Caption="cauterization"/> | ||
|
||
## Procedure conditions | ||
Performing procedures makes each step get progressively slower, the worst case scenario is if you were to do surgery on yourself while standing up and awake, and the best case scenario would be if you were doing surgery on someone else while they are laying down and sedated. | ||
|
||
You also need to undress people before performing surgery. | ||
|
||
## Transplants | ||
If someone dies and doesn't get revived in time, their heart rot and soon does the rest of their organs, which get manifested in different types of damages (asphyxiation for lungs and poison for liver), lucky you, you should be prepared by now to deal exactly with that, these sorts of procedures should be done in this exact order, and the only tool you may optionally use during it is the hemostat to stop the patient from bleeding if they start to. | ||
|
||
In other words, if you can't shock someone due to rot you give them a new heart, if you can't shock someone due to excessive asphyxiation give them new lungs and if you can't shock someone because of poison give them a new liver. | ||
|
||
<GuideEntityEmbed Entity="Scalpel" Caption="incision"/> | ||
<GuideEntityEmbed Entity="Retractor" Caption="retract skin"/> | ||
<GuideEntityEmbed Entity="Saw" Caption="saw bones"/> | ||
<GuideEntityEmbed Entity="BioSynthLiver" Caption="implant organ"/> | ||
<GuideEntityEmbed Entity="Cautery" Caption="cauterization"/> | ||
|
||
Additionally, you can also use the phantomlink card instead of an organ during that step to transfer someone's mind from and into the body being operated. The phantomlink can also be inserted in borgs! | ||
|
||
<GuideEntityEmbed Entity="PhantomLinkCard" Caption="the phantomlink (sprite is a placeholder)"/> | ||
|
||
## Getting organs | ||
Currently the only transplantable organs are Interdyne's bio-synthetic organs, you can get them by buying a crate of them at cargo. | ||
|
||
</Document> |