Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/animals/air
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2195/npcs/animals/air
Modified Files:
birds.xml chicken.xml eagle.xml
Log Message:
Carve
Index: eagle.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/animals/air/eagle.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** eagle.xml 10 Sep 2004 17:08:24 -0000 1.12
--- eagle.xml 21 Sep 2004 05:27:05 -0000 1.13
***************
*** 43,46 ****
--- 43,51 ----
<bindmenu>tame_menu,pet_menu</bindmenu>
<category>Animals\Birds\Eagle</category>
+
+ <!-- Carve -->
+ <intproperty name="carve_feathers" value="36" />
+ <intproperty name="carve_meat" value="1" />
+ <strproperty name="carve_meat_type" value="bird" />
</npc>
Index: chicken.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/animals/air/chicken.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** chicken.xml 10 Sep 2004 17:08:24 -0000 1.12
--- chicken.xml 21 Sep 2004 05:27:05 -0000 1.13
***************
*** 39,42 ****
--- 39,47 ----
<bindmenu>tame_menu,pet_menu</bindmenu>
<category>Animals\Birds\Chicken</category>
+
+ <!-- Carve -->
+ <intproperty name="carve_feathers" value="25" />
+ <intproperty name="carve_meat" value="1" />
+ <strproperty name="carve_meat_type" value="bird" />
</npc>
Index: birds.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/animals/air/birds.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** birds.xml 10 Sep 2004 17:08:24 -0000 1.12
--- birds.xml 21 Sep 2004 05:27:05 -0000 1.13
***************
*** 38,44 ****
<mintaming>0</mintaming>
<food>3</food>
- <carve>carve_bird</carve>
<bindmenu>tame_menu,pet_menu</bindmenu>
<category>Animals\Birds\Random Bird</category>
</npc>
--- 38,48 ----
<mintaming>0</mintaming>
<food>3</food>
<bindmenu>tame_menu,pet_menu</bindmenu>
<category>Animals\Birds\Random Bird</category>
+
+ <!-- Carve -->
+ <intproperty name="carve_feathers" value="25" />
+ <intproperty name="carve_meat" value="1" />
+ <strproperty name="carve_meat_type" value="bird" />
</npc>
|