Documentation
Readme
View as plain text
# RevampedTrader
A simple mod that makes Haldors sellable items configurable and live update ingame.
## Installation (manual)
- extract `RevampedTrader.dll` file to your `BepInEx\Plugins\` folder
## Features
- Makes Haldors sellable items configurable and live update ingame.
- Also adds another configuration for the items that haldor can buy, needs logout to take effect.
- Uses serversync and built-in yml watcher.
>RevampedTrader.Buy.yml
- Prefab : name of the item to be sold (case sensitive)(refer to this for prefab names [click here](https://valheim-modding.github.io/Jotunn/data/objects/item-list.html))
- Stack : items quantity to be sold.
- Price : price of the item per stack.
- Required Global Key : required global key in order for the trader to sell it (just put <b>`''`</b> if you dont want it to be restricted by a global key)
>RevampedTrader.Sell.yml
- Prefab : name of the item you want to sell to the trader (case sensitive)(refer to this for prefab names [click here](https://valheim-modding.github.io/Jotunn/data/objects/item-list.html))
- Value : price of the item per piece.