From 70487ca2269802f97d8e1f90613768aad7c80b33 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 28 Sep 2022 16:51:36 +0100 Subject: [PATCH] Removed stimulating --- .../main/resources/enchants/stimulating.yml | 41 ------------------- 1 file changed, 41 deletions(-) delete mode 100644 eco-core/core-plugin/src/main/resources/enchants/stimulating.yml diff --git a/eco-core/core-plugin/src/main/resources/enchants/stimulating.yml b/eco-core/core-plugin/src/main/resources/enchants/stimulating.yml deleted file mode 100644 index 7376186e..00000000 --- a/eco-core/core-plugin/src/main/resources/enchants/stimulating.yml +++ /dev/null @@ -1,41 +0,0 @@ -display-name: "Stimulating" -description: "Gives a &a%bonus%%&r to all stats for &a%seconds%%&r seconds" -placeholders: - bonus: "10 * %level%" - seconds: "3 * %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: multiply_all_stats - args: - multiplier: "1 + 0.1 * %level%" - conditions: [ ] - duration: "3 * %level% * 20" - - - id: play_sound - args: - sound: entity_allay_death - pitch: 1.2 - volume: 1 - - args: - cooldown: 180 - send_cooldown_message: true - triggers: - - alt_click - -conditions: [ ]