From d377c39a635856ab00007b866b7e4fb39bad28e1 Mon Sep 17 00:00:00 2001 From: Sedri05 Date: Tue, 30 Aug 2022 20:24:12 +0200 Subject: [PATCH] fixed boss_hunter.yml fixed butchering.yml --- .../main/resources/enchants/boss_hunter.yml | 6 +-- .../main/resources/enchants/butchering.yml | 42 +++++++++++++++++++ 2 files changed, 45 insertions(+), 3 deletions(-) create mode 100644 eco-core/core-plugin/src/main/resources/enchants/butchering.yml diff --git a/eco-core/core-plugin/src/main/resources/enchants/boss_hunter.yml b/eco-core/core-plugin/src/main/resources/enchants/boss_hunter.yml index 8f9aefec..6bea7e32 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/boss_hunter.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/boss_hunter.yml @@ -1,13 +1,13 @@ display-name: Boss Hunter -description: Increases damage against bosses -placeholder: '%level%' +description: Deal %placeholder%% more damage against bosses +placeholder: '10 * %level%' type: Normal targets: - bow - crossbow conflicts: [] -rarity: common +rarity: rare max-level: 8 tradeable: true diff --git a/eco-core/core-plugin/src/main/resources/enchants/butchering.yml b/eco-core/core-plugin/src/main/resources/enchants/butchering.yml new file mode 100644 index 00000000..52e0127a --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/butchering.yml @@ -0,0 +1,42 @@ +display-name: Butchering +description: Deal %placeholder%% more damage against passive mobs +placeholder: '25*%level%' +type: Normal + +targets: +- sword +- axe +conflicts: + - sharpness + - bane_of_arthropods + - smite + - defusion + - razor + - ender_slayer +rarity: common +max-level: 5 + +tradeable: true +discoverable: true +enchantable: true + +effects: + - id: damage_multiplier + args: + multiplier: 1 + 0.25 * %level% + triggers: + - melee_attack + filters: + entities: + - cow + - sheep + - pig + - horse + - parrot + - cat + - ocelots + - fox + - villager + - axolotl + - chicken +conditions: []