CheatSheet icon indicating copy to clipboard operation
CheatSheet copied to clipboard

Add support for modifiers

Open Ristovski opened this issue 6 years ago • 2 comments

As the title says, having support for setting modifiers before spawning an item would be pretty handy.

This issue would be implementing the UI for this and restricting the feature to only items which support modifiers.

Is there an easy way to check if a certain Item supports modifiers? Maybe querying for the Item type could be enough (Weapons etc)

A possible implementation would be to have tabs for each modifier, which would then return all the items with that modifier.

For example, the "Legendary" tab would only list (the supported) items with the "Legendary" modifier.

Another way would be to set the modifier with a button or something similar before spawning the item - this would get a bit weird though.

Ristovski avatar Feb 21 '19 23:02 Ristovski

I think the Heros Mod approach would be a little more intuitive, it's basically a free reforge that lets you choose.

Doing this in the item spawner would just complicate things.

But yeah, I'm not sure about the implementation yet, I haven't even bothered to implement ModPrefix support in Heros Mod yet, so if you or someone else wants to have a go at implementing it, that would be good.

JavidPack avatar Feb 22 '19 00:02 JavidPack

Hmm, doing it the Heros Mod approach would indeed be the best way imo. I might take a look into it when I have free time and once I get a sane (non-monodevelop or external tools) setup working for modding on Linux.

Ristovski avatar Feb 22 '19 12:02 Ristovski