Update of /cvsroot/wpdev/xmlscripts/definitions/items/armory/chain
In directory sc8-pr-cvs1:/tmp/cvs-serv32452/chain
Modified Files:
chain_coif.xml chain_leggings.xml chain_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: chain_coif.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/chain/chain_coif.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** chain_coif.xml 27 Dec 2003 05:31:22 -0000 1.1
--- chain_coif.xml 28 Dec 2003 20:23:46 -0000 1.2
***************
*** 1,3 ****
--- 1,20 ----
+ <!--
+ =================================================================
+ | ) (\_ | WOLFPACK 13.0.0 Scripts |
+ | (( _/{ "-; | Created by: |
+ | )).-' {{ ;'` | Revised by: |
+ | ( ( ;._ \\ ctr | Last Modification: |
+ =================================================================
+ -->
+ <!--
+ Age of Shadows Values:
+ Physical: 4
+ Fire: 4
+ Cold: 4
+ Poison: 1
+ Energy: 2
+ req_str: 60
+ -->
<definitions>
***************
*** 8,15 ****
<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>
--- 25,31 ----
<decay />
<nodye />
<defense>4</defense>
<durability><random min="45" max="60" /></durability>
+ <tag name="req_str" value="20" type="int" />
<restock>10</restock>
<smelt>8</smelt>
***************
*** 17,20 ****
--- 33,37 ----
<buyprice>130</buyprice>
<sellprice>65</sellprice>
+ <events>equipment</events>
<category>Armor\Chainmail\Coif NS</category>
</item>
***************
*** 27,29 ****
</item>
! </definitions>
\ No newline at end of file
--- 44,46 ----
</item>
! </definitions>
Index: chain_leggings.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/chain/chain_leggings.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** chain_leggings.xml 27 Dec 2003 05:31:22 -0000 1.1
--- chain_leggings.xml 28 Dec 2003 20:23:46 -0000 1.2
***************
*** 1,3 ****
--- 1,20 ----
+ <!--
+ =================================================================
+ | ) (\_ | WOLFPACK 13.0.0 Scripts |
+ | (( _/{ "-; | Created by: |
+ | )).-' {{ ;'` | Revised by: |
+ | ( ( ;._ \\ ctr | Last Modification: |
+ =================================================================
+ -->
+ <!--
+ Age of Shadows Values:
+ Physical: 4
+ Fire: 4
+ Cold: 4
+ Poison: 1
+ Energy: 2
+ req_str: 60
+ -->
<definitions>
***************
*** 8,15 ****
<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>
--- 25,31 ----
<decay />
<nodye />
<defense>4</defense>
<durability><random min="45" max="60" /></durability>
+ <tag name="req_str" value="20" type="int" />
<restock>10</restock>
<smelt>14</smelt>
***************
*** 17,20 ****
--- 33,37 ----
<buyprice>166</buyprice>
<sellprice>83</sellprice>
+ <events>equipment</events>
<category>Armor\Chainmail\Leggings (N/S)</category>
</item>
Index: chain_tunic.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/chain/chain_tunic.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** chain_tunic.xml 27 Dec 2003 05:31:22 -0000 1.1
--- chain_tunic.xml 28 Dec 2003 20:23:46 -0000 1.2
***************
*** 1,3 ****
--- 1,20 ----
+ <!--
+ =================================================================
+ | ) (\_ | WOLFPACK 13.0.0 Scripts |
+ | (( _/{ "-; | Created by: |
+ | )).-' {{ ;'` | Revised by: |
+ | ( ( ;._ \\ ctr | Last Modification: |
+ =================================================================
+ -->
+ <!--
+ Age of Shadows Values:
+ Physical: 4
+ Fire: 4
+ Cold: 4
+ Poison: 1
+ Energy: 2
+ req_str: 60
+ -->
<definitions>
***************
*** 8,19 ****
<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>
--- 25,36 ----
<decay />
<nodye />
<defense>4</defense>
<durability><random min="45" max="60" /></durability>
+ <tag name="req_str" value="20" type="int" />
<restock>10</restock>
<smelt>14</smelt>
<weight>7.0</weight>
<buyprice>103</buyprice>
+ <events>equipment</events>
<category>Armor\Chainmail\Tunic NS</category>
</item>
|