blob: cda9d5f7f9d20b3419236ba38cb4454ac2a8bd8b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0"?>
<monsters offset="0">
<monster id="1073" name="The Lost">
<sprite>monsters/skeleton.xml|#aca379</sprite>
<sprite>equipment/chest/robe.xml|#333333</sprite>
<sprite>equipment/head/phylactery.xml</sprite>
<sound event="die">monsters/skeleton/skel-die1.ogg</sound>
<sound event="die">monsters/skeleton/skel-die2.ogg</sound>
<sound event="hit">magic/confringo1.ogg</sound>
<sound event="hit">magic/confringo2.ogg</sound>
<sound event="hit">magic/confringo3.ogg</sound>
<sound event="hurt">monsters/skeleton/skel-hurt1.ogg</sound>
<sound event="miss">monsters/skeleton/skel-miss1.ogg</sound>
<attack id="1" missile-particle="graphics/particles/thelost-attack.particle.xml" action="attack"/>
</monster>
</monsters>
|