Update of /cvsroot/wpdev/xmlscripts/definitions/items/professions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1014/items/professions
Modified Files:
jewelier.xml
Log Message:
fixed buyprice for jewels
Index: jewelier.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/professions/jewelier.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** jewelier.xml 10 Sep 2004 22:17:09 -0000 1.5
--- jewelier.xml 28 Sep 2004 20:07:45 -0000 1.6
***************
*** 10,14 ****
-->
<definitions>
-
<!-- Star Sapphire -->
<item id="f0f">
--- 10,13 ----
***************
*** 16,19 ****
--- 15,20 ----
<category>Professions\Jeweler\Star Sapphire 1</category>
<weight>1.0</weight>
+ <buyprice>150</buyprice>
+ <sellprice>75</sellprice>
</item>
***************
*** 33,36 ****
--- 34,39 ----
<category>Professions\Jeweler\Sapphire 1</category>
<weight>1.0</weight>
+ <buyprice>120</buyprice>
+ <sellprice>60</sellprice>
</item>
***************
*** 55,58 ****
--- 58,63 ----
<category>Professions\Jeweler\Citrine 1</category>
<weight>1.0</weight>
+ <buyprice>60</buyprice>
+ <sellprice>30</sellprice>
</item>
***************
*** 77,80 ****
--- 82,87 ----
<category>Professions\Jeweler\Amethyst 1</category>
<weight>1.0</weight>
+ <buyprice>120</buyprice>
+ <sellprice>60</sellprice>
</item>
***************
*** 99,102 ****
--- 106,111 ----
<category>Professions\Jeweler\Tourmaline 1</category>
<weight>1.0</weight>
+ <buyprice>90</buyprice>
+ <sellprice>45</sellprice>
</item>
***************
*** 121,126 ****
<category>Professions\Jeweler\Ruby 1</category>
<weight>1.0</weight>
</item>
!
<item id="f14" inherit="f13">
<id>0xf14</id>
--- 130,137 ----
<category>Professions\Jeweler\Ruby 1</category>
<weight>1.0</weight>
+ <buyprice>90</buyprice>
+ <sellprice>45</sellprice>
</item>
!
<item id="f14" inherit="f13">
<id>0xf14</id>
***************
*** 158,161 ****
--- 169,174 ----
<category>Professions\Jeweler\Emerald 1</category>
<weight>1.0</weight>
+ <buyprice>120</buyprice>
+ <sellprice>60</sellprice>
</item>
***************
*** 170,175 ****
<category>Professions\Jeweler\Amber</category>
<weight>1.0</weight>
</item>
!
<!-- Diamond -->
<item id="f26">
--- 183,190 ----
<category>Professions\Jeweler\Amber</category>
<weight>1.0</weight>
+ <buyprice>90</buyprice>
+ <sellprice>45</sellprice>
</item>
!
<!-- Diamond -->
<item id="f26">
***************
*** 177,181 ****
<category>Professions\Jeweler\Diamond 1</category>
<weight>1.0</weight>
! <buyprice>120</buyprice>
</item>
--- 192,197 ----
<category>Professions\Jeweler\Diamond 1</category>
<weight>1.0</weight>
! <buyprice>240</buyprice>
! <sellprice>120</sellprice>
</item>
|