Add flamecatcher spell, and addItemExtras hook for SpellConjuration

This commit is contained in:
Electroblob77
2020-10-21 22:23:54 +01:00
parent d85441867e
commit 2bb242e6fb
44 changed files with 622 additions and 6 deletions
@@ -0,0 +1,26 @@
{
"enabled": {
"book": true,
"scroll": true,
"wands": true,
"npcs": true,
"dispensers": true,
"commands": true,
"treasure": true,
"trades": true,
"looting": true
},
"tier": "master",
"element": "fire",
"type": "utility",
"cost": 100,
"chargeup": 20,
"cooldown": 150,
"base_properties": {
"item_lifetime": 600,
"range": 40,
"shot_count": 5,
"damage": 16,
"burn_duration": 15
}
}