Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2195/npcs/monsters/giants
Modified Files:
cyclopian_warrior.xml ettin.xml frost_troll.xml ogre.xml
ogre_lord.xml titan.xml troll.xml
Log Message:
Carve
Index: troll.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/troll.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** troll.xml 7 Sep 2004 00:28:04 -0000 1.12
--- troll.xml 21 Sep 2004 05:27:13 -0000 1.13
***************
*** 39,42 ****
--- 39,44 ----
<carve>carve_troll</carve>
<category>Monsters\Giants\Troll (Random)</category>
+
+ <intproperty name="carve_meat" value="2" />
</npc>
Index: ogre.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/ogre.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** ogre.xml 7 Sep 2004 00:28:04 -0000 1.11
--- ogre.xml 21 Sep 2004 05:27:13 -0000 1.12
***************
*** 39,42 ****
--- 39,44 ----
<carve>carve_ogre</carve>
<category>Monsters\Giants\Ogre</category>
+
+ <intproperty name="carve_meat" value="2" />
</npc>
Index: titan.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/titan.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** titan.xml 7 Sep 2004 00:28:04 -0000 1.13
--- titan.xml 21 Sep 2004 05:27:13 -0000 1.14
***************
*** 42,45 ****
--- 42,47 ----
<carve>carve_titan</carve>
<category>Monsters\Giants\Titan</category>
+
+ <intproperty name="carve_meat" value="4" />
</npc>
Index: ogre_lord.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/ogre_lord.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** ogre_lord.xml 7 Sep 2004 00:28:04 -0000 1.11
--- ogre_lord.xml 21 Sep 2004 05:27:13 -0000 1.12
***************
*** 38,41 ****
--- 38,43 ----
<lootpacks>lootpack_rich;lootpack_rich</lootpacks>
<category>Monsters\Giants\Ogre Lord</category>
+
+ <intproperty name="carve_meat" value="1" />
</npc>
Index: frost_troll.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/frost_troll.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** frost_troll.xml 7 Sep 2004 00:28:04 -0000 1.11
--- frost_troll.xml 21 Sep 2004 05:27:13 -0000 1.12
***************
*** 38,41 ****
--- 38,43 ----
<lootpacks>lootpack_average;gems</lootpacks>
<category>Monsters\Giants\Frost Troll</category>
+
+ <intproperty name="carve_meat" value="2" />
</npc>
Index: ettin.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/ettin.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** ettin.xml 7 Sep 2004 00:28:04 -0000 1.12
--- ettin.xml 21 Sep 2004 05:27:13 -0000 1.13
***************
*** 39,42 ****
--- 39,44 ----
<lootpacks>lootpack_average;lootpack_meager</lootpacks>
<category>Monsters\Giants\Ettin (Random)</category>
+
+ <intproperty name="carve_meat" value="4" />
</npc>
Index: cyclopian_warrior.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/cyclopian_warrior.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** cyclopian_warrior.xml 7 Sep 2004 00:28:04 -0000 1.13
--- cyclopian_warrior.xml 21 Sep 2004 05:27:13 -0000 1.14
***************
*** 39,42 ****
--- 39,44 ----
<carve>carve_cyclops</carve>
<category>Monsters\Giants\Cyclopian Warrior</category>
+
+ <intproperty name="carve_meat" value="4" />
</npc>
|