diff --git a/eco-core/core-plugin/src/main/resources/enchants/curse_of_harmlessness.yml b/eco-core/core-plugin/src/main/resources/enchants/curse_of_harmlessness.yml new file mode 100644 index 00000000..e0f7d6d7 --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/curse_of_harmlessness.yml @@ -0,0 +1,23 @@ +display-name: Curse of Harmlessness +description: Chance for attacks to do nothing +placeholder: '%level%' +type: Curse + +targets: +- sword +- axe +conflicts: [] +rarity: legendary +max-level: 1 + +tradeable: true +discoverable: true +enchantable: true + +effects: + - id: cancel_event + args: + chance: 15*%level% + triggers: + - melee_attack +conditions: []