A mod that lets you heal conditions, afflictions, and health by entering an infirmary bed if you have a crew member with the medical perk onboard
How to use:
Hire and assign a crew member with the Medical Perk
(The only current vanilla one is Rosie Tannehill
at the Hitching Post in Akila City)
(Not the one in Documents)
Add *Infirmary.esm to your %localappdata%/Starfield/plugins.txt
Hire and assign a crew member with the Medical Perk
(The only current vanilla one is Rosie Tannehill
at the Hitching Post in Akila City)
Sit in a Surgical Chair in your ship’s infirmary
How to Install: Install using Vortex or copy the data folder in the mod into the main data folder(Not the one in Documents)
Add *Infirmary.esm to your %localappdata%/Starfield/plugins.txt
Requires: Plugins.txt Enabler
Modders:
Help! I added a new infirmary with a new surgical bed / machine and I want to integrate it!
You can put this in a startup script to add compatibity
FormList bedList = Game.GetFormFromFile(0x08000800, "Infirmary.esm") as FormList
If bedList
bedList.AddForm(MyForm)
EndIf
Credits:
LilithMotherOfAll