Add cooldowns for more powerful continuous spells
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"type": "attack",
|
||||
"cost": 15,
|
||||
"chargeup": 15,
|
||||
"cooldown": 0,
|
||||
"cooldown": 70,
|
||||
"base_properties": {
|
||||
"range": 10,
|
||||
"damage": 6,
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"type": "attack",
|
||||
"cost": 15,
|
||||
"chargeup": 15,
|
||||
"cooldown": 0,
|
||||
"cooldown": 70,
|
||||
"base_properties": {
|
||||
"primary_damage": 5,
|
||||
"secondary_damage": 4,
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"type": "attack",
|
||||
"cost": 10,
|
||||
"chargeup": 10,
|
||||
"cooldown": 0,
|
||||
"cooldown": 40,
|
||||
"base_properties": {
|
||||
"range": 10,
|
||||
"damage": 2,
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"type": "utility",
|
||||
"cost": 15,
|
||||
"chargeup": 15,
|
||||
"cooldown": 0,
|
||||
"cooldown": 70,
|
||||
"base_properties": {
|
||||
"duration": 600,
|
||||
"range": 10
|
||||
|
||||
Reference in New Issue
Block a user