
You are viewing a potentially older version of this package. View Latest Version

Configurable add-on for HaldorExpansion that lets you customize items players can sell to Haldor and items players can buy from Haldor.
After launching once, edit:
BepInEx/config/mg.haldorsellpatch.cfg
Items the player can sell to Haldor.
[1 - Custom Sell Items]
Items = Stone:1,Wood:1,Resin:2
Format:
PrefabName:Price
Example: Stone:1 means the player can sell 1 Stone for 1 coin.
Rare material sell values from HaldorExpansion.
[2 - Haldor Expansion Rare Materials]
SurtlingCore = 30
BlackCore = 80
MoltenCore = 130
Set a price to 0 to disable selling that item.
Controls trophy selling.
[3 - Trophies]
EnableTrophySelling = true
DefaultTrophyPrice = 10
TrophyPriceOverrides = TrophyDeer:15,TrophyBoar:15,TrophyNeck:25
TrophyPriceOverrides uses the same PrefabName:Price format.
Items Haldor sells to the player.
[4 - Buy From Haldor]
Items = Iron:30:225,Copper:30:310,FineWood:50:150
Format:
PrefabName:Quantity:Price
Example: Iron:30:225 means Haldor sells 30 Iron for 225 coins.
Set the price to 0 to remove that item from Haldor's shop.