From 876be6a0b6caa074b12aa2fcb71fb27d3825ec01 Mon Sep 17 00:00:00 2001 From: Sedri05 Date: Tue, 30 Aug 2022 21:01:12 +0200 Subject: [PATCH] added curse_of_harmlessness.yml.yml --- .../enchants/curse_of_harmlessness.yml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 eco-core/core-plugin/src/main/resources/enchants/curse_of_harmlessness.yml 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: []