blob: ede517371e782bb7fa5f0865c762b1491b93c8cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0"?>
<monsters offset="0">
<monster id="1108" name="Angry Fire Goblin">
<sprite>monsters/goblin-fire.xml</sprite>
<sound event="hit">monsters/fire-goblin/fire-goblin-hit1.ogg</sound>
<sound event="hit">monsters/fire-goblin/fire-goblin-hit2.ogg</sound>
<sound event="miss">monsters/fire-goblin/fire-goblin-miss1.ogg</sound>
<particlefx>graphics/particles/monster-angry-fire-goblin.particle.xml</particlefx>
<attack id="1" effect-id="400" particle-effect="graphics/particles/monster-goblin-firebreath.particle.xml"></attack>
</monster>
</monsters>
|