Add permafrost spell and fix dry frosted ice not being very icy

This commit is contained in:
Electroblob77
2020-10-23 01:22:28 +01:00
parent e530695f54
commit 29617451d8
14 changed files with 209 additions and 7 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": "advanced",
"element": "ice",
"type": "alteration",
"cost": 10,
"chargeup": 10,
"cooldown": 40,
"base_properties": {
"range": 10,
"duration": 600,
"damage": 3,
"effect_duration": 100,
"effect_strength": 0
}
}