Update of /cvsroot/wpdev/xmlscripts/definitions/items/armory/leather
In directory sc8-pr-cvs1:/tmp/cvs-serv32452/leather
Modified Files:
leather_armor.xml leather_bustier.xml leather_cap.xml
leather_gloves.xml leather_gorget.xml leather_leggings.xml
leather_shorts.xml leather_skirt.xml leather_sleeves.xml
leather_tunic.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: leather_armor.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/leather/leather_armor.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** leather_armor.xml 27 Dec 2003 21:34:07 -0000 1.2
--- leather_armor.xml 28 Dec 2003 20:23:47 -0000 1.3
***************
*** 1,3 ****
--- 1,20 ----
+ <!--
+ =================================================================
+ | ) (\_ | WOLFPACK 13.0.0 Scripts |
+ | (( _/{ "-; | Created by: |
+ | )).-' {{ ;'` | Revised by: |
+ | ( ( ;._ \\ ctr | Last Modification: |
+ =================================================================
+ -->
+ <!--
+ Age of Shadows Values:
+ Physical: 2
+ Fire: 4
+ Cold: 3
+ Poison: 3
+ Energy: 3
+ req_str: 25
+ -->
<definitions>
***************
*** 8,19 ****
<decay />
<nodye />
! <tag name="req_str" value="25" type="int" />
! <events>equipment</events>
! <defense>2</defense>
<durability><random min="30" max="40" /></durability>
<restock>10</restock>
<weight>1.0</weight>
<buyprice>116</buyprice>
<sellprice>58</sellprice>
<category>Armor\Leather\Female Leather Armor (N/S)</category>
</item>
--- 25,36 ----
<decay />
<nodye />
! <defense>3</defense>
<durability><random min="30" max="40" /></durability>
+ <tag name="req_str" value="15" type="int" />
<restock>10</restock>
<weight>1.0</weight>
<buyprice>116</buyprice>
<sellprice>58</sellprice>
+ <events>equipment</events>
<category>Armor\Leather\Female Leather Armor (N/S)</category>
</item>
Index: leather_bustier.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/leather/leather_bustier.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** leather_bustier.xml 27 Dec 2003 11:14:22 -0000 1.1
--- leather_bustier.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: 2
+ Fire: 4
+ Cold: 3
+ Poison: 3
+ Energy: 3
+ req_str: 25
+ -->
<definitions>
***************
*** 8,19 ****
<decay />
<nodye />
! <tag name="req_str" value="20" type="int" />
! <events>equipment</events>
! <defense>2</defense>
<durability><random min="30" max="40" /></durability>
<restock>10</restock>
<weight>2.0</weight>
<buyprice>97</buyprice>
<sellprice>48</sellprice>
<category>Armor\Leather\Bustier (N/S)</category>
</item>
--- 25,36 ----
<decay />
<nodye />
! <defense>3</defense>
<durability><random min="30" max="40" /></durability>
+ <tag name="req_str" value="15" type="int" />
<restock>10</restock>
<weight>2.0</weight>
<buyprice>97</buyprice>
<sellprice>48</sellprice>
+ <events>equipment</events>
<category>Armor\Leather\Bustier (N/S)</category>
</item>
Index: leather_cap.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/leather/leather_cap.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** leather_cap.xml 27 Dec 2003 11:14:22 -0000 1.1
--- leather_cap.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: 2
+ Fire: 4
+ Cold: 3
+ Poison: 3
+ Energy: 3
+ req_str: 20
+ -->
<definitions>
***************
*** 8,19 ****
<decay />
<nodye />
- <tag name="req_str" value="20" type="int" />
- <events>equipment</events>
<defense>2</defense>
<durability><random min="30" max="40" /></durability>
<restock>10</restock>
<weight>2.0</weight>
<buyprice>63</buyprice>
<sellprice>31</sellprice>
<category>Armor\Leather\Cap (N/S)</category>
</item>
--- 25,36 ----
<decay />
<nodye />
<defense>2</defense>
<durability><random min="30" max="40" /></durability>
+ <tag name="req_str" value="10" type="int" />
<restock>10</restock>
<weight>2.0</weight>
<buyprice>63</buyprice>
<sellprice>31</sellprice>
+ <events>equipment</events>
<category>Armor\Leather\Cap (N/S)</category>
</item>
Index: leather_gloves.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/leather/leather_gloves.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** leather_gloves.xml 27 Dec 2003 11:14:22 -0000 1.1
--- leather_gloves.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: 2
+ Fire: 4
+ Cold: 3
+ Poison: 3
+ Energy: 3
+ req_str: 20
+ -->
<definitions>
***************
*** 8,19 ****
<decay />
<nodye />
- <tag name="req_str" value="20" type="int" />
- <events>equipment</events>
<defense>2</defense>
! <durability><random min="30" max="40" /></durability>
<restock>10</restock>
<weight>1.0</weight>
<buyprice>60</buyprice>
<sellprice>30</sellprice>
<category>Armor\Leather\Gloves (N/S)</category>
</item>
--- 25,36 ----
<decay />
<nodye />
<defense>2</defense>
! <durability><random min="31" max="37" /></durability>
! <tag name="req_str" value="10" type="int" />
<restock>10</restock>
<weight>1.0</weight>
<buyprice>60</buyprice>
<sellprice>30</sellprice>
+ <events>equipment</events>
<category>Armor\Leather\Gloves (N/S)</category>
</item>
Index: leather_gorget.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/leather/leather_gorget.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** leather_gorget.xml 27 Dec 2003 11:14:22 -0000 1.1
--- leather_gorget.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: 2
+ Fire: 4
+ Cold: 3
+ Poison: 3
+ Energy: 3
+ req_str: 20
+ -->
<definitions>
***************
*** 8,19 ****
<decay />
<nodye />
- <tag name="req_str" value="20" type="int" />
- <events>equipment</events>
<defense>2</defense>
! <durability><random min="30" max="40" /></durability>
<restock>10</restock>
<weight>2.0</weight>
<buyprice>74</buyprice>
<sellprice>37</sellprice>
<category>Armor\Leather\Gorget</category>
</item>
--- 25,36 ----
<decay />
<nodye />
<defense>2</defense>
! <durability><random min="31" max="37" /></durability>
! <tag name="req_str" value="10" type="int" />
<restock>10</restock>
<weight>2.0</weight>
<buyprice>74</buyprice>
<sellprice>37</sellprice>
+ <events>equipment</events>
<category>Armor\Leather\Gorget</category>
</item>
Index: leather_leggings.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/leather/leather_leggings.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** leather_leggings.xml 27 Dec 2003 11:14:22 -0000 1.1
--- leather_leggings.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: 2
+ Fire: 4
+ Cold: 3
+ Poison: 3
+ Energy: 3
+ req_str: 20
+ -->
<definitions>
***************
*** 8,19 ****
<decay />
<nodye />
- <tag name="req_str" value="20" type="int" />
- <events>equipment</events>
<defense>2</defense>
! <durability><random min="30" max="40" /></durability>
<restock>10</restock>
<weight>4.0</weight>
<buyprice>80</buyprice>
<sellprice>40</sellprice>
<category>Armor\Leather\Leggings (N/S)</category>
</item>
--- 25,36 ----
<decay />
<nodye />
<defense>2</defense>
! <durability><random min="31" max="37" /></durability>
! <tag name="req_str" value="10" type="int" />
<restock>10</restock>
<weight>4.0</weight>
<buyprice>80</buyprice>
<sellprice>40</sellprice>
+ <events>equipment</events>
<category>Armor\Leather\Leggings (N/S)</category>
</item>
Index: leather_shorts.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/leather/leather_shorts.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** leather_shorts.xml 27 Dec 2003 11:14:22 -0000 1.1
--- leather_shorts.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: 2
+ Fire: 4
+ Cold: 3
+ Poison: 3
+ Energy: 3
+ req_str: 20
+ -->
<definitions>
***************
*** 8,19 ****
<decay />
<nodye />
- <tag name="req_str" value="20" type="int" />
- <events>equipment</events>
<defense>2</defense>
! <durability><random min="30" max="40" /></durability>
<restock>10</restock>
<weight>2.0</weight>
<buyprice>86</buyprice>
<sellprice>43</sellprice>
<category>Armor\Leather\Shorts (N/S)</category>
</item>
--- 25,36 ----
<decay />
<nodye />
<defense>2</defense>
! <durability><random min="31" max="37" /></durability>
! <tag name="req_str" value="10" type="int" />
<restock>10</restock>
<weight>2.0</weight>
<buyprice>86</buyprice>
<sellprice>43</sellprice>
+ <events>equipment</events>
<category>Armor\Leather\Shorts (N/S)</category>
</item>
Index: leather_skirt.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/leather/leather_skirt.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** leather_skirt.xml 27 Dec 2003 11:14:22 -0000 1.1
--- leather_skirt.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: 2
+ Fire: 4
+ Cold: 3
+ Poison: 3
+ Energy: 3
+ req_str: 20
+ -->
<definitions>
***************
*** 8,19 ****
<decay />
<nodye />
- <tag name="req_str" value="20" type="int" />
- <events>equipment</events>
<defense>2</defense>
! <durability><random min="30" max="40" /></durability>
<restock>10</restock>
<weight>1.0</weight>
<buyprice>87</buyprice>
<sellprice>43</sellprice>
<category>Armor\Leather\Skirt (N/S)</category>
</item>
--- 25,36 ----
<decay />
<nodye />
<defense>2</defense>
! <durability><random min="31" max="37" /></durability>
! <tag name="req_str" value="10" type="int" />
<restock>10</restock>
<weight>1.0</weight>
<buyprice>87</buyprice>
<sellprice>43</sellprice>
+ <events>equipment</events>
<category>Armor\Leather\Skirt (N/S)</category>
</item>
Index: leather_sleeves.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/leather/leather_sleeves.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** leather_sleeves.xml 27 Dec 2003 11:14:22 -0000 1.1
--- leather_sleeves.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: 2
+ Fire: 4
+ Cold: 3
+ Poison: 3
+ Energy: 3
+ req_str: 20
+ -->
<definitions>
***************
*** 8,19 ****
<decay />
<nodye />
- <tag name="req_str" value="20" type="int" />
- <events>equipment</events>
<defense>2</defense>
<durability><random min="30" max="40" /></durability>
<restock>10</restock>
<weight>2.0</weight>
<buyprice>80</buyprice>
<sellprice>40</sellprice>
<category>Armor\Leather\Sleeves (N/S)</category>
</item>
--- 25,36 ----
<decay />
<nodye />
<defense>2</defense>
<durability><random min="30" max="40" /></durability>
+ <tag name="req_str" value="15" type="int" />
<restock>10</restock>
<weight>2.0</weight>
<buyprice>80</buyprice>
<sellprice>40</sellprice>
+ <events>equipment</events>
<category>Armor\Leather\Sleeves (N/S)</category>
</item>
Index: leather_tunic.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/leather/leather_tunic.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** leather_tunic.xml 27 Dec 2003 11:14:22 -0000 1.1
--- leather_tunic.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: 2
+ Fire: 4
+ Cold: 3
+ Poison: 3
+ Energy: 3
+ req_str: 25
+ -->
<definitions>
***************
*** 8,19 ****
<decay />
<nodye />
! <tag name="req_str" value="25" type="int" />
! <events>equipment</events>
! <defense>2</defense>
! <durability><random min="30" max="40" /></durability>
<restock>10</restock>
<weight>2.0</weight>
<buyprice>101</buyprice>
<sellprice>52</sellprice>
<category>Armor\Leather\Tunic (N/S)</category>
</item>
--- 25,36 ----
<decay />
<nodye />
! <defense>4</defense>
! <durability><random min="31" max="37" /></durability>
! <tag name="req_str" value="15" type="int" />
<restock>10</restock>
<weight>2.0</weight>
<buyprice>101</buyprice>
<sellprice>52</sellprice>
+ <events>equipment</events>
<category>Armor\Leather\Tunic (N/S)</category>
</item>
|