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.2 |
| Download link | MGDev-ConfigurableHaldorSellList-1.0.2.zip |
| Downloads | 31 |
| Dependency string | MGDev-ConfigurableHaldorSellList-1.0.2 |
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
- Organized config sections for default sell items, custom sell items, default buy items, custom buy items, unique shop items, and trophies.
- Change or disable sell prices for metals, woods, stone, materials, rare materials, and trophies.
- Change or disable Haldor's default shop entries.
- Add custom sellable items by prefab name.
- Add custom buyable items by prefab name.
- Use automatic buy pricing so default shop items keep a 50 percent buy/sell ratio.
Config
After launching once, edit:
BepInEx/config/mg.haldorsellpatch.cfg
Default Sell Items
Known default items have their own readable config entries:
[1 - Sell To Haldor - Default Metals]
Iron - Sell Enabled = true
Iron - Sell Price = 7
Custom Sell Items
Extra items use a compact list:
[2 - Sell To Haldor - Custom Items]
Items = Coal:2,Stone:1
Format: PrefabName:Price
Default Buy Items
Known shop items have separate enabled, quantity, and price entries:
[3 - Buy From Haldor - Default Metals]
Iron - Buy Enabled = true
Iron - Buy Quantity = 10
Iron - Buy Price = 0
For quantity, 0 means use the item's current max stack.
For buy price, 0 means auto-price at double the sell value for the stack.
Example: if Iron sells for 7 and buy quantity is 10, automatic buy price is 140.
Custom Buy Items
Extra shop items use a compact list:
[7 - Buy From Haldor - Custom Items]
Items = Coal:50:100
Format: PrefabName:Quantity:Price
Use MaxStack as quantity to sell the item's current max stack:
Items = Coal:MaxStack:100
Trophies
Controls trophy selling:
[8 - Trophies]
Enable Trophy Selling = true
Default Trophy Price = 10
Trophy Price Overrides = TrophyDeer:15,TrophyBoar:15,TrophyNeck:25
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.