From 0c488c7af9a6f988ba32571bbd675a7b6f6510f3 Mon Sep 17 00:00:00 2001 From: Sedri05 Date: Tue, 30 Aug 2022 14:23:14 +0200 Subject: [PATCH] added arachnid.yml --- .../src/main/resources/enchants/arachnid.yml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 eco-core/core-plugin/src/main/resources/enchants/arachnid.yml diff --git a/eco-core/core-plugin/src/main/resources/enchants/arachnid.yml b/eco-core/core-plugin/src/main/resources/enchants/arachnid.yml new file mode 100644 index 00000000..73c2487c --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/arachnid.yml @@ -0,0 +1,26 @@ +display-name: Arachnid +description: Increases damage against spiders +placeholder: '30*%level%' +type: Normal + +targets: +- trident +conflicts: [] +rarity: common +max-level: 5 + +tradeable: true +discoverable: true +enchantable: true + +effects: + - id: damage_multiplier + args: + multiplier: 1 + 0.3 * %level% + triggers: + - trident_attack + filters: + entities: + - spider + - cave_spider +conditions: []