blob: 5a2261b58a9e0405991015fc670b3d5dceed6bdf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0"?>
<monsters offset="0">
<monster id="1002" name="Maggot" targetCursor="small">
<sprite>monsters/maggot.xml</sprite>
<sound event="hit">monsters/maggot/maggot-hit1.ogg</sound>
<sound event="hit">monsters/maggot/maggot-hit2.ogg</sound>
<sound event="miss">monsters/maggot/maggot-miss1.ogg</sound>
<sound event="die">monsters/maggot/maggot-dying1.ogg</sound>
</monster>
</monsters>
|