Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/reptiles
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6107/npcs/monsters/reptiles
Modified Files:
giant_serpent.xml giant_toad.xml silver_serpent.xml
Log Message:
poisoning for monsters
Index: giant_serpent.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/reptiles/giant_serpent.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** giant_serpent.xml 7 Oct 2004 20:13:54 -0000 1.12
--- giant_serpent.xml 27 Oct 2004 16:20:33 -0000 1.13
***************
*** 16,19 ****
--- 16,20 ----
<inherit id="KARMA_L2" />
<inherit id="FAME_L2" />
+
<!-- Stats -->
<str><random min="186" max="215"/></str>
***************
*** 22,25 ****
--- 23,27 ----
<maxmana>0</maxmana>
<maxhitpoints><random min="112" max="129"/></maxhitpoints>
+
<!-- Skills -->
<poisoning><random min="701" max="1000"/></poisoning>
***************
*** 27,34 ****
--- 29,38 ----
<tactics><random min="651" max="700"/></tactics>
<wrestling><random min="601" max="800"/></wrestling>
+
<!-- Damage -->
<mindamage>19</mindamage>
<maxdamage>35</maxdamage>
<tag name="dmg_poison" value="60" type="int" />
+
<!-- Resists -->
<tag name="res_cold" value="10,20" type="int" />
***************
*** 37,51 ****
<tag name="res_physical" value="30,35" type="int" />
<tag name="res_poison" value="70,90" type="int" />
<!-- Misc. -->
<desc>These serpents are unnaturally large, easily able to devour a grownman whole. They are found in the deepest forests and jungles, where they wait in hiding for their prey to walk by. They produce a sweet meat with a flavor not unlike chicken, but they are most earnestly hunted for their scales, which are sought by mages and alchemists for their useful properties in the brewing of thaumaturgical substances.</desc>
<!-- Missing: Body Parts -->
<lootpacks>lootpack_average</lootpacks>
- <carve>carve_serpent_gaint</carve>
<category>Monsters\Reptiles\Gaint Serpent</category>
<strproperty name="slayer_group" value="snakes" />
<!-- Carve -->
<intproperty name="carve_hides" value="15" />
<strproperty name="carve_hides_type" value="spined" />
<intproperty name="carve_meat" value="4" />
</npc>
--- 41,60 ----
<tag name="res_physical" value="30,35" type="int" />
<tag name="res_poison" value="70,90" type="int" />
+
<!-- Misc. -->
<desc>These serpents are unnaturally large, easily able to devour a grownman whole. They are found in the deepest forests and jungles, where they wait in hiding for their prey to walk by. They produce a sweet meat with a flavor not unlike chicken, but they are most earnestly hunted for their scales, which are sought by mages and alchemists for their useful properties in the brewing of thaumaturgical substances.</desc>
+
<!-- Missing: Body Parts -->
<lootpacks>lootpack_average</lootpacks>
<category>Monsters\Reptiles\Gaint Serpent</category>
<strproperty name="slayer_group" value="snakes" />
+
<!-- Carve -->
<intproperty name="carve_hides" value="15" />
<strproperty name="carve_hides_type" value="spined" />
<intproperty name="carve_meat" value="4" />
+
+ <intproperty name="hit_poison_level" value="5" />
+ <basescript>npc.poison</basescript>
</npc>
Index: silver_serpent.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/reptiles/silver_serpent.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** silver_serpent.xml 7 Oct 2004 20:13:54 -0000 1.14
--- silver_serpent.xml 27 Oct 2004 16:20:33 -0000 1.15
***************
*** 42,45 ****
--- 42,48 ----
<strproperty name="slayer_group" value="snakes" />
<intproperty name="carve_meat" value="1" />
+
+ <basescript>npc.poison</basescript>
+ <intproperty name="hit_poison_level" value="4" />
</npc>
Index: giant_toad.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/reptiles/giant_toad.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** giant_toad.xml 21 Sep 2004 05:27:15 -0000 1.14
--- giant_toad.xml 27 Oct 2004 16:20:33 -0000 1.15
***************
*** 42,46 ****
<!-- Carve -->
<intproperty name="carve_hides" value="12" />
! <intproperty name="carve_hides_type" value="spined" />
</npc>
--- 42,46 ----
<!-- Carve -->
<intproperty name="carve_hides" value="12" />
! <strproperty name="carve_hides_type" value="spined" />
</npc>
|