Update of /cvsroot/wpdev/xmlscripts/definitions/items/armory/helmets
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30869/definitions/items/armory/helmets
Modified Files:
bascinet.xml close_helmet.xml helmet.xml nose_helm.xml
Log Message:
I added resname tags to weapons/armor. This will be useful for smelting
weapons and armor, and even cutting armor that gives leather. AoS has the
four leather types. Also, wooden objects have 'plainwood' in case later
there happens to be multiple wood types or something...
Index: bascinet.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/helmets/bascinet.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** bascinet.xml 29 Dec 2003 12:09:11 -0000 1.3
--- bascinet.xml 26 Jan 2004 07:02:26 -0000 1.4
***************
*** 24,27 ****
--- 24,28 ----
<tag name="res_poison" value="2" type="int" />
<tag name="res_energy" value="2" type="int" />
+ <tag name="resname" value="iron" />
<restock>10</restock>
<smelt>12</smelt>
Index: close_helmet.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/helmets/close_helmet.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** close_helmet.xml 29 Dec 2003 12:09:11 -0000 1.3
--- close_helmet.xml 26 Jan 2004 07:02:26 -0000 1.4
***************
*** 24,27 ****
--- 24,28 ----
<tag name="res_poison" value="3" type="int" />
<tag name="res_energy" value="3" type="int" />
+ <tag name="resname" value="iron" />
<restock>10</restock>
<smelt>12</smelt>
Index: helmet.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/helmets/helmet.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** helmet.xml 29 Dec 2003 12:09:11 -0000 1.3
--- helmet.xml 26 Jan 2004 07:02:26 -0000 1.4
***************
*** 24,27 ****
--- 24,28 ----
<tag name="res_poison" value="3" type="int" />
<tag name="res_energy" value="2" type="int" />
+ <tag name="resname" value="iron" />
<restock>10</restock>
<smelt>12</smelt>
Index: nose_helm.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/helmets/nose_helm.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** nose_helm.xml 29 Dec 2003 12:09:11 -0000 1.3
--- nose_helm.xml 26 Jan 2004 07:02:26 -0000 1.4
***************
*** 24,27 ****
--- 24,28 ----
<tag name="res_poison" value="4" type="int" />
<tag name="res_energy" value="2" type="int" />
+ <tag name="resname" value="iron" />
<restock>10</restock>
<smelt>12</smelt>
|