Update of /cvsroot/wpdev/xmlscripts/definitions/items/weaponry
In directory sc8-pr-cvs1:/tmp/cvs-serv4513/definitions/items/weaponry
Modified Files:
axes.xml swords.xml
Log Message:
added some missing items
Index: axes.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/axes.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** axes.xml 27 Aug 2003 20:57:52 -0000 1.10
--- axes.xml 24 Sep 2003 02:44:03 -0000 1.11
***************
*** 8,11 ****
--- 8,29 ----
-->
<definitions>
+ <!-- Two Handed Axe -->
+ <item id="1442">
+ <id>0x1442</id>
+ <name>two handed axe</name>
+ <twohanded />
+ <decay />
+ <nodye />
+ <sellprice>15</sellprice>
+ <buyprice>31</buyprice>
+ <attack min="16" max="17" />
+ <durability><random min="30" max="62" /></durability>
+ <speed>31</speed>
+ <weight>8.0</weight>
+ <tag name="req_str" value="40" type="int" />
+ <events>equipment</events>
+ <category>Weapons\Axes\Two Handed Axe</category>
+ <type>1002</type>
+ </item>
<!-- Two Handed Axe -->
***************
*** 27,30 ****
--- 45,67 ----
<type>1002</type>
</item>
+
+ <!-- Large Battle Axe -->
+ <item id="13fa">
+ <id>0x13fa</id>
+ <name>large battle axe</name>
+ <twohanded />
+ <decay />
+ <nodye />
+ <sellprice>18</sellprice>
+ <buyprice>36</buyprice>
+ <attack min="16" max="17" />
+ <durability><random min="30" max="64" /></durability>
+ <speed>29</speed>
+ <weight>6.0</weight>
+ <tag name="req_str" value="80" type="int" />
+ <events>equipment</events>
+ <category>Weapons\Axes\Large Battle Axe</category>
+ <type>1002</type>
+ </item>
<!-- Large Battle Axe -->
***************
*** 141,148 ****
--- 178,223 ----
<category>Weapons\Axes\Large Battle Axe</category>
</item>
+
+ <!-- Axe -->
+ <item id="f4a">
+ <id>0x0f4a</id>
+ <name>axe</name>
+ <twohanded />
+ <decay />
+ <nodye />
+ <sellprice>120</sellprice>
+ <buyprice>40</buyprice>
+ <attack min="14" max="16" />
+ <durability><random min="30" max="60" /></durability>
+ <speed>37</speed>
+ <weight>4.0</weight>
+ <tag name="req_str" value="35" type="int" />
+ <events>equipment</events>
+ <type>1002</type>
+ <category>Weapons\Axes\Large Battle Axe</category>
+ </item>
<!-- Double Axe -->
<item id="f4b">
<id>0x0f4b</id>
+ <name>double axe</name>
+ <twohanded />
+ <decay />
+ <nodye />
+ <sellprice>28</sellprice>
+ <buyprice>57</buyprice>
+ <attack min="15" max="17" />
+ <durability><random min="50" max="95" /></durability>
+ <speed>33</speed>
+ <weight>3.0</weight>
+ <tag name="req_str" value="45" type="int" />
+ <events>equipment</events>
+ <type>1002</type>
+ <category>Weapons\Axes\Double Axe</category>
+ </item>
+
+ <!-- Double Axe -->
+ <item id="f4c">
+ <id>0x0f4c</id>
<name>double axe</name>
<twohanded />
Index: swords.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/swords.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** swords.xml 27 Aug 2003 20:57:53 -0000 1.11
--- swords.xml 24 Sep 2003 02:44:03 -0000 1.12
***************
*** 49,52 ****
--- 49,70 ----
<category>Weapons\Swords\Longsword 1</category>
</item>
+
+ <!-- Scomitar -->
+ <item id="13b5">
+ <inherit id="swords_base" />
+ <name>scimitar</name>
+ <id>0x13b5</id>
+ <onehanded />
+ <decay />
+ <nodye />
+ <sellprice>18</sellprice>
+ <buyprice>36</buyprice>
+ <attack min="13" max="15" />
+ <durability><random min="30" max="76" /></durability>
+ <speed>37</speed>
+ <weight>6.0</weight>
+ <tag name="req_str" value="25" type="int" />
+ <category>Weapons\Swords\Scimitar</category>
+ </item>
<!-- Scomitar -->
***************
*** 102,105 ****
--- 120,159 ----
<tag name="req_str" value="40" type="int" />
<category>Weapons\Swords\Viking Sword (N/S)</category>
+ </item>
+
+ <!-- Viking Sword -->
+ <item id="13ba">
+ <inherit id="swords_base" />
+ <name>viking sword</name>
+ <id>0x13ba</id>
+ <onehanded />
+ <decay />
+ <nodye />
+ <sellprice>25</sellprice>
+ <buyprice>51</buyprice>
+ <attack min="15" max="17" />
+ <durability><random min="30" max="56" /></durability>
+ <speed>28</speed>
+ <weight>6.0</weight>
+ <tag name="req_str" value="40" type="int" />
+ <category>Weapons\Swords\Viking Sword (N/S)</category>
+ </item>
+
+ <!-- Katana -->
+ <item id="13fe">
+ <inherit id="swords_base" />
+ <name>katana</name>
+ <id>0x13fe</id>
+ <onehanded />
+ <decay />
+ <nodye />
+ <sellprice>16</sellprice>
+ <buyprice>32</buyprice>
+ <attack min="11" max="13" />
+ <durability><random min="30" max="55" /></durability>
+ <speed>46</speed>
+ <weight>6.0</weight>
+ <tag name="req_str" value="25" type="int" />
+ <category>Weapons\Swords\Katana</category>
</item>
|