From 6ecf7b8a0150dffd3eacf043d3ad85d03699a339 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Mon, 3 Oct 2022 23:58:31 +0100 Subject: [PATCH] Added one for all --- .../main/resources/enchants/one_for_all.yml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 eco-core/core-plugin/src/main/resources/enchants/one_for_all.yml diff --git a/eco-core/core-plugin/src/main/resources/enchants/one_for_all.yml b/eco-core/core-plugin/src/main/resources/enchants/one_for_all.yml new file mode 100644 index 00000000..b53187f5 --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/one_for_all.yml @@ -0,0 +1,25 @@ +display-name: "One for All" +description: "Increases damage by &a%placeholder%%&r but conflicts with all other enchantments" +placeholder: "500" +type: special + +targets: + - sword + - axe +conflicts: + - everything +rarity: veryspecial +max-level: 1 + +tradeable: true +discoverable: true +enchantable: true + +effects: + - id: damage_multiplier + args: + multiplier: 5 + triggers: + - melee_attack + +conditions: [ ]