Synthesis-Collective / Development

A repo for requesting/brainstorming patchers, and tracking issues related to very early budding projects without another home
GNU General Public License v3.0
1 stars 0 forks source link

Simple Enchantment Generator #62

Open gittysock opened 2 years ago

gittysock commented 2 years ago

Something I have been personally looking/hoping for a long time now: to generate a leveled item consisting of enchanted variants of a specific item using all applicable enchantments in your load order.

I know about other mods such as RPG Loot, but that mod affects all leveled lists in your game. I am specifically referring to grabbing all the enchantments within your load order, like RPG Loot does, and then generates the relevant variations as sub-leveled lists and replaces only that 1 instance with new sublist system (instead of replacing all instances for all items within your load order at once).

So my iron dagger leveled list entry would be replaced by a leveled iron dagger list that includes all of the possible applicable enchantments my load order contains.

The reason: it would save time when creating your own leveled lists and still have enough control to decide if and where you would like to place the new leveled item within your game's leveled lists. This way I could conceivably create a "balanced" enchanted loot system (by using other tools such as SimpleAddItems 2.0) without having to duplicate the item and recreate the same enchantment manually thousands of times.

I understand if no one is really interested, but it was an idea/hope I had to get off my chest. Thanks for reading lol