jpw1991 / chebs-necromancy

Cheb's Necromancy adds Necromancy to Valheim via craftable wands and structures. Minions will follow you, guard your base, and perform menial tasks.
The Unlicense
10 stars 4 forks source link

Implement clientside control for summoning material selection or order #112

Open Kherae opened 1 year ago

Kherae commented 1 year ago

currently the mod selects materials for summoning in an order from lowest value to highest, which is rather baffling. if you have flint, it will use that before surtling cores. that means it'll be a wood cutter. for armor, the mod selects hide/leather before black iron or anything else. it's aggravating if your minions die with weaker items in inventory because you are stuck summoning weak garbage.

There really should be a client-side control of some kind for how summoning materials are selected. Could be something like the cultivator's menu. even a checkbox for ascending vs descending order would be a massive improvement.

jpw1991 commented 1 year ago

Hi Kherae, you raise some good points. Thanks. I'll give it some consideration and let you know what I come up with

jpw1991 commented 1 year ago

Hey @Kherae , I implemented a reversal of the priority order of summoning materials a while ago. So it selects the best materials first. This isn't really what you want, but it's a start.