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: [ ]