0 of 0

File information

Last updated

Original upload

Created by

LilithMotherOfAll

Uploaded by

LilithMotherOfAll

Virus scan

Safe to use

Tags for this mod

About this mod

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

Requirements
Permissions and credits
Translations
  • Spanish
  • Japanese
  • French
Changelogs
Donations
Functional Infirmaries

A Mod that lets you heal and cure afflictions and conditions in your ships infirmary if you have a ship's doctor on board



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)


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


Try my other mods!

Functional Brigs
Rich Outpost Shipbuilder



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