Add radiant totem spell

This commit is contained in:
Electroblob77
2020-06-26 17:46:47 +01:00
parent 1ea6355a9e
commit 080022127c
29 changed files with 351 additions and 56 deletions
@@ -0,0 +1,28 @@
{
"enabled": {
"book": true,
"scroll": true,
"wands": true,
"npcs": true,
"dispensers": true,
"commands": true,
"treasure": true,
"trades": true,
"looting": true
},
"tier": "advanced",
"element": "healing",
"type": "construct",
"cost": 40,
"chargeup": 15,
"cooldown": 175,
"base_properties": {
"range": 8,
"duration": 600,
"effect_radius": 6,
"max_targets": 1,
"health": 1,
"damage": 1,
"burn_duration": 5
}
}