Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2195/npcs/monsters/common
Modified Files:
gazer.xml gazer_larva.xml giant_rat.xml phoenix.xml pixie.xml
sewer_rat.xml
Log Message:
Carve
Index: pixie.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/pixie.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pixie.xml 7 Sep 2004 00:28:03 -0000 1.2
--- pixie.xml 21 Sep 2004 05:27:12 -0000 1.3
***************
*** 43,46 ****
--- 43,51 ----
<lootpacks>lootpack_rich;lootpack_average</lootpacks>
<category>Monsters\Common\Pixie</category>
+
+ <!-- Carve -->
+ <intproperty name="carve_hides" value="5" />
+ <strproperty name="carve_hides_type" value="spined" />
+ <intproperty name="carve_meat" value="1" />
</npc>
Index: sewer_rat.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/sewer_rat.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** sewer_rat.xml 10 Sep 2004 17:08:27 -0000 1.10
--- sewer_rat.xml 21 Sep 2004 05:27:12 -0000 1.11
***************
*** 34,37 ****
--- 34,39 ----
<!-- Misc. -->
<category>Monsters\Common\Sewer Rat</category>
+
+ <intproperty name="carve_meat" value="1" />
</npc>
Index: giant_rat.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/giant_rat.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** giant_rat.xml 10 Sep 2004 17:08:27 -0000 1.9
--- giant_rat.xml 21 Sep 2004 05:27:12 -0000 1.10
***************
*** 37,40 ****
--- 37,44 ----
<mintaming>291</mintaming>
<category>Monsters\Common\Giant Rat</category>
+
+ <!-- Carve -->
+ <intproperty name="carve_hides" value="6" />
+ <intproperty name="carve_meat" value="1" />
</npc>
Index: gazer_larva.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/gazer_larva.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** gazer_larva.xml 7 Sep 2004 00:28:02 -0000 1.5
--- gazer_larva.xml 21 Sep 2004 05:27:12 -0000 1.6
***************
*** 35,38 ****
--- 35,40 ----
<!-- Misc. -->
<category>Monsters\Common\Gazer Larva</category>
+
+ <intproperty name="carve_meat" value="1" />
</npc>
Index: gazer.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/gazer.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** gazer.xml 7 Sep 2004 00:28:02 -0000 1.10
--- gazer.xml 21 Sep 2004 05:27:12 -0000 1.11
***************
*** 41,44 ****
--- 41,46 ----
<lootpacks>lootpack_average</lootpacks>
<category>Monsters\Common\Gazer</category>
+
+ <intproperty name="carve_meat" value="1" />
</npc>
Index: phoenix.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/phoenix.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** phoenix.xml 7 Sep 2004 00:28:02 -0000 1.10
--- phoenix.xml 21 Sep 2004 05:27:12 -0000 1.11
***************
*** 42,45 ****
--- 42,50 ----
<lootpacks>lootpack_filthy_rich;lootpack_rich</lootpacks>
<category>Monsters\Common\Phoenix</category>
+
+ <!-- Carve -->
+ <intproperty name="carve_feathers" value="36" />
+ <intproperty name="carve_meat" value="1" />
+ <strproperty name="carve_meat_type" value="bird" />
</npc>
|