[wpdev-commits] xmlscripts/definitions/npcs/animals/land sheep.xml,1.13,1.14
Brought to you by:
rip,
thiagocorrea
From: Incanus <inc...@us...> - 2004-10-19 11:26:21
|
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/animals/land In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32128/definitions/npcs/animals/land Modified Files: sheep.xml Log Message: carve adjustments for sheep, cause wool can be selled for 31 gold and me think sheeps have 4 legs Index: sheep.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/animals/land/sheep.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** sheep.xml 21 Sep 2004 05:27:06 -0000 1.13 --- sheep.xml 19 Oct 2004 11:26:12 -0000 1.14 *************** *** 41,45 **** <category>Animals\Farm\Sheep (Sheered)</category> ! <intproperty name="carve_meat" value="3" /> <strproperty name="carve_meat_type" value="lambleg" /> </npc> --- 41,45 ---- <category>Animals\Farm\Sheep (Sheered)</category> ! <intproperty name="carve_meat" value="4" /> <strproperty name="carve_meat_type" value="lambleg" /> </npc> *************** *** 51,59 **** <category>Animals\Land\Sheep (Unsheered)</category> ! <intproperty name="carve_meat" value="3" /> <strproperty name="carve_meat_type" value="lambleg" /> <!-- Carve --> ! <intproperty name="carve_wool" value="3" /> </npc> --- 51,59 ---- <category>Animals\Land\Sheep (Unsheered)</category> ! <intproperty name="carve_meat" value="4" /> <strproperty name="carve_meat_type" value="lambleg" /> <!-- Carve --> ! <intproperty name="carve_wool" value="1" /> </npc> |