diff --git a/src/main/resources/assets/ebwizardry/spells/fire_breath.json b/src/main/resources/assets/ebwizardry/spells/fire_breath.json index b89837e5..b4d9e135 100644 --- a/src/main/resources/assets/ebwizardry/spells/fire_breath.json +++ b/src/main/resources/assets/ebwizardry/spells/fire_breath.json @@ -15,7 +15,7 @@ "type": "attack", "cost": 15, "chargeup": 15, - "cooldown": 0, + "cooldown": 70, "base_properties": { "range": 10, "damage": 6, diff --git a/src/main/resources/assets/ebwizardry/spells/lightning_web.json b/src/main/resources/assets/ebwizardry/spells/lightning_web.json index 27929704..846ad70f 100644 --- a/src/main/resources/assets/ebwizardry/spells/lightning_web.json +++ b/src/main/resources/assets/ebwizardry/spells/lightning_web.json @@ -15,7 +15,7 @@ "type": "attack", "cost": 15, "chargeup": 15, - "cooldown": 0, + "cooldown": 70, "base_properties": { "primary_damage": 5, "secondary_damage": 4, diff --git a/src/main/resources/assets/ebwizardry/spells/ray_of_purification.json b/src/main/resources/assets/ebwizardry/spells/ray_of_purification.json index ee5b3f02..6d055d5c 100644 --- a/src/main/resources/assets/ebwizardry/spells/ray_of_purification.json +++ b/src/main/resources/assets/ebwizardry/spells/ray_of_purification.json @@ -15,7 +15,7 @@ "type": "attack", "cost": 10, "chargeup": 10, - "cooldown": 0, + "cooldown": 40, "base_properties": { "range": 10, "damage": 2, diff --git a/src/main/resources/assets/ebwizardry/spells/wall_of_frost.json b/src/main/resources/assets/ebwizardry/spells/wall_of_frost.json index 844c2150..56fc4bb2 100644 --- a/src/main/resources/assets/ebwizardry/spells/wall_of_frost.json +++ b/src/main/resources/assets/ebwizardry/spells/wall_of_frost.json @@ -15,7 +15,7 @@ "type": "utility", "cost": 15, "chargeup": 15, - "cooldown": 0, + "cooldown": 70, "base_properties": { "duration": 600, "range": 10