Random enchants #740
Labels
area/misc
Issues that don't fit particularly well into any other areas.
blocked/feedback
Awaiting feedback or input from community.
type/enhancement
New or improved feature.
Feature request
Short description
I would like to have a way to add random enchants to certain or all waves.
Implementation details
If possible, and i think it is, i would suggest making it to where you can add random enchants to weapons and armor. Even if it is only on certain waves like upgrade, boss and reward waves. I feel it would make setting up the waves much easier than having to make pools. Also it would be cool to be able to use the "thing" variables "random" and "all" to the upgrade waves.
Random enchant sample
upgrade1:
type: upgrade
upgrades:
all: iron_chestplate enchant_randomly:1, iron_sword enchant_randomly:2
<item> <ench>:<lvl>, <item> <ench>:<lvl>
example for grouping and randomization in upgrade wave:
upgrade1:
type:upgrade
upgrades:
all:
all( random(<item>, <item>), <item>)
Additional info
The text was updated successfully, but these errors were encountered: