Update of /cvsroot/wpdev/xmlscripts/definitions/items/armory/ring
In directory sc8-pr-cvs1:/tmp/cvs-serv22240/ring
Added Files:
ringmail_gloves.xml ringmail_leggings.xml ringmail_sleeves.xml
ringmail_tunic.xml
Log Message:
I sorted objects better, fixed improper IDs, etc etc... Going to do this for other stuff too.
--- NEW FILE: ringmail_gloves.xml ---
<definitions>
<!-- Ring Gloves -->
<item id="13eb">
<id>0x13eb</id>
<name>ringmail gloves</name>
<decay />
<nodye />
<defense>3</defense>
<durability><random min="40" max="50" /></durability>
<requires type='str'>40</requires>
<restock>10</restock>
<smelt>8</smelt>
<weight>2.0</weight>
<buyprice>122</buyprice>
<sellprice>61</sellprice>
<category>Armor\Ringmail\Gloves (N/S)</category>
</item>
<item id="13f2">
<inherit id="13eb" />
<id>0x13f2</id>
<category>Armor\Ringmail\Gloves (E/W)</category>
</item>
</definitions>
--- NEW FILE: ringmail_leggings.xml ---
<definitions>
<!-- Ring Leggings -->
<item id="13f0">
<id>0x13f0</id>
<name>ringmail leggings</name>
<decay />
<nodye />
<defense>3</defense>
<durability><random min="40" max="50" /></durability>
<requires type='str'>40</requires>
<restock>10</restock>
<smelt>13</smelt>
<weight>15.0</weight>
<buyprice>147</buyprice>
<sellprice>73</sellprice>
<category>Armor\Ringmail\Leggings (N/S)</category>
</item>
<item id="13f1">
<inherit id="13f0" />
<id>0x13f1</id>
<category>Armor\Ringmail\Leggings (E/W)</category>
</item>
</definitions>
--- NEW FILE: ringmail_sleeves.xml ---
<definitions>
<item id="13ee">
<id>0x13ee</id>
<name>ringmail sleeves</name>
<decay />
<nodye />
<defense>3</defense>
<durability><random min="40" max="50" /></durability>
<requires type='str'>40</requires>
<restock>10</restock>
<smelt>11</smelt>
<weight>15.0</weight>
<buyprice>127</buyprice>
<sellprice>63</sellprice>
<category>Armor\Ringmail\Sleeves (N/S)</category>
</item>
<item id="13ef">
<inherit id="13ee" />
<id>0x13ff</id>
<category>Armor\Ringmail\Sleeves (E/W)</category>
</item>
</definitions>
--- NEW FILE: ringmail_tunic.xml ---
<definitions>
<!-- Ring Tunic -->
<item id="13ec">
<id>0x13ec</id>
<name>ringmail tunic</name>
<decay />
<nodye />
<defense>3</defense>
<durability><random min="40" max="50" /></durability>
<requires type='str'>40</requires>
<restock>10</restock>
<smelt>11</smelt>
<weight>15.0</weight>
<buyprice>218</buyprice>
<sellprice>109</sellprice>
<category>Armor\Ringmail\Tunic (N/S)</category>
</item>
<item id="13ed">
<inherit id="13ec" />
<id>0x13ed</id>
<category>Armor\Ringmail\Tunic (E/W)</category>
</item>
</definitions>
|