Rebalance resistance spells

This commit is contained in:
Electroblob77
2019-09-03 17:31:38 +01:00
parent 5e321cc4cf
commit 744c7a2331
3 changed files with 3 additions and 3 deletions
@@ -18,6 +18,6 @@
"cooldown": 300,
"base_properties": {
"resistance_duration": 600,
"resistance_strength": 3
"resistance_strength": 2
}
}
@@ -18,6 +18,6 @@
"cooldown": 100,
"base_properties": {
"resistance_duration": 600,
"resistance_strength": 2
"resistance_strength": 1
}
}
@@ -18,6 +18,6 @@
"cooldown": 50,
"base_properties": {
"resistance_duration": 600,
"resistance_strength": 1
"resistance_strength": 0
}
}