blob: 65c9c35a5aa15e61cf73ac33b83882b16afe55ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0"?>
<monsters offset="0">
<monster id="1130" name="Moonshroom">
<sprite>monsters/moonshroom.xml</sprite>
<particlefx>graphics/particles/monster-moonshroom.particle.xml</particlefx>
<attack id="1" missile-particle="graphics/particles/moonshroom-attack.particle.xml" action="attack"/>
<sound event="hit">monsters/shroom/shroom-hit1.ogg</sound>
<sound event="hurt">monsters/shroom/shroom-hurt1.ogg</sound>
<sound event="die">monsters/shroom/shroom-die1.ogg</sound>
</monster>
</monsters>
|