From 4f72cd3dd4532b07010330e6b0d3a4a5b8e12097 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Mon, 26 Sep 2022 17:30:12 +0100 Subject: [PATCH] Added soul storm --- .../main/resources/enchants/soul_storm.yml | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 eco-core/core-plugin/src/main/resources/enchants/soul_storm.yml diff --git a/eco-core/core-plugin/src/main/resources/enchants/soul_storm.yml b/eco-core/core-plugin/src/main/resources/enchants/soul_storm.yml new file mode 100644 index 00000000..6bd05c9e --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/soul_storm.yml @@ -0,0 +1,44 @@ +display-name: "Soul Storm" +description: "Gives a &a%bonus%%&r to attack damage for &a%seconds%%&r seconds at the expense of &a3&r hearts" +placeholders: + bonus: "150 + 50 * %level%" + seconds: "15 + 5 * %level%" +type: spell + +targets: + - sword +conflicts: [ ] +rarity: legendary +max-level: 2 + +tradeable: true +discoverable: true +enchantable: true + +effects: + - effects: + - id: add_holder + args: + effects: + - id: damage_multiplier + args: + multiplier: "1.5 + 0.5 * %level%" + - id: bonus_health + args: + health: -6 + conditions: [ ] + duration: "(15 + 5 * %level%) * 20" + + - id: play_sound + args: + sound: entity_ghast_scream + pitch: 0.7 + volume: 1 + + args: + cooldown: 180 + send_cooldown_message: true + triggers: + - alt_click + +conditions: [ ]