blob: a75c5a179b31402d075058068be88219e51b35f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0"?>
<monsters offset="0">
<monster id="1141" name="Sasquatch">
<sprite>monsters/sasquatch.xml</sprite>
<sound event="die">monsters/yeti/yeti-die1.ogg</sound>
<sound event="hit">monsters/yeti/yeti-hit1.ogg</sound>
<sound event="hit">monsters/yeti/yeti-hit2.ogg</sound>
<sound event="hit">monsters/yeti/yeti-hit3.ogg</sound>
<sound event="hit">monsters/yeti/yeti-hit4.ogg</sound>
<sound event="hurt">monsters/yeti/yeti-hurt1.ogg</sound>
<sound event="hurt">monsters/yeti/yeti-hurt2.ogg</sound>
<sound event="hurt">monsters/yeti/yeti-hurt3.ogg</sound>
<sound event="miss">monsters/yeti/yeti-miss1.ogg</sound>
<sound event="miss">monsters/yeti/yeti-miss2.ogg</sound>
<sound event="miss">monsters/yeti/yeti-miss3.ogg</sound>
<sound event="move">monsters/sasquatch/sasquatch-move1.ogg</sound>
<sound event="move">monsters/sasquatch/sasquatch-move1.ogg</sound>
<sound event="move">monsters/sasquatch/sasquatch-move1.ogg</sound>
<sound event="move">monsters/sasquatch/sasquatch-move2.ogg</sound>
</monster>
</monsters>
|