Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/clockwork
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2195/npcs/monsters/clockwork
Modified Files:
betrayer.xml centaur.xml
Log Message:
Carve
Index: centaur.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/clockwork/centaur.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** centaur.xml 10 Sep 2004 17:08:27 -0000 1.12
--- centaur.xml 21 Sep 2004 05:27:12 -0000 1.13
***************
*** 40,43 ****
--- 40,48 ----
<category>Animals\Clockwork\Centaur</category>
<mintaming>1100</mintaming>
+
+ <!-- Carve -->
+ <intproperty name="carve_hides" value="8" />
+ <strproperty name="carve_hides_type" value="spined" />
+ <intproperty name="carve_meat" value="1" />
</npc>
Index: betrayer.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/clockwork/betrayer.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** betrayer.xml 7 Sep 2004 00:28:02 -0000 1.11
--- betrayer.xml 21 Sep 2004 05:27:12 -0000 1.12
***************
*** 41,44 ****
--- 41,46 ----
<lootpacks>lootpack_rich;gems</lootpacks>
<category>Monsters\Clockwork\Betrayer</category>
+
+ <intproperty name="carve_meat" value="1" />
</npc>
|