From e84d9fa270ce98973f58e35da6cd3b237b5f7b57 Mon Sep 17 00:00:00 2001 From: Sedri05 Date: Tue, 30 Aug 2022 14:53:52 +0200 Subject: [PATCH] added bleed.yml --- .../src/main/resources/enchants/bleed.yml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 eco-core/core-plugin/src/main/resources/enchants/bleed.yml diff --git a/eco-core/core-plugin/src/main/resources/enchants/bleed.yml b/eco-core/core-plugin/src/main/resources/enchants/bleed.yml new file mode 100644 index 00000000..0fe638f5 --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/bleed.yml @@ -0,0 +1,23 @@ +display-name: Bleed +description: Causes your opponent to bleed, damaging them repeatedly +placeholder: '1.5 * %level%' +type: normal + +targets: +- sword +conflicts: [] +rarity: legendary +max-level: 7 + +tradeable: true +discoverable: true +enchantable: true + +effects: + - id: bleed + args: + chance: 1.5 * %level% + damage: 1 + interval: 15 + amount: 2 * %level% +conditions: []