Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/insect
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15881/npcs/monsters/insect
Modified Files:
ant_lion.xml dread_spider.xml giant_black_widow.xml
Log Message:
speed infos
Index: giant_black_widow.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/insect/giant_black_widow.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** giant_black_widow.xml 7 Oct 2004 20:13:53 -0000 1.11
--- giant_black_widow.xml 10 Oct 2004 18:24:30 -0000 1.12
***************
*** 41,44 ****
--- 41,45 ----
<category>Monsters\Insects\Giant Black Widow</category>
<strproperty name="slayer_group" value="spiders" />
+ <inherit id="speed_fast" />
</npc>
Index: dread_spider.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/insect/dread_spider.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** dread_spider.xml 7 Oct 2004 20:13:53 -0000 1.11
--- dread_spider.xml 10 Oct 2004 18:24:30 -0000 1.12
***************
*** 43,46 ****
--- 43,47 ----
<category>Monsters\Insects\Dread Spider</category>
<strproperty name="slayer_group" value="spiders" />
+ <inherit id="speed_fast" />
</npc>
Index: ant_lion.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/insect/ant_lion.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** ant_lion.xml 7 Sep 2004 00:28:04 -0000 1.9
--- ant_lion.xml 10 Oct 2004 18:24:30 -0000 1.10
***************
*** 11,14 ****
--- 11,15 ----
<!-- an ant lion -->
<npc id="ant_lion" inherit="monster_base">
+ <inherit id="speed_slow" />
<name>ant lion</name>
<id>787</id>
***************
*** 37,41 ****
<!-- Missing: Fertile Dirt, 3 Bone, Dull Copper or Shadow or Copper or Bronze Ore -->
<lootpacks>gold_average;gems;</lootpacks>
! <category>Monsters\Insects\Ant Lion</category>
</npc>
--- 38,42 ----
<!-- Missing: Fertile Dirt, 3 Bone, Dull Copper or Shadow or Copper or Bronze Ore -->
<lootpacks>gold_average;gems;</lootpacks>
! <category>Monsters\Insects\Ant Lion</category>
</npc>
|