Update of /cvsroot/wpdev/xmlscripts/definitions/items/armory/studded
In directory sc8-pr-cvs1:/tmp/cvs-serv29769/studded
Added Files:
studded_armor.xml studded_bustier.xml studded_gloves.xml
studded_gorget.xml studded_leggings.xml studded_sleeves.xml
studded_tunic.xml
Log Message:
Finished Leather/Studded Leather.
--- NEW FILE: studded_armor.xml ---
<definitions>
<!-- Studded Armor -->
<item id="1c02">
<id>0x1c02</id>
<name>studded armor</name>
<decay />
<nodye />
<tag name="req_str" value="35" type="int" />
<events>equipment</events>
<defense>2</defense>
<durability><random min="35" max="45" /></durability>
<restock>10</restock>
<weight>6.0</weight>
<buyprice>142</buyprice>
<sellprice>71</sellprice>
<category>Armor\Studded Leather\Female Armor (N/S)</category>
</item>
<item id="1c03">
<inherit id="1c02" />
<id>0x1c03</id>
<category>Armor\Studded Leather\Female Armor (E/W)</category>
</item>
</definition>
--- NEW FILE: studded_bustier.xml ---
<definitions>
<!-- Studded Bustier -->
<item id="1c0c">
<id>0x1c0c</id>
<name>studded bustier</name>
<decay />
<nodye />
<tag name="req_str" value="35" type="int" />
<events>equipment</events>
<defense>2</defense>
<durability><random min="35" max="45" /></durability>
<restock>10</restock>
<weight>1.0</weight>
<buyprice>120</buyprice>
<sellprice>60</sellprice>
<category>Armor\Studded Leather\Bustier (N/S)</category>
</item>
<item id="1c0d">
<inherit id="1c0c" />
<id>0x1c0d</id>
<category>Armor\Studded Leather\Bustier (E/W)</category>
</item>
</definitions>
--- NEW FILE: studded_gloves.xml ---
<definitions>
<!-- Studded Gloves -->
<item id="13d5">
<id>0x13d5</id>
<name>studded gloves</name>
<decay />
<nodye />
<tag name="req_str" value="25" type="int" />
<events>equipment</events>
<defense>2</defense>
<durability><random min="35" max="45" /></durability>
<restock>10</restock>
<weight>1.0</weight>
<buyprice>79</buyprice>
<sellprice>39</sellprice>
<category>Armor\Studded Leather\Gloves (N/S)</category>
</item>
<item id="13dd">
<inherit id="13d5" />
<id>0x13dd</id>
<category>Armor\Studded Leather\Gloves (E/W)</category>
</item>
</definitions>
--- NEW FILE: studded_gorget.xml ---
<definitions>
<!-- Studded Gorget -->
<item id="13d6">
<id>0x13d6</id>
<name>studded gorget</name>
<decay />
<nodye />
<tag name="req_str" value="25" type="int" />
<events>equipment</events>
<defense>2</defense>
<durability><random min="35" max="45" /></durability>
<restock>10</restock>
<weight>1.0</weight>
<buyprice>73</buyprice>
<sellprice>36</sellprice>
<category>Armor\Studded Leather\Gorget</category>
</item>
</definitions>
--- NEW FILE: studded_leggings.xml ---
<definitions>
<!-- Studded Leggings -->
<item id="13da">
<id>0x13da</id>
<name>studded leggings</name>
<decay />
<nodye />
<tag name="req_str" value="30" type="int" />
<events>equipment</events>
<defense>2</defense>
<durability><random min="35" max="45" /></durability>
<restock>10</restock>
<weight>3.0</weight>
<buyprice>103</buyprice>
<sellprice>51</sellprice>
<category>Armor\Studded Leather\Leggings (N/S)</category>
</item>
<item id="13e1">
<inherit id="13da" />
<id>0x13e1</id>
<category>Armor\Studded Leather\Leggings (E/W)</category>
</item>
</definitions>
--- NEW FILE: studded_sleeves.xml ---
<definitions>
<!-- Studded Sleeves -->
<item id="13d4">
<id>0x13d4</id>
<name>studded sleeves</name>
<decay />
<nodye />
<tag name="req_str" value="25" type="int" />
<events>equipment</events>
<defense>2</defense>
<durability><random min="35" max="45" /></durability>
<restock>10</restock>
<weight>4.0</weight>
<buyprice>87</buyprice>
<sellprice>43</sellprice>
<category>Armor\Studded Leather\Sleeves (N/S)</category>
</item>
<item id="13dc">
<inherit id="13d4" />
<id>0x13dc</id>
<category>Armor\Studded Leather\Sleeves (E/W)</category>
</item>
</definitions>
--- NEW FILE: studded_tunic.xml ---
<definitions>
<!-- Studded Tunic -->
<item id="13db">
<id>0x13db</id>
<name>studded tunic</name>
<decay />
<nodye />
<tag name="req_str" value="35" type="int" />
<events>equipment</events>
<defense>2</defense>
<durability><random min="35" max="45" /></durability>
<restock>10</restock>
<weight>5.0</weight>
<buyprice>128</buyprice>
<sellprice>64</sellprice>
<category>Armor\Studded Leather\Tunic (N/S)</category>
</item>
<item id="13e2">
<inherit id="13db" />
<id>0x13e2</id>
<category>Armor\Studded Leather\Tunic (E/W)</category>
</item>
</definitions>
|