diff --git a/eco-core/core-plugin/src/main/resources/enchants/defusion.yml b/eco-core/core-plugin/src/main/resources/enchants/defusion.yml index 8e4ee1f5..f329ab29 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/defusion.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/defusion.yml @@ -4,9 +4,16 @@ placeholder: "%level% * 10" type: Normal targets: - - swords - - axes -conflicts: [] + - sword + - axe +conflicts: + - sharpness + - bane_of_arthropods + - smite + - butchering + - razor + - ender_slayer + - introversion rarity: common max-level: 5 diff --git a/eco-core/core-plugin/src/main/resources/enchants/dexterous.yml b/eco-core/core-plugin/src/main/resources/enchants/dexterous.yml new file mode 100644 index 00000000..1a26b4c8 --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/dexterous.yml @@ -0,0 +1,23 @@ +display-name: "Dexterous" +description: "&8Increases attack speed by &a%placeholder%%" +placeholder: '%level% * 10' +type: Normal + +targets: + - sword + - axe +conflicts: [] +rarity: epic +max-level: 2 + +tradeable: true +discoverable: true +enchantable: true + +effects: + - id: attack_speed_multiplier + args: + multiplier: "1 + 0.1 * %level%" + triggers: + - melee_attack +conditions: []