From 7e6288c29038b84e0f5f67ab906ac6d6466b0376 Mon Sep 17 00:00:00 2001 From: Sedri05 Date: Tue, 30 Aug 2022 20:51:18 +0200 Subject: [PATCH] added criticals.yml --- .../src/main/resources/enchants/criticals.yml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 eco-core/core-plugin/src/main/resources/enchants/criticals.yml 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: []