viniHNS added a new file:
QuoteDisplay More
Make Meds Great Again! is a mod that lets your PMC move while performing surgeries, so you’re not a sitting duck every time you patch up. Customize medkits’ HP values and the number of uses for painkillers, bandages, etc.
Just place the user and BepInExfolder in your game's SPT installation directory.
In the folder config you will find config.json where you can change the following things:
- medkitnameHP: value (whole number) -> Amount of HP the medkit will have
- painkillerUsage: value (whole number) -> Amount of usages the painkiller or bandages will have
- GrizzlyCanDoSurgery: true or false -> Self-explanatory
- GrizzlySurgeryCost: value (whole number) -> Amount of HP the surgery will cost to the medkit
In the game, you can change one setting using the BepInEx Configurator (press F12):
- Can walk in surgery: Enables or disables walking while performing surgery
- Jehree -> Big thanks to Jehree for the incredibly helpful Client Modding Quick Start Guide, which made this mod possible!
- NoNeedName -> Thanks for the Slightly Boosted Meds mod, which served as a great example and inspiration!
- Cj and Lacyway -> Also huge thanks to these legends for helping me find the classes to patch and answering countless questions.