Page 1 of 1
Frozen modifier
Posted: Thu Sep 26, 2019 12:49 pm
by sleekie
Now that I'm deeper in the dungeon, I'm regularly running into levels filled with ice blocks, and they're kind of awful. Is there a trick to breaking them that doesn't make each one basically 1d100 damage, other than Fire Aura?
Re: Frozen modifier
Posted: Thu Sep 26, 2019 3:46 pm
by zefz
The chance to destroy an Ice Block depends on your
Attack ability.
Code: Select all
Chance = 10% + 1% per Attack -0.5% per Dungeon Level
There is always a minimum 5% chance of success. Failure causes 1 Cold damage (you can mitigate this with Cold resistance).
In addition the following methods can also destroy Ice Blocks:
- Evaporate (Fire Magic)
- Aura of Fire (Fire Magic)
- Armageddon (Fire Magic)
- Conjure Water Elemental (Water Magic)
- An exploding monster
In the next update I will also allow
Break Boulder (Earth Magic) and the
Pickaxe Tool destroy Ice Blocks. AoE spells like Fireball or Dragon Breath currently do not destroy ice blocks, althrough I might consider adding it if is a wanted feature.