1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0"?>
<monsters offset="0">
<monster id="1102" name="Luvia">
<sprite>model/female.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite>
<sprite>hairstyles/hairstyle11-female.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#8c6625,dab425,ffffff</sprite>
<sprite>equipment/feet/assassin-boots.xml</sprite>
<sprite>equipment/legs/shorts.xml|#121212,343434</sprite>
<sprite>equipment/chest/sorcerer-robe-female.xml|#121212,343434;#8F47D6</sprite>
<sprite>equipment/head/wizard-hat.xml|#070707,121212,663399</sprite>
<sound event="die">system/boom.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="miss">weapons/miss1.ogg</sound>
<sound event="miss">weapons/miss2.ogg</sound>
<sound event="miss">weapons/miss3.ogg</sound>
<particlefx>graphics/particles/monster-luvia.particle.xml</particlefx>
<attack id="1" critical-hit-effect-id="42" missile-particle="graphics/particles/luvia-attack.particle.xml" action="attack"/>
</monster>
</monsters>
|