Update of /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/fencing
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30869/definitions/items/weaponry/fencing
Modified Files:
dagger.xml double_bladed_staff.xml kryss.xml lance.xml
pike.xml pitchfork.xml short_spear.xml spear.xml war_fork.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: dagger.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/fencing/dagger.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** dagger.xml 12 Jan 2004 05:00:49 -0000 1.2
--- dagger.xml 26 Jan 2004 07:02:29 -0000 1.3
***************
*** 16,19 ****
--- 16,20 ----
<weight>1.0</weight>
<tag name="req_str" value="10" type="int" />
+ <tag name="resname" value="iron" />
<events>equipment,weapons.blades</events>
<type>1005</type>
Index: double_bladed_staff.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/fencing/double_bladed_staff.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** double_bladed_staff.xml 12 Jan 2004 05:00:49 -0000 1.2
--- double_bladed_staff.xml 26 Jan 2004 07:02:29 -0000 1.3
***************
*** 16,19 ****
--- 16,20 ----
<weight>7.0</weight>
<tag name="req_str" value="50" type="int" />
+ <tag name="resname" value="iron" />
<events>equipment,weapons.blades</events>
<type>1005</type>
Index: kryss.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/fencing/kryss.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** kryss.xml 12 Jan 2004 05:00:49 -0000 1.2
--- kryss.xml 26 Jan 2004 07:02:29 -0000 1.3
***************
*** 16,19 ****
--- 16,20 ----
<weight>1.0</weight>
<tag name="req_str" value="10" type="int" />
+ <tag name="resname" value="iron" />
<events>equipment,weapons.blades</events>
<type>1005</type>
Index: lance.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/fencing/lance.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** lance.xml 14 Jan 2004 13:07:33 -0000 1.3
--- lance.xml 26 Jan 2004 07:02:29 -0000 1.4
***************
*** 16,19 ****
--- 16,20 ----
<weight>12.0</weight>
<tag name="req_str" value="95" type="int" />
+ <tag name="resname" value="iron" />
<events>equipment</events>
<type>1005</type>
Index: pike.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/fencing/pike.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pike.xml 12 Jan 2004 05:00:49 -0000 1.2
--- pike.xml 26 Jan 2004 07:02:29 -0000 1.3
***************
*** 16,19 ****
--- 16,20 ----
<weight>10.0</weight>
<tag name="req_str" value="50" type="int" />
+ <tag name="resname" value="iron" />
<events>equipment,weapons.blades</events>
<type>1005</type>
Index: pitchfork.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/fencing/pitchfork.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pitchfork.xml 14 Jan 2004 13:07:33 -0000 1.3
--- pitchfork.xml 26 Jan 2004 07:02:29 -0000 1.4
***************
*** 16,19 ****
--- 16,20 ----
<weight>10.0</weight>
<tag name="req_str" value="50" type="int" />
+ <tag name="resname" value="iron" />
<events>equipment</events>
<type>1005</type>
Index: short_spear.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/fencing/short_spear.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** short_spear.xml 14 Jan 2004 13:07:33 -0000 1.3
--- short_spear.xml 26 Jan 2004 07:02:29 -0000 1.4
***************
*** 16,19 ****
--- 16,20 ----
<weight>4.0</weight>
<tag name="req_str" value="40" type="int" />
+ <tag name="resname" value="iron" />
<events>equipment</events>
<type>1005</type>
Index: spear.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/fencing/spear.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** spear.xml 14 Jan 2004 13:07:33 -0000 1.3
--- spear.xml 26 Jan 2004 07:02:29 -0000 1.4
***************
*** 16,19 ****
--- 16,20 ----
<weight>7.0</weight>
<tag name="req_str" value="50" type="int" />
+ <tag name="resname" value="iron" />
<events>equipment</events>
<type>1005</type>
Index: war_fork.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/fencing/war_fork.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** war_fork.xml 14 Jan 2004 13:07:33 -0000 1.3
--- war_fork.xml 26 Jan 2004 07:02:29 -0000 1.4
***************
*** 16,19 ****
--- 16,20 ----
<weight>1.0</weight>
<tag name="req_str" value="35" type="int" />
+ <tag name="resname" value="iron" />
<events>equipment</events>
<type>1005</type>
|