From c5bd1d9d650b16045223b48067b6ea985a6a179b Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 14 Sep 2022 18:56:59 +0100 Subject: [PATCH] Added Skull Puncture --- .../resources/enchants/skull_puncture.yml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 eco-core/core-plugin/src/main/resources/enchants/skull_puncture.yml diff --git a/eco-core/core-plugin/src/main/resources/enchants/skull_puncture.yml b/eco-core/core-plugin/src/main/resources/enchants/skull_puncture.yml new file mode 100644 index 00000000..72e0d08f --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/skull_puncture.yml @@ -0,0 +1,25 @@ +display-name: "Skull Puncture" +description: "Increases headshot damage by &a%placeholder%%" +placeholder: "10 * %level%" +type: normal + +targets: + - bow + - crossbow + - trident +conflicts: [ ] +rarity: rare +max-level: 3 + +tradeable: true +discoverable: true +enchantable: true + +effects: + - id: damage_multiplier + args: + multiplier: "1 + 0.1 * %level%" + triggers: + - headshot + +conditions: [ ]