apace100/apoli

Enchantment Power Types for Players/Mobs

256smash opened this issue · 2 comments

Enchantments could be applied to any mob such as Frost Walker, Thorns, and Soul Speed without using armor.

Example code:
"type":"apoli:enchantment", "enchants": [ "minecraft:frost_walker", "minecraft:multishot" ]

I might also suggest that conditions can be used for abilities since they are also necessary.

This is actually already possible with the modify_enchantment_level power type, which was introduced in Origins 1.11.0 (Apoli v2.10.0)

Thanks for reminding me