Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/sea
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2195/npcs/monsters/sea
Modified Files:
deep_sea_serpent.xml sea_serpent.xml
Log Message:
Carve
Index: sea_serpent.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/sea/sea_serpent.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** sea_serpent.xml 7 Sep 2004 00:28:06 -0000 1.10
--- sea_serpent.xml 21 Sep 2004 05:27:15 -0000 1.11
***************
*** 38,41 ****
--- 38,47 ----
<lootpacks>lootpack_meager</lootpacks>
<category>Monsters\Sea Monsters\Sea Serpent</category>
+
+ <!-- Carve -->
+ <intproperty name="carve_scales" value="8" />
+ <strproperty name="carve_scales_type" value="blue" />
+ <intproperty name="carve_hides" value="10" />
+ <strproperty name="carve_hides_type" value="horned" />
</npc>
Index: deep_sea_serpent.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/sea/deep_sea_serpent.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** deep_sea_serpent.xml 7 Sep 2004 00:28:06 -0000 1.10
--- deep_sea_serpent.xml 21 Sep 2004 05:27:15 -0000 1.11
***************
*** 40,43 ****
--- 40,48 ----
<lootpacks>lootpack_meager</lootpacks>
<category>Monsters\Sea Monsters\Deep Sea Serpent</category>
+
+ <!-- Carve -->
+ <intproperty name="carve_scales" value="8" />
+ <strproperty name="carve_scales_type" value="blue" />
+ <intproperty name="carve_meat" value="1" />
</npc>
|