Nurse Overhaul
Text Showcase

Nurse Overhaul is a comprehensive mod for the game Terraria, introducing a plethora of innovative features to enhance gameplay. Text for this mod, including the menus, item descriptions/names, code documentation, manuals, and more, was written by myself. I also maintain up-to-date information about changes to the mod across multiple platforms such as the Terraria forums, Steam, GitHub, and the game’s mod browser.

Inspiration

A while ago, I wanted to apply what I had learned from programming to my own project. There were recommendations out there for projects you could do, like making a tic-tac-toe game or calculator, but I wanted to create something more personal. I aimed to develop something useful for myself and publish it for others who might also find it beneficial.

At the time, I was playing through the game Terraria. If you’ve never had the pleasure of playing it, Terraria is a 2D game where you build, craft, and fight to survive in a sandbox world (basically a 2D version of Minecraft). The game is one of the highest-selling games of all time and is a wonderful experience in its base form. But there are a bunch of community-made modifications you can add that change the base experience by adding functionality, harder difficulties, new bosses/items/environments, and much more.

One simple thing that I’ve always found annoying about the game is the Nurse, a non-playable character who will heal you to full health and cure your ailments if you pay her money, is that to heal, you must right click on her then left click on a dialogue option to heal yourself. However, the times you want to heal from her are when you are low on health fighting things. Doing this chain of clicks during the middle of combat can be hard to execute correctly, especially if the player is engaged in a complicated fight.

Healing without the Nurse can be difficult, although many players use a wide range of tactics to try to solve this (potions, honey, life statues, heart lanterns, etc.). Sadly, even though the Nurse was made to heal, the difficulty in actually using her pushes players towards concocting their own solutions to restoring health. Because her only function is to heal, this essentially makes her useless.

Solving the issue

So, as I saw it, there were two main problems that I wanted to solve through coding:

  1. The Nurse requires the player to click a dialogue prompt to heal

  2. Her only use is to heal the player

The first thing I did was make sure that no one had already done this idea. While there were already some good mods out there that did some of what I wanted to do, none of them tackled everything I wanted to bring to the Nurse.

After months of testing healing numbers, fixing compatibility issues between large mods, designing menus and text, and updating my code to comply with an update to the mod browser rolled out during my coding, Nurse Overhaul was born. The mod fixes the Nurse’s dialogue issue by letting you press a hotkey to heal (if the player opts into it), adds a shop where you can buy healing items from her, as well as new recipes for existing healing items.

As of June 2025, the mod has had 27,000 subscribers on the Steam workshop and 100% positive ratings. I was very satisfied with the solution I made and had a lot of fun working on everything required to get the project in the hands of users.

Because I worked solo on the project, I handled every aspect of the design, including all the text.

Text for this project included:

  1. Documenting and maintaining text listing all the changes the mod makes to the base game

  2. Updating patch notes when I made changes to the mod itself

  3. Writing buttons, menu options/titles, and other UI microcopy

  4. Developing narrative-driven text for items that fits with the tone of other items in the game

  5. Writing inline documentation for the code itself

Below I’ve included examples of each of the points listed above. If you want to see the live text, check out the Steam Workshop page, the open-source GitHub where the code lives, the mod’s page on the Terraria forums, or download Terraria and tModLoader on Steam and search for Nurse Overhaul in the mod browser.