Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19096/common
Modified Files:
index.xml
Added Files:
pixie.xml
Log Message:
id fixes, champions, new monsters
Index: index.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/index.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** index.xml 3 Jun 2004 19:06:25 -0000 1.1
--- index.xml 3 Aug 2004 13:23:43 -0000 1.2
***************
*** 19,22 ****
--- 19,23 ----
<include file="definitions/npcs/monsters/common/mound_of_maggots.xml" />
<include file="definitions/npcs/monsters/common/phoenix.xml" />
+ <include file="definitions/npcs/monsters/common/pixie.xml" />
<include file="definitions/npcs/monsters/common/reaper.xml" />
<include file="definitions/npcs/monsters/common/sewer_rat.xml" />
--- NEW FILE: pixie.xml ---
<!--
/*=========================================================
* ) (\_ | WOLFPACK 13.0.0 Scripts
* (( _/{ "-; | Created by: Naddel
* )).-' {{ ;'` | Revised by:
* ( ( ;._ \\ | Last modification:
*=======================================================*/
-->
<definitions>
<!-- pixie -->
<npc id="pixie" inherit="monster_base">
<name><random list="NAMES_PIXIE" /></name>
<id>128</id>
<karma>0</karma>
<fame><random list="FAME_L3" /></fame>
<!-- Stats -->
<str><random min="21" max="30"/></str>
<dex><random min="301" max="400"/></dex>
<int><random min="201" max="250" /></int>
<maxhitpoints><random min="13" max="18" /></maxhitpoints>
<!-- Skills -->
<wrestling><random min="101" max="125"/></wrestling>
<tactics><random min="101" max="200"/></tactics>
<magicresistance><random min="1005" max="1500"/></magicresistance>
<anatomy>0</anatomy>
<magery><random min="901" max="1000"/></magery>
<evaluatingintel><random min="901" max="1000"/></evaluatingintel>
<meditation><random min="901" max="1000" /></meditation>
<!-- Damage -->
<mindamage>11</mindamage>
<maxdamage>17</maxdamage>
<tag name="dmg_energy" value="50" type="int" />
<!-- Resists -->
<tag name="res_physical" value="80,90" type="int" />
<tag name="res_fire" value="40,50" type="int" />
<tag name="res_cold" value="40,50" type="int" />
<tag name="res_poison" value="40,50" type="int" />
<tag name="res_energy" value="40,50" type="int" />
<!-- Misc. -->
<desc>Wisps have no corporeal bodies, yet I am assured by the wise that they are not spirits, but are somehow formed of living light. I am also told that they are wise creatures, perhaps wiser than humans. Certainly it lies beyond my wisdom to comprehend the nature of such alien creatures. They seem curious about the affairs of humans, but I have never known a wisp to harm anyone who did not first threaten it somehow.</desc>
<!-- Missing: -->
<lootpacks>lootpack_rich;lootpack_average</lootpacks>
<category>Monsters\Common\Pixie</category>
</npc>
</definitions>
|