add new wand

This commit is contained in:
nek0 2023-12-05 08:20:10 +01:00
parent 88ea640a36
commit 897240ee86

View file

@ -67,6 +67,7 @@ data Wand
| BigWand -- ^ Stronger Zap spell | BigWand -- ^ Stronger Zap spell
| FireWand -- ^ Spell for causing fire damage | FireWand -- ^ Spell for causing fire damage
| IceWand -- ^ Spell for causing ice damage | IceWand -- ^ Spell for causing ice damage
| BlinkWand -- ^ Spell for random teleport
data Effect = Effect data Effect = Effect
{ effectType :: Affliction -- ^ What is happening { effectType :: Affliction -- ^ What is happening