diff options
Diffstat (limited to 'monsters/monster1058_IceGoblin.xml')
-rw-r--r-- | monsters/monster1058_IceGoblin.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/monsters/monster1058_IceGoblin.xml b/monsters/monster1058_IceGoblin.xml new file mode 100644 index 00000000..fcbce8a8 --- /dev/null +++ b/monsters/monster1058_IceGoblin.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1058" name="Ice Goblin"> + <sprite>monsters/goblin-ice.xml</sprite> + <sound event="hit">monsters/fire-goblin/fire-goblin-hit1.ogg</sound> + <sound event="hit">monsters/fire-goblin/fire-goblin-hit2.ogg</sound> + <sound event="miss">monsters/fire-goblin/fire-goblin-miss1.ogg</sound> + </monster> +</monsters> |