blob: b350bc1f62336fa73fb089560fb8d8977ac2e76d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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>
|