From b2ee4509edeff1575ed837ac4a1355e44af77449 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Fri, 13 Nov 2020 18:27:18 +0000 Subject: [PATCH] Increased all cooldowns --- Plugin/src/main/resources/enchants/spell/charge.yml | 2 +- Plugin/src/main/resources/enchants/spell/dynamite.yml | 2 +- Plugin/src/main/resources/enchants/spell/missile.yml | 2 +- Plugin/src/main/resources/enchants/spell/quake.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Plugin/src/main/resources/enchants/spell/charge.yml b/Plugin/src/main/resources/enchants/spell/charge.yml index 32b69e10..3041b26e 100644 --- a/Plugin/src/main/resources/enchants/spell/charge.yml +++ b/Plugin/src/main/resources/enchants/spell/charge.yml @@ -21,5 +21,5 @@ general-config: config: activation-sound: ENTITY_FIREWORK_ROCKET_LAUNCH - cooldown: 20 # In seconds + cooldown: 40 # In seconds velocity-per-level: 1.5 \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/spell/dynamite.yml b/Plugin/src/main/resources/enchants/spell/dynamite.yml index 517f7978..bd8f3a93 100644 --- a/Plugin/src/main/resources/enchants/spell/dynamite.yml +++ b/Plugin/src/main/resources/enchants/spell/dynamite.yml @@ -21,7 +21,7 @@ general-config: config: activation-sound: ENTITY_DRAGON_FIREBALL_EXPLODE - cooldown: 30 # In seconds + cooldown: 60 # In seconds hardness-check: true # Only break blocks with hardness less than or equal to first block blacklisted-blocks: - bedrock diff --git a/Plugin/src/main/resources/enchants/spell/missile.yml b/Plugin/src/main/resources/enchants/spell/missile.yml index 6c816b31..44b1072a 100644 --- a/Plugin/src/main/resources/enchants/spell/missile.yml +++ b/Plugin/src/main/resources/enchants/spell/missile.yml @@ -22,6 +22,6 @@ general-config: config: activation-sound: ENTITY_WITHER_SHOOT - cooldown: 20 # In seconds + cooldown: 40 # In seconds velocity: 3 damage-per-level: 8 \ No newline at end of file diff --git a/Plugin/src/main/resources/enchants/spell/quake.yml b/Plugin/src/main/resources/enchants/spell/quake.yml index 3e73dd54..0cec14f9 100644 --- a/Plugin/src/main/resources/enchants/spell/quake.yml +++ b/Plugin/src/main/resources/enchants/spell/quake.yml @@ -21,6 +21,6 @@ general-config: config: activation-sound: ENTITY_ENDER_DRAGON_GROWL - cooldown: 20 # In seconds + cooldown: 40 # In seconds damage-per-level: 3 radius-per-level: 2 \ No newline at end of file