Update of /cvsroot/wpdev/xmlscripts/definitions/items/armory/chain
In directory sc8-pr-cvs1:/tmp/cvs-serv22240/chain
Added Files:
chain_coif.xml chain_leggings.xml chain_tunic.xml
Log Message:
I sorted objects better, fixed improper IDs, etc etc... Going to do this for other stuff too.
--- NEW FILE: chain_coif.xml ---
<definitions>
<!-- Chainmail Coif North-South -->
<item id="13bb">
<id>0x13bb</id>
<name>chainmail coif</name>
<decay />
<nodye />
<tag name="req_str" value="60" type="int" />
<events>equipment</events>
<defense>4</defense>
<durability><random min="45" max="60" /></durability>
<restock>10</restock>
<smelt>8</smelt>
<weight>7.0</weight>
<buyprice>130</buyprice>
<sellprice>65</sellprice>
<category>Armor\Chainmail\Coif NS</category>
</item>
<!-- Chainmail Coif East-West -->
<item id="13c0">
<inherit id="13bb" />
<id>0x13c0</id>
<category>Armor\Chainmail\Coif (E/W)</category>
</item>
</definitions>
--- NEW FILE: chain_leggings.xml ---
<definitions>
<!-- Chainmail Leggings North-South-->
<item id="13be">
<id>0x13be</id>
<name>chainmail leggings</name>
<decay />
<nodye />
<tag name="req_str" value="60" type="int" />
<events>equipment</events>
<defense>4</defense>
<durability><random min="45" max="60" /></durability>
<restock>10</restock>
<smelt>14</smelt>
<weight>7.0</weight>
<buyprice>166</buyprice>
<sellprice>83</sellprice>
<category>Armor\Chainmail\Leggings (N/S)</category>
</item>
<!-- Chainmail Leggings East-West -->
<item id="13c3">
<inherit id="13be" />
<id>0x13c3</id>
<category>Armor\Chainmail\Leggings (E/W)</category>
</item>
</definitions>
--- NEW FILE: chain_tunic.xml ---
<definitions>
<!-- Chainmail Tunic North-South -->
<item id="13bf">
<id>0x13bf</id>
<name>chainmail tunic</name>
<decay />
<nodye />
<tag name="req_str" value="60" type="int" />
<events>equipment</events>
<defense>4</defense>
<durability><random min="45" max="60" /></durability>
<restock>10</restock>
<smelt>14</smelt>
<weight>7.0</weight>
<buyprice>103</buyprice>
<category>Armor\Chainmail\Tunic NS</category>
</item>
<!-- Chainmail Tunic East-West -->
<item id="13c4">
<inherit id="13bf" />
<id>0x13c4</id>
<category>Armor\Chainmail\Tunic EW</category>
</item>
</definitions>
|