Update of /cvsroot/wpdev/xmlscripts/definitions/items/armory/shields
In directory sc8-pr-cvs1:/tmp/cvs-serv22240/shields
Added Files:
bronze_shield.xml buckler.xml chaos_shield.xml
heater_shield.xml metal_kite_shield.xml metal_shield.xml
order_shield.xml wooden_kite_shield.xml wooden_shield.xml
Log Message:
I sorted objects better, fixed improper IDs, etc etc... Going to do this for other stuff too.
--- NEW FILE: bronze_shield.xml ---
<definitions>
<!-- bronze shield -->
<item id="1b72">
<id>0x1b72</id>
<name>bronze shield</name>
<decay />
<nodye />
<defense>0</defense>
<durability><random min="25" max="30" /></durability>
<requires type='str'>35</requires>
<restock>10</restock>
<smelt>4</smelt>
<weight>27</weight>
<buyprice>100</buyprice>
<sellprice>50</sellprice>
<category>Armor\Shields\Bronze Shield</category>
</item>
</definitions>
--- NEW FILE: buckler.xml ---
<definitions>
<!-- Buckler -->
<item id="1b73">
<id>0x1b73</id>
<name>buckler</name>
<decay />
<nodye />
<defense>0</defense>
<durability><random min="40" max="50" /></durability>
<requires type='str'>20</requires>
<restock>10</restock>
<smelt>8</smelt>
<weight>5</weight>
<buyprice>66</buyprice>
<sellprice>33</sellprice>
<category>Armor\Shields\Buckler</category>
</item>
</definitions>
--- NEW FILE: chaos_shield.xml ---
<definitions>
<!-- chaos shield -->
<item id="1bc3">
<id>0x1bc3</id>
<name>Chaos shield</name>
<decay />
<nodye />
<defense>1</defense>
<durability><random min="100" max="125" /></durability>
<requires type='str'>95</requires>
<restock>0</restock>
<weight>5</weight>
<buyprice>0</buyprice>
<sellprice>0</sellprice>
<category>Armor\Shields\Chaos Shield</category>
</item>
</definitions>
--- NEW FILE: heater_shield.xml ---
<definitions>
<!-- heater -->
<item id="1b76">
<id>0x1b76</id>
<name>heater shield</name>
<decay />
<nodye />
<defense>0</defense>
<durability><random min="50" max="65" /></durability>
<requires type='str'>90</requires>
<restock>10</restock>
<smelt>14</smelt>
<weight>8</weight>
<buyprice>175</buyprice>
<sellprice>87</sellprice>
<category>Armor\Shields\Heater (N/S)</category>
</item>
<item id="1b77">
<inherit id="1b76" />
<id>0x1b77</id>
<category>Armor\Shields\Heater (E/W)</category>
</item>
</definitions>
--- NEW FILE: metal_kite_shield.xml ---
<definitions>
<!-- metal kite shield -->
<item id="1b74">
<id>0x1b74</id>
<name>kite shield</name>
<decay />
<dye />
<defense>0</defense>
<durability><random min="45" max="60" /></durability>
<requires type='str'>45</requires>
<restock>10</restock>
<smelt>13</smelt>
<weight>5</weight>
<buyprice>135</buyprice>
<sellprice>67</sellprice>
<category>Armor\Shields\Metal Kite (N/S)</category>
</item>
<item id="1b75">
<inherit id="1b74" />
<id>0x1b75</id>
<category>Armor\Shields\Metal Kite (E/W)</category>
</item>
</definitions>
--- NEW FILE: metal_shield.xml ---
<definitions>
<!-- metal shield -->
<item id="1b7b">
<id>0x1b7b</id>
<name>metal shield</name>
<decay />
<nodye />
<defense>0</defense>
<durability><random min="50" max="65" /></durability>
<requires type='str'>20</requires>
<restock>10</restock>
<smelt>11</smelt>
<weight>6</weight>
<buyprice>98</buyprice>
<sellprice>49</sellprice>
<category>Armor\Shields\Metal Shield</category>
</item>
</definitions>
--- NEW FILE: order_shield.xml ---
<definitions>
<!-- order shield -->
<item id="1bc4">
<name>Order shield</name>
<decay />
<nodye />
<defense>1</defense>
<durability><random min="100" max="125" /></durability>
<id>0x1BC4</id>
<requires type='str'>95</requires>
<restock>0</restock>
<weight>5</weight>
<buyprice>0</buyprice>
<sellprice>0</sellprice>
<category>Armor\Shields\Order Shield (N/S)</category>
</item>
<item id="1bc5">
<inherit id="1bc4" />
<id>0x1bc5</id>
<category>Armor\Shields\Order Shield (E/W)</category>
</item>
</definitions>
--- NEW FILE: wooden_kite_shield.xml ---
<definitions>
<!-- wooden kite shield -->
<item id="1b78">
<id>0x1b78</id>
<name>kite shield</name>
<decay />
<nodye />
<defense>0</defense>
<durability><random min="50" max="65" /></durability>
<requires type='str'>20</requires>
<restock>10</restock>
<smelt>6</smelt>
<weight>7</weight>
<buyprice>121</buyprice>
<sellprice>60</sellprice>
<category>Armor\Shields\Wooden Kite (N/S)</category>
</item>
<item id="1b79">
<inherit id="1b78" />
<id>0x1b79</id>
<category>Armor\Shields\Wooden Kite (E/W)</category>
</item>
</definitions>
--- NEW FILE: wooden_shield.xml ---
<definitions>
<!-- Wooden shield -->
<item id="1b7a">
<id>0x1b7a</id>
<name>wooden shield</name>
<decay />
<nodye />
<defense>0</defense>
<durability><random min="20" max="25" /></durability>
<requires type='str'>20</requires>
<restock>10</restock>
<weight>5</weight>
<buyprice>64</buyprice>
<sellprice>32</sellprice>
<category>Armor\Shields\Wooden Shield</category>
</item>
</definitions>
|