diff options
Diffstat (limited to 'monsters/monster1025_LogHead.xml')
-rw-r--r-- | monsters/monster1025_LogHead.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/monsters/monster1025_LogHead.xml b/monsters/monster1025_LogHead.xml new file mode 100644 index 00000000..b350bc1f --- /dev/null +++ b/monsters/monster1025_LogHead.xml @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1025" name="Log Head"> + <sprite>monsters/logmonster.xml</sprite> + <sound event="hit">monsters/loghead/loghead-hit1.ogg</sound> + <sound event="hurt">monsters/loghead/loghead-hurt1.ogg</sound> + <sound event="hurt">monsters/loghead/loghead-hurt2.ogg</sound> + <sound event="hurt">monsters/loghead/loghead-hurt3.ogg</sound> + <sound event="hurt">monsters/loghead/loghead-hurt4.ogg</sound> + <sound event="hurt">monsters/loghead/loghead-hurt5.ogg</sound> + <sound event="die">monsters/loghead/loghead-die1.ogg</sound> + </monster> +</monsters> |