Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
ConfigurableHaldorSellList
Configurable add-on for HaldorExpansion that lets you customize items players can sell to Haldor and items players can buy from Haldor.
By MGDev
| Date uploaded | a month ago |
| Version | 1.0.1 |
| Download link | MGDev-ConfigurableHaldorSellList-1.0.1.zip |
| Downloads | 30 |
| Dependency string | MGDev-ConfigurableHaldorSellList-1.0.1 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.
Preferred version: 5.4.2333ValheimModding-Jotunn
Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.
Preferred version: 2.29.0aveasura-HaldorExpansion
Expands Haldor with trophy selling and unique risk-reward combat items: custom cestus, armor, cloaks, crossbow, embedded icons, and RU/EN localization.
Preferred version: 1.0.0README
Configurable Haldor Sell List
Configurable add-on for HaldorExpansion that lets you customize items players can sell to Haldor and items players can buy from Haldor.
Features
- Add custom sellable items by prefab name.
- Change or disable HaldorExpansion rare material sell prices.
- Enable or disable trophy selling.
- Set default trophy price and trophy-specific overrides.
- Change, remove, or add items Haldor sells to players.
Config
After launching once, edit:
BepInEx/config/mg.haldorsellpatch.cfg
Sell To Haldor
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 Materials
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.
Trophies
Controls trophy selling.
[3 - Trophies]
EnableTrophySelling = true
DefaultTrophyPrice = 10
TrophyPriceOverrides = TrophyDeer:15,TrophyBoar:15,TrophyNeck:25
TrophyPriceOverrides uses the same PrefabName:Price format.
Buy From Haldor
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.
Requirements
- BepInExPack Valheim
- Jotunn
- HaldorExpansion
CHANGELOG
1.2.2
- Added Carrot, Turnip, Onion, and Barley to the default buy and sell lists.
- Rebalanced Copper, Tin, and Bronze sell prices and matching buy prices.
1.2.1
- Removed HaldorExpansion's invalid
Ashwoodshop entry while keeping the realBlackwooditem. - Kept invalid original shop entries from appearing if the original mod tries to add them.
1.2.0
- Updated the default buy list to match the configured non-trophy sell materials.
- Recalculated default buy quantities and prices from vanilla item stack sizes.
- Removed invalid
CharredWooddefaults. - Removed quantity config entries from one-at-a-time unique gear.
- Added default buy entries for materials that were previously sell-only.
1.1.0
- Reworked the config into cleaner buy, sell, and trophy sections.
- Fixed extra shop items using huge stack sizes when stack-size mods are installed.
- Added fixed buy quantities for default trader materials.
- Rebalanced default sell prices for metals, woods, materials, rare items, and Mistlands/Ashlands resources.
- Added more material sell options for late-game cleanup.
- Added custom buy and custom sell list support.
1.0.2
- Added organized default buy and sell controls.
- Added unique HaldorExpansion shop items to the config.
- Added automatic buy pricing support.
1.0.1
- Added configurable items players can buy from Haldor.
1.0.0
- Initial release.
- Added configurable custom sell items.
- Added configurable rare material and trophy sell prices.