Update of /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship
In directory sc8-pr-cvs1:/tmp/cvs-serv23612/swordsmanship
Modified Files:
bardiche.xml halberd.xml pickaxe.xml scythe.xml
Log Message:
Fixes for blades.py
Index: bardiche.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/bardiche.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** bardiche.xml 12 Jan 2004 05:00:49 -0000 1.2
--- bardiche.xml 14 Jan 2004 13:07:33 -0000 1.3
***************
*** 16,20 ****
<weight>7.0</weight>
<tag name="req_str" value="45" type="int" />
! <type>1001</type>
<events>equipment,weapons.blades</events>
<category>Weapons\Swords\Bardiche (N/S)</category>
--- 16,20 ----
<weight>7.0</weight>
<tag name="req_str" value="45" type="int" />
! <type>1002</type>
<events>equipment,weapons.blades</events>
<category>Weapons\Swords\Bardiche (N/S)</category>
Index: halberd.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/halberd.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** halberd.xml 12 Jan 2004 05:00:49 -0000 1.2
--- halberd.xml 14 Jan 2004 13:07:33 -0000 1.3
***************
*** 16,20 ****
<weight>16.0</weight>
<tag name="req_str" value="95" type="int" />
! <type>1001</type>
<events>equipment,weapons.blades</events>
<category>Weapons\Swords\Halberd (N/S)</category>
--- 16,20 ----
<weight>16.0</weight>
<tag name="req_str" value="95" type="int" />
! <type>1002</type>
<events>equipment,weapons.blades</events>
<category>Weapons\Swords\Halberd (N/S)</category>
Index: pickaxe.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/pickaxe.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pickaxe.xml 27 Dec 2003 15:26:59 -0000 1.1
--- pickaxe.xml 14 Jan 2004 13:07:33 -0000 1.2
***************
*** 17,21 ****
<tag name="req_str" value="50" type="int" />
<type>1001</type>
! <events>equipment,tools.pickaxe</events>
<category>Weapons\Swords\Pickaxe (N/S)</category>
<category>Professions\Miner\Pickaxe (N/S)</category>
--- 17,21 ----
<tag name="req_str" value="50" type="int" />
<type>1001</type>
! <events>equipment</events>
<category>Weapons\Swords\Pickaxe (N/S)</category>
<category>Professions\Miner\Pickaxe (N/S)</category>
Index: scythe.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/scythe.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** scythe.xml 12 Jan 2004 05:00:49 -0000 1.2
--- scythe.xml 14 Jan 2004 13:07:33 -0000 1.3
***************
*** 16,20 ****
<weight>10.0</weight>
<tag name="req_str" value="45" type="int" />
! <type>1001</type>
<events>equipment,weapons.blades</events>
<category>Weapons\Swords\Scythe (N/S)</category>
--- 16,20 ----
<weight>10.0</weight>
<tag name="req_str" value="45" type="int" />
! <type>1002</type>
<events>equipment,weapons.blades</events>
<category>Weapons\Swords\Scythe (N/S)</category>
|