About this mod
Custom Item which allows you to repair your equipment while adventuring.
- Requirements
- Permissions and credits
Thunderstore is now the recommended mod database for Outward. Please use Thunderstore and r2modman instead of manual installations, thanks.
-----------------------------------------------------------------------------------------------------------------------------------------------
Blacksmith's Toolbox
by Sinai | My Mods | My GitHub | My Patreon (Donate)
This mod adds a new item to the game, the Blacksmith's Toolbox, which can be used to repair your items anywhere. It can be purchased from any Blacksmith Merchant in a major city for a modest fee, and consumes Iron Scrap to repair items. By default it also has a limited number of uses, after 20 repairs it will become broken and fall apart.
NOTE: The Toolbox will only appear in Blacksmith stock after the merchant resets, or if you are visiting them for the first time. If the item is not in stock, skip 3 days using F2 Debug Menu (or sleep 3 days), then speak to them again.
You can re-balance the item if you want, by editing the "Mods\BlacksmithsToolbox.json" config file.
- Iron_Scraps_Cost = how many Iron Scrap it costs to Use the Toolbox. Set it to 0 for no costs.
- Toolbox_Cost = how much the Toolbox costs to purchase from a Blacksmith Merchant, in silver. May be increased in Levant.
- Durability_Cost_Per_Use = as a % value, how much durability is lost on the Toolbox each time it repairs your items. For example, 5% = 20 uses, 1% = 100 uses.
How To Install
This is a BepInEx mod.
- If you haven't already, download and install BepInEx: instructions here
- Install the SideLoader first.
- Download the BlacksmithsToolbox.zip file from the Files page
- Put this zip file in your Outward directory, so it looks like "Outward\BlacksmithsToolbox.zip"
- Right-click the file and "Extract Here", so it merges with the folders.
- Done!
Releases:
1.3:
- updated SideLoader
1.2:
- removed hooks and instead use a custom Effect class to use the unique item effect.
1.1:
- fixed multiplayer issues
1.0:
- initial release