From 6c73ceed2e181324bd80dd51e7885589c9e9ce41 Mon Sep 17 00:00:00 2001 From: Sedri05 Date: Tue, 30 Aug 2022 14:21:55 +0200 Subject: [PATCH] added abrasion --- .../src/main/resources/enchants/aquatic.yml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 eco-core/core-plugin/src/main/resources/enchants/aquatic.yml diff --git a/eco-core/core-plugin/src/main/resources/enchants/aquatic.yml b/eco-core/core-plugin/src/main/resources/enchants/aquatic.yml new file mode 100644 index 00000000..521a069c --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/aquatic.yml @@ -0,0 +1,23 @@ +display-name: Aquatic +description: Trident deals %placeholder%% additional damage when shot from water +placeholder: '5*%level%' +type: Normal + +targets: +- trident +conflicts: [] +rarity: rare +max-level: 8 + +tradeable: true +discoverable: true +enchantable: true + +effects: + - id: damage_multiplier + args: + multiplier: 1 + 0.05 * %level% + triggers: + - trident_attack +conditions: + - id: in_water