[wpdev-commits] xmlscripts/definitions/items/equipment containers.xml,1.14,1.15
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-01 14:29:14
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/equipment In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16761/items/equipment Modified Files: containers.xml Log Message: made leather containers dyable fixed categories for curtains Index: containers.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/equipment/containers.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** containers.xml 29 Sep 2004 01:43:54 -0000 1.14 --- containers.xml 1 Oct 2004 14:29:05 -0000 1.15 *************** *** 49,52 **** --- 49,53 ---- <category>Equipment\Containers\Belt Pouch (N/S)</category> <weight>1.0</weight> + <dye /> </item> *************** *** 87,90 **** --- 88,92 ---- <weight>2.0</weight> <buyprice>6</buyprice> + <dye /> </item> *************** *** 96,99 **** --- 98,102 ---- <weight>1.0</weight> <buyprice>6</buyprice> + <dye /> </item> *************** *** 105,113 **** <weight>3.0</weight> <buyprice>15</buyprice> </item> <item id="9b2" inherit="e75"> <id>0x9b2</id> ! <category>Equipment\Containers\Backpack (N/S)</category> </item> --- 108,117 ---- <weight>3.0</weight> <buyprice>15</buyprice> + <dye /> </item> <item id="9b2" inherit="e75"> <id>0x9b2</id> ! <category>Equipment\Containers\Backpack (N/S)</category> </item> |