Update of /cvsroot/wpdev/xmlscripts/definitions/items/armory/chain
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3380/definitions/items/armory/chain
Modified Files:
chain_coif.xml chain_leggings.xml chain_tunic.xml
Log Message:
I'm so sorry for flooding y'alls inboxes...
But here is the property adjustment change for weapons/armor. :)
Now on to NPCs!
Index: chain_coif.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/chain/chain_coif.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** chain_coif.xml 27 Aug 2004 14:43:23 -0000 1.12
--- chain_coif.xml 5 Sep 2004 21:02:49 -0000 1.13
***************
*** 15,19 ****
<nodye />
<durability><random min="45" max="60" /></durability>
- <tag name="resname" value="iron" />
<restock>10</restock>
<smelt>8</smelt>
--- 15,18 ----
***************
*** 24,27 ****
--- 23,34 ----
<basescripts>equipment</basescripts>
<category>Armor\Base\Chainmail\Coif NS</category>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="60" />
+ <intproperty name="res_physical" value="4" />
+ <intproperty name="res_fire" value="4" />
+ <intproperty name="res_cold" value="4" />
+ <intproperty name="res_poison" value="1" />
+ <intproperty name="res_energy" value="2" />
</item>
Index: chain_tunic.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/chain/chain_tunic.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** chain_tunic.xml 27 Aug 2004 14:43:23 -0000 1.12
--- chain_tunic.xml 5 Sep 2004 21:02:49 -0000 1.13
***************
*** 15,19 ****
<nodye />
<durability><random min="45" max="60" /></durability>
- <tag name="resname" value="iron" />
<restock>10</restock>
<smelt>14</smelt>
--- 15,18 ----
***************
*** 23,26 ****
--- 22,33 ----
<basescripts>equipment</basescripts>
<category>Armor\Base\Chainmail\Tunic NS</category>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="60" />
+ <intproperty name="res_physical" value="4" />
+ <intproperty name="res_fire" value="4" />
+ <intproperty name="res_cold" value="4" />
+ <intproperty name="res_poison" value="1" />
+ <intproperty name="res_energy" value="2" />
</item>
Index: chain_leggings.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/chain/chain_leggings.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** chain_leggings.xml 27 Aug 2004 14:43:23 -0000 1.12
--- chain_leggings.xml 5 Sep 2004 21:02:49 -0000 1.13
***************
*** 15,19 ****
<nodye />
<durability><random min="45" max="60" /></durability>
- <tag name="resname" value="iron" />
<restock>10</restock>
<smelt>14</smelt>
--- 15,18 ----
***************
*** 24,27 ****
--- 23,34 ----
<basescripts>equipment</basescripts>
<category>Armor\Base\Chainmail\Leggings (N/S)</category>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="60" />
+ <intproperty name="res_physical" value="4" />
+ <intproperty name="res_fire" value="4" />
+ <intproperty name="res_cold" value="4" />
+ <intproperty name="res_poison" value="1" />
+ <intproperty name="res_energy" value="2" />
</item>
|