Add celestial smite spell

This commit is contained in:
Electroblob77
2020-10-18 01:17:31 +01:00
parent d6f30d6519
commit f9432c7c05
7 changed files with 99 additions and 2 deletions
@@ -0,0 +1,25 @@
{
"enabled": {
"book": true,
"scroll": true,
"wands": true,
"npcs": true,
"dispensers": true,
"commands": true,
"treasure": true,
"trades": true,
"looting": true
},
"tier": "master",
"element": "healing",
"type": "attack",
"cost": 100,
"chargeup": 25,
"cooldown": 200,
"base_properties": {
"range": 40,
"effect_radius": 3,
"damage": 8,
"burn_duration": 10
}
}