Update of /cvsroot/wpdev/xmlscripts/definitions/items/armory/shields
In directory sc8-pr-cvs1:/tmp/cvs-serv32452/shields
Modified 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:
Updates, tag fixes, comments at the tops for AoS defense values. Base armor should all have the equipment event as well as the str_req tag now.
Index: bronze_shield.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/shields/bronze_shield.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** bronze_shield.xml 27 Dec 2003 05:31:23 -0000 1.1
--- bronze_shield.xml 28 Dec 2003 20:23:47 -0000 1.2
***************
*** 1,3 ****
--- 1,20 ----
+ <!--
+ =================================================================
+ | ) (\_ | WOLFPACK 13.0.0 Scripts |
+ | (( _/{ "-; | Created by: |
+ | )).-' {{ ;'` | Revised by: |
+ | ( ( ;._ \\ ctr | Last Modification: |
+ =================================================================
+ -->
+ <!--
+ Age of Shadows Values:
+ Physical: 0
+ Fire: 0
+ Cold: 1
+ Poison: 0
+ Energy: 0
+
+ -->
<definitions>
***************
*** 8,21 ****
<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>
\ No newline at end of file
--- 25,40 ----
<decay />
<nodye />
! <defense>10</defense>
<durability><random min="25" max="30" /></durability>
! <tag name="req_str" value="35" type="int" />
<restock>10</restock>
<smelt>4</smelt>
! <weight>6</weight>
<buyprice>100</buyprice>
<sellprice>50</sellprice>
+ <type>1008</type>
+ <events>equipment</events>
<category>Armor\Shields\Bronze Shield</category>
</item>
! </definitions>
Index: buckler.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/shields/buckler.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** buckler.xml 27 Dec 2003 05:31:23 -0000 1.1
--- buckler.xml 28 Dec 2003 20:23:47 -0000 1.2
***************
*** 1,3 ****
--- 1,20 ----
+ <!--
+ =================================================================
+ | ) (\_ | WOLFPACK 13.0.0 Scripts |
+ | (( _/{ "-; | Created by: |
+ | )).-' {{ ;'` | Revised by: |
+ | ( ( ;._ \\ ctr | Last Modification: |
+ =================================================================
+ -->
+ <!--
+ Age of Shadows Values:
+ Physical: 0
+ Fire: 0
+ Cold: 0
+ Poison: 1
+ Energy: 0
+
+ -->
<definitions>
***************
*** 8,14 ****
<decay />
<nodye />
! <defense>0</defense>
<durability><random min="40" max="50" /></durability>
! <requires type='str'>20</requires>
<restock>10</restock>
<smelt>8</smelt>
--- 25,31 ----
<decay />
<nodye />
! <defense>7</defense>
<durability><random min="40" max="50" /></durability>
! <tag name="req_str" value="20" type="int" />
<restock>10</restock>
<smelt>8</smelt>
***************
*** 16,21 ****
<buyprice>66</buyprice>
<sellprice>33</sellprice>
<category>Armor\Shields\Buckler</category>
</item>
! </definitions>
\ No newline at end of file
--- 33,40 ----
<buyprice>66</buyprice>
<sellprice>33</sellprice>
+ <type>1008</type>
+ <events>equipment</events>
<category>Armor\Shields\Buckler</category>
</item>
! </definitions>
Index: chaos_shield.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/shields/chaos_shield.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** chaos_shield.xml 27 Dec 2003 05:31:23 -0000 1.1
--- chaos_shield.xml 28 Dec 2003 20:23:47 -0000 1.2
***************
*** 1,3 ****
--- 1,20 ----
+ <!--
+ =================================================================
+ | ) (\_ | WOLFPACK 13.0.0 Scripts |
+ | (( _/{ "-; | Created by: |
+ | )).-' {{ ;'` | Revised by: |
+ | ( ( ;._ \\ ctr | Last Modification: |
+ =================================================================
+ -->
+ <!--
+ Age of Shadows Values:
+ Physical: 1
+ Fire: 0
+ Cold: 0
+ Poison: 0
+ Energy: 0
+
+ -->
<definitions>
***************
*** 8,18 ****
<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>
--- 25,37 ----
<decay />
<nodye />
! <defense>32</defense>
<durability><random min="100" max="125" /></durability>
! <tag name="req_str" value="95" type="int" />
<restock>0</restock>
<weight>5</weight>
<buyprice>0</buyprice>
<sellprice>0</sellprice>
+ <type>1008</type>
+ <events>equipment</events>
<category>Armor\Shields\Chaos Shield</category>
</item>
Index: heater_shield.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/shields/heater_shield.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** heater_shield.xml 27 Dec 2003 05:31:23 -0000 1.1
--- heater_shield.xml 28 Dec 2003 20:23:47 -0000 1.2
***************
*** 1,3 ****
--- 1,20 ----
+ <!--
+ =================================================================
+ | ) (\_ | WOLFPACK 13.0.0 Scripts |
+ | (( _/{ "-; | Created by: |
+ | )).-' {{ ;'` | Revised by: |
+ | ( ( ;._ \\ ctr | Last Modification: |
+ =================================================================
+ -->
+ <!--
+ Age of Shadows Values:
+ Physical: 0
+ Fire: 1
+ Cold: 0
+ Poison: 0
+ Energy: 0
+
+ -->
<definitions>
***************
*** 8,14 ****
<decay />
<nodye />
! <defense>0</defense>
<durability><random min="50" max="65" /></durability>
! <requires type='str'>90</requires>
<restock>10</restock>
<smelt>14</smelt>
--- 25,31 ----
<decay />
<nodye />
! <defense>23</defense>
<durability><random min="50" max="65" /></durability>
! <tag name="req_str" value="90" type="int" />
<restock>10</restock>
<smelt>14</smelt>
***************
*** 16,19 ****
--- 33,38 ----
<buyprice>175</buyprice>
<sellprice>87</sellprice>
+ <type>1008</type>
+ <events>equipment</events>
<category>Armor\Shields\Heater (N/S)</category>
</item>
Index: metal_kite_shield.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/shields/metal_kite_shield.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** metal_kite_shield.xml 27 Dec 2003 05:31:23 -0000 1.1
--- metal_kite_shield.xml 28 Dec 2003 20:23:47 -0000 1.2
***************
*** 1,3 ****
--- 1,20 ----
+ <!--
+ =================================================================
+ | ) (\_ | WOLFPACK 13.0.0 Scripts |
+ | (( _/{ "-; | Created by: |
+ | )).-' {{ ;'` | Revised by: |
+ | ( ( ;._ \\ ctr | Last Modification: |
+ =================================================================
+ -->
+ <!--
+ Age of Shadows Values:
+ Physical: 0
+ Fire: 0
+ Cold: 0
+ Poison: 0
+ Energy: 1
+
+ -->
<definitions>
***************
*** 8,19 ****
<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>
--- 25,38 ----
<decay />
<dye />
! <defense>16</defense>
<durability><random min="45" max="60" /></durability>
! <tag name="req_str" value="45" type="int" />
<restock>10</restock>
<smelt>13</smelt>
! <weight>7</weight>
<buyprice>135</buyprice>
<sellprice>67</sellprice>
+ <type>1008</type>
+ <events>equipment</events>
<category>Armor\Shields\Metal Kite (N/S)</category>
</item>
Index: metal_shield.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/shields/metal_shield.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** metal_shield.xml 27 Dec 2003 05:31:23 -0000 1.1
--- metal_shield.xml 28 Dec 2003 20:23:47 -0000 1.2
***************
*** 1,3 ****
--- 1,20 ----
+ <!--
+ =================================================================
+ | ) (\_ | WOLFPACK 13.0.0 Scripts |
+ | (( _/{ "-; | Created by: |
+ | )).-' {{ ;'` | Revised by: |
+ | ( ( ;._ \\ ctr | Last Modification: |
+ =================================================================
+ -->
+ <!--
+ Age of Shadows Values:
+ Physical: 0
+ Fire: 1
+ Cold: 0
+ Poison: 0
+ Energy: 0
+
+ -->
<definitions>
***************
*** 8,14 ****
<decay />
<nodye />
! <defense>0</defense>
<durability><random min="50" max="65" /></durability>
! <requires type='str'>20</requires>
<restock>10</restock>
<smelt>11</smelt>
--- 25,31 ----
<decay />
<nodye />
! <defense>11</defense>
<durability><random min="50" max="65" /></durability>
! <tag name="req_str" value="45" type="int" />
<restock>10</restock>
<smelt>11</smelt>
***************
*** 16,21 ****
<buyprice>98</buyprice>
<sellprice>49</sellprice>
<category>Armor\Shields\Metal Shield</category>
</item>
! </definitions>
\ No newline at end of file
--- 33,40 ----
<buyprice>98</buyprice>
<sellprice>49</sellprice>
+ <type>1008</type>
+ <events>equipment</events>
<category>Armor\Shields\Metal Shield</category>
</item>
! </definitions>
Index: order_shield.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/shields/order_shield.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** order_shield.xml 27 Dec 2003 05:31:23 -0000 1.1
--- order_shield.xml 28 Dec 2003 20:23:47 -0000 1.2
***************
*** 1,18 ****
<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>
--- 1,37 ----
+ <!--
+ =================================================================
+ | ) (\_ | WOLFPACK 13.0.0 Scripts |
+ | (( _/{ "-; | Created by: |
+ | )).-' {{ ;'` | Revised by: |
+ | ( ( ;._ \\ ctr | Last Modification: |
+ =================================================================
+ -->
+ <!--
+ Age of Shadows Values:
+ Physical: 1
+ Fire: 0
+ Cold: 0
+ Poison: 0
+ Energy: 0
+
+ -->
<definitions>
<!-- order shield -->
<item id="1bc4">
+ <id>0x1bc4</id>
<name>Order shield</name>
<decay />
<nodye />
! <defense>30</defense>
<durability><random min="100" max="125" /></durability>
! <tag name="req_str" value="95" type="int" />
<restock>0</restock>
! <weight>7</weight>
<buyprice>0</buyprice>
<sellprice>0</sellprice>
+ <type>1008</type>
+ <events>equipment</events>
<category>Armor\Shields\Order Shield (N/S)</category>
</item>
Index: wooden_kite_shield.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/shields/wooden_kite_shield.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** wooden_kite_shield.xml 27 Dec 2003 05:31:23 -0000 1.1
--- wooden_kite_shield.xml 28 Dec 2003 20:23:47 -0000 1.2
***************
*** 1,3 ****
--- 1,20 ----
+ <!--
+ =================================================================
+ | ) (\_ | WOLFPACK 13.0.0 Scripts |
+ | (( _/{ "-; | Created by: |
+ | )).-' {{ ;'` | Revised by: |
+ | ( ( ;._ \\ ctr | Last Modification: |
+ =================================================================
+ -->
+ <!--
+ Age of Shadows Values:
+ Physical: 0
+ Fire: 0
+ Cold: 0
+ Poison: 0
+ Energy: 1
+
+ -->
<definitions>
***************
*** 8,19 ****
<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>
--- 25,38 ----
<decay />
<nodye />
! <defense>12</defense>
<durability><random min="50" max="65" /></durability>
! <tag name="req_str" value="20" type="int" />
<restock>10</restock>
<smelt>6</smelt>
! <weight>5</weight>
<buyprice>121</buyprice>
<sellprice>60</sellprice>
+ <type>1008</type>
+ <events>equipment</events>
<category>Armor\Shields\Wooden Kite (N/S)</category>
</item>
Index: wooden_shield.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/shields/wooden_shield.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** wooden_shield.xml 27 Dec 2003 05:31:23 -0000 1.1
--- wooden_shield.xml 28 Dec 2003 20:23:47 -0000 1.2
***************
*** 1,2 ****
--- 1,20 ----
+ <!--
+ =================================================================
+ | ) (\_ | WOLFPACK 13.0.0 Scripts |
+ | (( _/{ "-; | Created by: |
+ | )).-' {{ ;'` | Revised by: |
+ | ( ( ;._ \\ ctr | Last Modification: |
+ =================================================================
+ -->
+ <!--
+ Age of Shadows Values:
+
+ Physical: 0
+ Fire: 0
+ Cold: 0
+ Poison: 0
+ Energy: 1
+
+ -->
<definitions>
***************
*** 8,20 ****
<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>
\ No newline at end of file
--- 26,40 ----
<decay />
<nodye />
! <defense>8</defense>
<durability><random min="20" max="25" /></durability>
! <tag name="req_str" value="20" type="int" />
<restock>10</restock>
<weight>5</weight>
<buyprice>64</buyprice>
<sellprice>32</sellprice>
+ <type>1008</type>
+ <events>equipment</events>
<category>Armor\Shields\Wooden Shield</category>
</item>
! </definitions>
|