diff --git a/eco-core/core-plugin/src/main/resources/enchants/criticals.yml b/eco-core/core-plugin/src/main/resources/enchants/criticals.yml new file mode 100644 index 00000000..1b22ef57 --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/criticals.yml @@ -0,0 +1,23 @@ +display-name: Criticals +description: Increases critical damage by %placeholder% +placeholder: '10*%level%' +type: Normal + +targets: +- sword +- axe +conflicts: [] +rarity: epic +max-level: 3 + +tradeable: true +discoverable: true +enchantable: true + +effects: + - id: crit_multiplier + args: + multiplier: 1 + 0.1*%level% + triggers: + - melee_attack +conditions: []