BogWitchOverhaul
Replaces Bog Witch's trader UI with buy/sell/bank panels while preserving her vanilla inventory and prices.
| Last updated | 2 days ago |
| Total downloads | 146 |
| Total rating | 0 |
| Categories | Bog Witch Update |
| Dependency string | ProfMags-BogWitchOverhaul-0.0.1 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2200ValheimModding-JsonDotNET
Shared version 13.0.3 of Json.NET from Newtonsoft, net45 package for use in Valheim mods. Maintained by the ValheimModding team.
Preferred version: 13.0.4README
Bog Witch Trading Overhaul
Give the Bog Witch the same premium trader UI style while keeping her vanilla shop stock unchanged.
Buy
Sell
Bank
Features
Bog Witch's buyable shop items and prices are not modified
Bog Witch now buys any item from your inventory
Sell values are configurable via BogWitchOverhaul.bogwitch.sell.json
Full controller support for tabs, lists, and actions
Shared bank balance across HaldorOverhaul, HildirOverhaul, and BogWitchOverhaul when all 3 mods are installed
Bank
Bog Witch can be used as a personal banker:
Deposit moves coins from inventory into your bank balance
Withdraw moves coins from bank back to inventory
Buy and sell operations use the same bank flow automatically
Compatible Mods
Bows Before Hoes items are accepted by the Bog Witch in the sell flow. She can buy those items from you, but her buyable shop stock remains vanilla and does not sell those modded items.
Compatibility Notes
This mod targets Bog Witch only by prefab name.
Other traders (Haldor, Hildir, and modded trader NPCs) continue using vanilla StoreGui unless their matching overhaul mod is installed
Mods that replace or heavily patch the Bog Witch may conflict
Mods that intercept StoreGui.Show before this mod may block the custom UI
Requirements
Valheim
BepInEx 5.4.2200 or newer
Installation
Install BepInEx
Download the latest release
Extract to BepInEx/plugins/BogWitchOverhaul/
Copy BogWitchOverhaul.bogwitch.sell.json into BepInEx/config/
Launch the game
Credits
Inspired by TradersExtended
UI direction and structure based on the HaldorOverhaul project