diff options
Diffstat (limited to 'monsters/monster1108_AngryFireGoblin.xml')
-rw-r--r-- | monsters/monster1108_AngryFireGoblin.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/monsters/monster1108_AngryFireGoblin.xml b/monsters/monster1108_AngryFireGoblin.xml new file mode 100644 index 00000000..6efb6a95 --- /dev/null +++ b/monsters/monster1108_AngryFireGoblin.xml @@ -0,0 +1,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"/> + </monster> +</monsters> |