blob: 1fb67ec0012345cfeb91e145d529f78cb4ce016d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0"?>
<monsters offset="0">
<monster id="1069" name="Flying Scythe" targetCursor="large">
<sprite>monsters/spinning-scythe.xml</sprite>
<sprite>monsters/accessories/scythe-shadow.xml</sprite>
<sound event="die">monsters/scythe/scythe-die1.ogg</sound>
<sound event="hit">weapons/other/scythe/scythe-hit1.ogg</sound>
<sound event="hit">weapons/other/scythe/scythe-hit2.ogg</sound>
<sound event="hit">weapons/other/scythe/scythe-hit3.ogg</sound>
<sound event="move">monsters/scythe/scythe-move1.ogg</sound>
<sound event="move">monsters/scythe/scythe-move2.ogg</sound>
<sound event="move">monsters/scythe/scythe-move3.ogg</sound>
<sound event="sit">monsters/scythe/scythe-move1.ogg</sound>
<sound event="sit">monsters/scythe/scythe-move2.ogg</sound>
<sound event="sit">monsters/scythe/scythe-move3.ogg</sound>
</monster>
</monsters>
|