Update of /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/macefighting
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30869/definitions/items/weaponry/macefighting
Modified Files:
black_staff.xml club.xml gnarled_staff.xml hammer_pick.xml
mace.xml maul.xml quarter_staff.xml scepter.xml
shepherds_crook.xml war_axe.xml war_hammer.xml war_mace.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: black_staff.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/macefighting/black_staff.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** black_staff.xml 27 Dec 2003 15:26:59 -0000 1.1
--- black_staff.xml 26 Jan 2004 07:02:29 -0000 1.2
***************
*** 15,18 ****
--- 15,19 ----
<weight>6.0</weight>
<tag name="req_str" value="35" type="int" />
+ <tag name="resname" value="plainwood" />
<events>equipment</events>
<type>1003</type>
Index: club.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/macefighting/club.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** club.xml 27 Dec 2003 15:26:59 -0000 1.1
--- club.xml 26 Jan 2004 07:02:29 -0000 1.2
***************
*** 16,19 ****
--- 16,20 ----
<weight>14.0</weight>
<tag name="req_str" value="40" type="int" />
+ <tag name="resname" value="plainwood" />
<events>equipment</events>
<type>1004</type>
Index: gnarled_staff.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/macefighting/gnarled_staff.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** gnarled_staff.xml 27 Dec 2003 15:26:59 -0000 1.1
--- gnarled_staff.xml 26 Jan 2004 07:02:29 -0000 1.2
***************
*** 15,18 ****
--- 15,19 ----
<weight>3.0</weight>
<tag name="req_str" value="20" type="int" />
+ <tag name="resname" value="plainwood" />
<events>equipment</events>
<type>1003</type>
Index: hammer_pick.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/macefighting/hammer_pick.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** hammer_pick.xml 27 Dec 2003 15:26:59 -0000 1.1
--- hammer_pick.xml 26 Jan 2004 07:02:29 -0000 1.2
***************
*** 16,19 ****
--- 16,20 ----
<weight>9.0</weight>
<tag name="req_str" value="45" type="int" />
+ <tag name="resname" value="iron" />
<events>equipment</events>
<type>1004</type>
Index: mace.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/macefighting/mace.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** mace.xml 27 Dec 2003 15:26:59 -0000 1.1
--- mace.xml 26 Jan 2004 07:02:29 -0000 1.2
***************
*** 16,19 ****
--- 16,20 ----
<weight>14.0</weight>
<tag name="req_str" value="45" type="int" />
+ <tag name="resname" value="iron" />
<events>equipment</events>
<type>1004</type>
Index: maul.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/macefighting/maul.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** maul.xml 27 Dec 2003 15:26:59 -0000 1.1
--- maul.xml 26 Jan 2004 07:02:29 -0000 1.2
***************
*** 16,19 ****
--- 16,20 ----
<weight>14.0</weight>
<tag name="req_str" value="45" type="int" />
+ <tag name="resname" value="iron" />
<events>equipment</events>
<type>1004</type>
Index: quarter_staff.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/macefighting/quarter_staff.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** quarter_staff.xml 27 Dec 2003 15:26:59 -0000 1.1
--- quarter_staff.xml 26 Jan 2004 07:02:29 -0000 1.2
***************
*** 15,18 ****
--- 15,19 ----
<weight>4.0</weight>
<tag name="req_str" value="30" type="int" />
+ <tag name="resname" value="plainwood" />
<events>equipment</events>
<type>1003</type>
Index: scepter.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/macefighting/scepter.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** scepter.xml 27 Dec 2003 15:26:59 -0000 1.1
--- scepter.xml 26 Jan 2004 07:02:29 -0000 1.2
***************
*** 16,19 ****
--- 16,20 ----
<weight>7.0</weight>
<tag name="req_str" value="40" type="int" />
+ <tag name="resname" value="iron" />
<events>equipment</events>
<type>1004</type>
Index: shepherds_crook.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/macefighting/shepherds_crook.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** shepherds_crook.xml 27 Dec 2003 15:26:59 -0000 1.1
--- shepherds_crook.xml 26 Jan 2004 07:02:29 -0000 1.2
***************
*** 15,18 ****
--- 15,19 ----
<weight>2.0</weight>
<tag name="req_str" value="20" type="int" />
+ <tag name="resname" value="plainwood" />
<events>equipment</events>
<type>1003</type>
Index: war_axe.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/macefighting/war_axe.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** war_axe.xml 14 Jan 2004 13:07:33 -0000 1.2
--- war_axe.xml 26 Jan 2004 07:02:29 -0000 1.3
***************
*** 16,19 ****
--- 16,20 ----
<weight>3.0</weight>
<tag name="req_str" value="35" type="int" />
+ <tag name="resname" value="iron" />
<events>equipment,weapons.blades</events>
<type>1004</type>
Index: war_hammer.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/macefighting/war_hammer.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** war_hammer.xml 27 Dec 2003 15:26:59 -0000 1.1
--- war_hammer.xml 26 Jan 2004 07:02:29 -0000 1.2
***************
*** 16,19 ****
--- 16,20 ----
<weight>10.0</weight>
<tag name="req_str" value="95" type="int" />
+ <tag name="resname" value="iron" />
<events>equipment</events>
<type>1004</type>
Index: war_mace.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/macefighting/war_mace.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** war_mace.xml 27 Dec 2003 15:26:59 -0000 1.1
--- war_mace.xml 26 Jan 2004 07:02:29 -0000 1.2
***************
*** 16,19 ****
--- 16,20 ----
<weight>17.0</weight>
<tag name="req_str" value="80" type="int" />
+ <tag name="resname" value="iron" />
<events>equipment</events>
<type>1004</type>
|