Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/animals/mounts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19353/npcs/animals/mounts
Added Files:
hiryu.xml
Log Message:
updated sounds
--- NEW FILE: hiryu.xml ---
<definitions>
<npc id="hiryu" inherit="animal_base">
<name>Hiryu</name>
<id>243</id>
<mintaming>987</mintaming>
<controlslots>4</controlslots>
<inherit id="speed_medium" />
<mindamage>125</mindamage>
<maxdamage>181</maxdamage>
<bindmenu>tame_menu,pet_menu</bindmenu>
<category>Animals\Mounts\Hiryu</category>
<maxhitpoints><random min="900" max="1100" /></maxhitpoints>
<str><random min="1200" max="1400" /></str>
<dex><random min="170" max="270" /></dex>
<int><random min="300" max="325" /></int>
<tag name="res_physical" value="55,70" type="int" />
<tag name="res_fire" value="70,90" type="int" />
<tag name="res_cold" value="15,25" type="int" />
<tag name="res_poison" value="40,50" type="int" />
<tag name="res_energy" value="40,50" type="int" />
<wrestling><random min="1000" max="1200" /></wrestling>
<tactics><random min="1000" max="1100" /></tactics>
<magicresistance><random min="850" max="1000" /></magicresistance>
<anatomy><random min="750" max="800" /></anatomy>
<!-- Carve -->
<intproperty name="carve_hides" value="60" />
<intproperty name="carve_meat" value="16" />
</npc>
</definitions>
|