Update of /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3380/definitions/items/weaponry/swordsmanship
Modified Files:
axe.xml bardiche.xml battle_axe.xml bladed_staff.xml
bone_harvester.xml broadsword.xml butcher_knife.xml
cleaver.xml crescent_blade.xml cutlass.xml double_axe.xml
executioners_axe.xml halberd.xml hatchet.xml katana.xml
large_battle_axe.xml long_sword.xml longsword.xml
paladin_sword.xml pickaxe.xml scimitar.xml scythe.xml
skinning_knife.xml two_handed_axe.xml viking_sword.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: viking_sword.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/viking_sword.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** viking_sword.xml 27 Aug 2004 14:43:29 -0000 1.12
--- viking_sword.xml 5 Sep 2004 21:02:53 -0000 1.13
***************
*** 19,26 ****
<durability><random min="30" max="56" /></durability>
<weight>6.0</weight>
- <tag name="resname" value="iron" />
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Viking Sword (N/S)</category>
</item>
--- 19,31 ----
<durability><random min="30" max="56" /></durability>
<weight>6.0</weight>
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Viking Sword (N/S)</category>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="40" />
+ <intproperty name="speed" value="28" />
+ <intproperty name="mindamage" value="15" />
+ <intproperty name="maxdamage" value="17" />
</item>
Index: pickaxe.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/pickaxe.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** pickaxe.xml 27 Aug 2004 14:43:29 -0000 1.15
--- pickaxe.xml 5 Sep 2004 21:02:53 -0000 1.16
***************
*** 19,28 ****
<durability><random min="30" max="55" /></durability>
<weight>11.0</weight>
- <tag name="resname" value="iron" />
- <tag name="remaining_uses" type="int" value="35" />
<type>1001</type>
<basescripts>equipment,pickaxe</basescripts>
<category>Weapons\Swords\Pickaxe (N/S)</category>
<category>Professions\Miner\Tools\Pickaxe (N/S)</category>
</item>
--- 19,33 ----
<durability><random min="30" max="55" /></durability>
<weight>11.0</weight>
<type>1001</type>
<basescripts>equipment,pickaxe</basescripts>
<category>Weapons\Swords\Pickaxe (N/S)</category>
<category>Professions\Miner\Tools\Pickaxe (N/S)</category>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <tag name="remaining_uses" type="int" value="35" />
+ <intproperty name="req_strength" value="50" />
+ <intproperty name="speed" value="35" />
+ <intproperty name="mindamage" value="13" />
+ <intproperty name="maxdamage" value="15" />
</item>
Index: bladed_staff.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/bladed_staff.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** bladed_staff.xml 27 Aug 2004 14:43:29 -0000 1.12
--- bladed_staff.xml 5 Sep 2004 21:02:53 -0000 1.13
***************
*** 19,26 ****
<durability><random min="50" max="102" /></durability>
<weight>12.0</weight>
- <tag name="resname" value="iron" />
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Bladed Staff (N/S)</category>
</item>
--- 19,31 ----
<durability><random min="50" max="102" /></durability>
<weight>12.0</weight>
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Bladed Staff (N/S)</category>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="40" />
+ <intproperty name="speed" value="37" />
+ <intproperty name="mindamage" value="14" />
+ <intproperty name="maxdamage" value="16" />
</item>
Index: cutlass.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/cutlass.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** cutlass.xml 27 Aug 2004 14:43:29 -0000 1.12
--- cutlass.xml 5 Sep 2004 21:02:53 -0000 1.13
***************
*** 19,26 ****
<durability><random min="30" max="70" /></durability>
<weight>8.0</weight>
- <tag name="resname" value="iron" />
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Cutlass (N/S)</category>
</item>
--- 19,31 ----
<durability><random min="30" max="70" /></durability>
<weight>8.0</weight>
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Cutlass (N/S)</category>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="25" />
+ <intproperty name="speed" value="44" />
+ <intproperty name="mindamage" value="11" />
+ <intproperty name="maxdamage" value="13" />
</item>
Index: longsword.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/longsword.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** longsword.xml 27 Aug 2004 14:43:29 -0000 1.12
--- longsword.xml 5 Sep 2004 21:02:53 -0000 1.13
***************
*** 19,26 ****
<durability><random min="30" max="67" /></durability>
<weight>7.0</weight>
- <tag name="resname" value="iron" />
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Longsword (N/S)</category>
</item>
--- 19,31 ----
<durability><random min="30" max="67" /></durability>
<weight>7.0</weight>
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Longsword (N/S)</category>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="35" />
+ <intproperty name="speed" value="30" />
+ <intproperty name="mindamage" value="15" />
+ <intproperty name="maxdamage" value="16" />
</item>
Index: hatchet.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/hatchet.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** hatchet.xml 27 Aug 2004 14:43:29 -0000 1.15
--- hatchet.xml 5 Sep 2004 21:02:53 -0000 1.16
***************
*** 19,26 ****
<durability><random min="30" max="46" /></durability>
<weight>4.0</weight>
- <tag name="resname" value="iron" />
<basescripts>equipment,blades</basescripts>
<category>Weapons\Axes\Hatchet (N/S)</category>
<type>1002</type>
</item>
--- 19,31 ----
<durability><random min="30" max="46" /></durability>
<weight>4.0</weight>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Axes\Hatchet (N/S)</category>
<type>1002</type>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="20" />
+ <intproperty name="speed" value="41" />
+ <intproperty name="mindamage" value="13" />
+ <intproperty name="maxdamage" value="15" />
</item>
Index: battle_axe.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/battle_axe.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** battle_axe.xml 27 Aug 2004 14:43:29 -0000 1.12
--- battle_axe.xml 5 Sep 2004 21:02:53 -0000 1.13
***************
*** 19,27 ****
<durability><random min="30" max="63" /></durability>
<weight>4.0</weight>
- <tag name="resname" value="iron" />
- <tag name="remaining_uses" type="int" value="35" />
<basescripts>equipment,blades</basescripts>
<type>1002</type>
<category>Weapons\Axes\Battle Axe (N/S)</category>
</item>
--- 19,32 ----
<durability><random min="30" max="63" /></durability>
<weight>4.0</weight>
<basescripts>equipment,blades</basescripts>
<type>1002</type>
<category>Weapons\Axes\Battle Axe (N/S)</category>
+ <!-- Properties -->
+ <tag name="remaining_uses" type="int" value="35" />
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="35" />
+ <intproperty name="speed" value="31" />
+ <intproperty name="mindamage" value="15" />
+ <intproperty name="maxdamage" value="17" />
</item>
Index: halberd.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/halberd.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** halberd.xml 27 Aug 2004 14:43:29 -0000 1.14
--- halberd.xml 5 Sep 2004 21:02:53 -0000 1.15
***************
*** 19,26 ****
<durability><random min="30" max="60" /></durability>
<weight>16.0</weight>
- <tag name="resname" value="iron" />
<type>1002</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Halberd (N/S)</category>
</item>
--- 19,31 ----
<durability><random min="30" max="60" /></durability>
<weight>16.0</weight>
<type>1002</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Halberd (N/S)</category>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="95" />
+ <intproperty name="speed" value="25" />
+ <intproperty name="mindamage" value="18" />
+ <intproperty name="maxdamage" value="19" />
</item>
Index: bone_harvester.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/bone_harvester.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** bone_harvester.xml 27 Aug 2004 14:43:29 -0000 1.12
--- bone_harvester.xml 5 Sep 2004 21:02:53 -0000 1.13
***************
*** 19,26 ****
<durability><random min="30" max="53" /></durability>
<weight>5.0</weight>
- <tag name="resname" value="iron" />
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Bone Harvester (N/S)</category>
</item>
--- 19,31 ----
<durability><random min="30" max="53" /></durability>
<weight>5.0</weight>
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Bone Harvester (N/S)</category>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="25" />
+ <intproperty name="speed" value="36" />
+ <intproperty name="mindamage" value="13" />
+ <intproperty name="maxdamage" value="15" />
</item>
Index: paladin_sword.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/paladin_sword.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** paladin_sword.xml 27 Aug 2004 14:43:29 -0000 1.12
--- paladin_sword.xml 5 Sep 2004 21:02:53 -0000 1.13
***************
*** 19,26 ****
<durability><random min="50" max="77" /></durability>
<weight>6.0</weight>
- <tag name="resname" value="iron" />
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Paladin Sword (N/S)</category>
</item>
--- 19,31 ----
<durability><random min="50" max="77" /></durability>
<weight>6.0</weight>
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Paladin Sword (N/S)</category>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="30" />
+ <intproperty name="speed" value="33" />
+ <intproperty name="mindamage" value="14" />
+ <intproperty name="maxdamage" value="15" />
</item>
Index: double_axe.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/double_axe.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** double_axe.xml 27 Aug 2004 14:43:29 -0000 1.12
--- double_axe.xml 5 Sep 2004 21:02:53 -0000 1.13
***************
*** 19,26 ****
<durability><random min="50" max="95" /></durability>
<weight>3.0</weight>
- <tag name="resname" value="iron" />
<basescripts>equipment,blades</basescripts>
<type>1002</type>
<category>Weapons\Axes\Double Axe (N/S)</category>
</item>
--- 19,31 ----
<durability><random min="50" max="95" /></durability>
<weight>3.0</weight>
<basescripts>equipment,blades</basescripts>
<type>1002</type>
<category>Weapons\Axes\Double Axe (N/S)</category>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="45" />
+ <intproperty name="speed" value="33" />
+ <intproperty name="mindamage" value="15" />
+ <intproperty name="maxdamage" value="17" />
</item>
Index: large_battle_axe.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/large_battle_axe.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** large_battle_axe.xml 27 Aug 2004 14:43:29 -0000 1.12
--- large_battle_axe.xml 5 Sep 2004 21:02:53 -0000 1.13
***************
*** 19,26 ****
<durability><random min="30" max="64" /></durability>
<weight>6.0</weight>
- <tag name="resname" value="iron" />
<basescripts>equipment,blades</basescripts>
<category>Weapons\Axes\Large Battle Axe (N/S)</category>
<type>1002</type>
</item>
--- 19,31 ----
<durability><random min="30" max="64" /></durability>
<weight>6.0</weight>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Axes\Large Battle Axe (N/S)</category>
<type>1002</type>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="80" />
+ <intproperty name="speed" value="29" />
+ <intproperty name="mindamage" value="16" />
+ <intproperty name="maxdamage" value="17" />
</item>
Index: broadsword.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/broadsword.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** broadsword.xml 27 Aug 2004 14:43:29 -0000 1.12
--- broadsword.xml 5 Sep 2004 21:02:53 -0000 1.13
***************
*** 19,26 ****
<durability><random min="50" max="77" /></durability>
<weight>6.0</weight>
- <tag name="resname" value="iron" />
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Broadsword (N/S)</category>
</item>
--- 19,31 ----
<durability><random min="50" max="77" /></durability>
<weight>6.0</weight>
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Broadsword (N/S)</category>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="30" />
+ <intproperty name="speed" value="33" />
+ <intproperty name="mindamage" value="14" />
+ <intproperty name="maxdamage" value="15" />
</item>
Index: katana.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/katana.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** katana.xml 27 Aug 2004 14:43:29 -0000 1.12
--- katana.xml 5 Sep 2004 21:02:53 -0000 1.13
***************
*** 19,26 ****
<durability><random min="30" max="55" /></durability>
<weight>6.0</weight>
- <tag name="resname" value="iron" />
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Katana (N/S)</category>
</item>
--- 19,31 ----
<durability><random min="30" max="55" /></durability>
<weight>6.0</weight>
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Katana (N/S)</category>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="25" />
+ <intproperty name="speed" value="46" />
+ <intproperty name="mindamage" value="11" />
+ <intproperty name="maxdamage" value="13" />
</item>
Index: executioners_axe.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/executioners_axe.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** executioners_axe.xml 27 Aug 2004 14:43:29 -0000 1.12
--- executioners_axe.xml 5 Sep 2004 21:02:53 -0000 1.13
***************
*** 19,26 ****
<durability><random min="30" max="46" /></durability>
<weight>3.0</weight>
- <tag name="resname" value="iron" />
<basescripts>equipment,blades</basescripts>
<category>Weapons\Axes\Executioner's Axe (N/S)</category>
<type>1002</type>
</item>
--- 19,31 ----
<durability><random min="30" max="46" /></durability>
<weight>3.0</weight>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Axes\Executioner's Axe (N/S)</category>
<type>1002</type>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="40" />
+ <intproperty name="speed" value="33" />
+ <intproperty name="mindamage" value="15" />
+ <intproperty name="maxdamage" value="17" />
</item>
Index: two_handed_axe.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/two_handed_axe.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** two_handed_axe.xml 27 Aug 2004 14:43:29 -0000 1.12
--- two_handed_axe.xml 5 Sep 2004 21:02:53 -0000 1.13
***************
*** 19,26 ****
<durability><random min="30" max="62" /></durability>
<weight>8.0</weight>
- <tag name="resname" value="iron" />
<basescripts>equipment,blades</basescripts>
<category>Weapons\Axes\Two Handed Axe (N/S)</category>
<type>1002</type>
</item>
--- 19,31 ----
<durability><random min="30" max="62" /></durability>
<weight>8.0</weight>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Axes\Two Handed Axe (N/S)</category>
<type>1002</type>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="40" />
+ <intproperty name="speed" value="31" />
+ <intproperty name="mindamage" value="16" />
+ <intproperty name="maxdamage" value="17" />
</item>
Index: long_sword.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/long_sword.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** long_sword.xml 27 Aug 2004 14:43:29 -0000 1.12
--- long_sword.xml 5 Sep 2004 21:02:53 -0000 1.13
***************
*** 19,26 ****
<durability><random min="30" max="53" /></durability>
<weight>1.0</weight>
- <tag name="resname" value="iron" />
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Long Sword (N/S)</category>
</item>
--- 19,31 ----
<durability><random min="30" max="53" /></durability>
<weight>1.0</weight>
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Long Sword (N/S)</category>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="35" />
+ <intproperty name="speed" value="30" />
+ <intproperty name="mindamage" value="15" />
+ <intproperty name="maxdamage" value="16" />
</item>
Index: cleaver.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/cleaver.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** cleaver.xml 27 Aug 2004 14:43:29 -0000 1.13
--- cleaver.xml 5 Sep 2004 21:02:53 -0000 1.14
***************
*** 19,26 ****
<durability><random min="30" max="46" /></durability>
<weight>1.0</weight>
- <tag name="resname" value="iron" />
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Cleaver (N/S)</category>
</item>
--- 19,31 ----
<durability><random min="30" max="46" /></durability>
<weight>1.0</weight>
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Cleaver (N/S)</category>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="10" />
+ <intproperty name="speed" value="46" />
+ <intproperty name="mindamage" value="11" />
+ <intproperty name="maxdamage" value="13" />
</item>
Index: axe.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/axe.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** axe.xml 27 Aug 2004 14:43:29 -0000 1.12
--- axe.xml 5 Sep 2004 21:02:53 -0000 1.13
***************
*** 19,26 ****
<durability><random min="30" max="60" /></durability>
<weight>4.0</weight>
- <tag name="resname" value="iron" />
<basescripts>equipment,blades</basescripts>
<type>1002</type>
<category>Weapons\Axes\Axe (N/S)</category>
</item>
--- 19,31 ----
<durability><random min="30" max="60" /></durability>
<weight>4.0</weight>
<basescripts>equipment,blades</basescripts>
<type>1002</type>
<category>Weapons\Axes\Axe (N/S)</category>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="35" />
+ <intproperty name="speed" value="37" />
+ <intproperty name="mindamage" value="14" />
+ <intproperty name="maxdamage" value="16" />
</item>
Index: butcher_knife.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/butcher_knife.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** butcher_knife.xml 27 Aug 2004 14:43:29 -0000 1.13
--- butcher_knife.xml 5 Sep 2004 21:02:53 -0000 1.14
***************
*** 19,26 ****
<durability><random min="30" max="50" /></durability>
<weight>1.0</weight>
- <tag name="resname" value="iron" />
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Butcher Knife (N/S)</category>
</item>
--- 19,31 ----
<durability><random min="30" max="50" /></durability>
<weight>1.0</weight>
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Butcher Knife (N/S)</category>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="5" />
+ <intproperty name="speed" value="49" />
+ <intproperty name="mindamage" value="9" />
+ <intproperty name="maxdamage" value="11" />
</item>
Index: bardiche.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/bardiche.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** bardiche.xml 27 Aug 2004 14:43:29 -0000 1.14
--- bardiche.xml 5 Sep 2004 21:02:53 -0000 1.15
***************
*** 19,26 ****
<durability><random min="30" max="79" /></durability>
<weight>7.0</weight>
- <tag name="resname" value="iron" />
<type>1002</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Bardiche (N/S)</category>
</item>
--- 19,31 ----
<durability><random min="30" max="79" /></durability>
<weight>7.0</weight>
<type>1002</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Bardiche (N/S)</category>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="45" />
+ <intproperty name="speed" value="28" />
+ <intproperty name="mindamage" value="17" />
+ <intproperty name="maxdamage" value="18" />
</item>
Index: scythe.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/scythe.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** scythe.xml 27 Aug 2004 14:43:29 -0000 1.14
--- scythe.xml 5 Sep 2004 21:02:53 -0000 1.15
***************
*** 19,26 ****
<durability><random min="30" max="89" /></durability>
<weight>10.0</weight>
- <tag name="resname" value="iron" />
<type>1002</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Scythe (N/S)</category>
</item>
--- 19,31 ----
<durability><random min="30" max="89" /></durability>
<weight>10.0</weight>
<type>1002</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Scythe (N/S)</category>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="45" />
+ <intproperty name="speed" value="32" />
+ <intproperty name="mindamage" value="15" />
+ <intproperty name="maxdamage" value="18" />
</item>
Index: skinning_knife.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/skinning_knife.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** skinning_knife.xml 27 Aug 2004 14:43:29 -0000 1.12
--- skinning_knife.xml 5 Sep 2004 21:02:53 -0000 1.13
***************
*** 19,26 ****
<durability><random min="30" max="35" /></durability>
<weight>1.0</weight>
- <tag name="resname" value="iron" />
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Skinning Knife (N/S)</category>
</item>
--- 19,31 ----
<durability><random min="30" max="35" /></durability>
<weight>1.0</weight>
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Skinning Knife (N/S)</category>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="5" />
+ <intproperty name="speed" value="49" />
+ <intproperty name="mindamage" value="9" />
+ <intproperty name="maxdamage" value="11" />
</item>
Index: crescent_blade.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/crescent_blade.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** crescent_blade.xml 27 Aug 2004 14:43:29 -0000 1.12
--- crescent_blade.xml 5 Sep 2004 21:02:53 -0000 1.13
***************
*** 19,26 ****
<durability><random min="30" max="75" /></durability>
<weight>8.0</weight>
- <tag name="resname" value="iron" />
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Crescent Blade (N/S)</category>
</item>
--- 19,31 ----
<durability><random min="30" max="75" /></durability>
<weight>8.0</weight>
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Crescent Blade (N/S)</category>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="55" />
+ <intproperty name="speed" value="47" />
+ <intproperty name="mindamage" value="11" />
+ <intproperty name="maxdamage" value="14" />
</item>
Index: scimitar.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swordsmanship/scimitar.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** scimitar.xml 27 Aug 2004 14:43:29 -0000 1.12
--- scimitar.xml 5 Sep 2004 21:02:53 -0000 1.13
***************
*** 19,26 ****
<durability><random min="30" max="76" /></durability>
<weight>6.0</weight>
- <tag name="resname" value="iron" />
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Scimitar (N/S)</category>
</item>
--- 19,31 ----
<durability><random min="30" max="76" /></durability>
<weight>6.0</weight>
<type>1001</type>
<basescripts>equipment,blades</basescripts>
<category>Weapons\Swords\Scimitar (N/S)</category>
+ <!-- Properties -->
+ <tag name="resname" value="iron" />
+ <intproperty name="req_strength" value="25" />
+ <intproperty name="speed" value="37" />
+ <intproperty name="mindamage" value="13" />
+ <intproperty name="maxdamage" value="15" />
</item>
|