Add withering totem spell

This commit is contained in:
Electroblob77
2020-08-21 00:08:31 +01:00
parent 6cdff07180
commit ba487bea41
12 changed files with 403 additions and 0 deletions
@@ -0,0 +1,29 @@
{
"enabled": {
"book": true,
"scroll": true,
"wands": true,
"npcs": true,
"dispensers": true,
"commands": true,
"treasure": true,
"trades": true,
"looting": true
},
"tier": "advanced",
"element": "necromancy",
"type": "construct",
"cost": 50,
"chargeup": 20,
"cooldown": 200,
"base_properties": {
"range": 8,
"duration": 600,
"effect_radius": 6,
"max_targets": 1,
"damage": 1,
"max_explosion_damage": 10,
"effect_duration": 120,
"effect_strength": 0
}
}