Update of /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/archery
In directory sc8-pr-cvs1:/tmp/cvs-serv3696/archery
Added Files:
bow.xml composite_bow.xml crossbow.xml heavy_crossbow.xml
repeating_crossbow.xml
Log Message:
Weapons update, fixes. Added both their graphics for each weapon. :)
--- NEW FILE: bow.xml ---
<definitions>
<!-- Bow right -->
<item id="13b1">
<id>0x13b1</id>
<name>bow</name>
<twohanded />
<decay />
<nodye />
<sellprice>18</sellprice>
<buyprice>36</buyprice>
<attack min="16" max="18" />
<durability><random min="30" max="50" /></durability>
<speed>25</speed>
<weight>7.0</weight>
<tag name="req_str" value="30" type="int" />
<events>equipment</events>
<type>1006</type>
<category>Weapons\Bows\Bow (N/S)</category>
</item>
<item id="13b2">
<inherit id="13b1" />
<id>0x13b2</id>
<category>Weapons\Bows\Bow (E/W)</category>
</item>
</definitions>
--- NEW FILE: composite_bow.xml ---
<definitions>
<!-- Composite Bow -->
<item id="26c2">
<id>0x26c2</id>
<name>composite bow</name>
<bindmenu id="item_menu"/>
<twohanded />
<decay />
<nodye />
<sellprice>28</sellprice>
<buyprice>56</buyprice>
<attack min="15" max="17" />
<durability><random min="30" max="70" /></durability>
<speed>25</speed>
<weight>7.0</weight>
<tag name="req_str" value="45" type="int" />
<events>equipment</events>
<type>1006</type>
<category>Weapons\Bows\Composite Bow (N/S)</category>
</item>
<item id="26cc">
<inherit id="26c2" />
<id>0x26cc</id>
<category>Weapons\Bows\Composite Bow (E/W)</category>
</item>
</definitions>
--- NEW FILE: crossbow.xml ---
<definitions>
<!-- Cross Bow left -->
<item id="f4f">
<bindmenu id="item_menu"/>
<id>0xf4f</id>
<name>crossbow</name>
<twohanded />
<decay />
<nodye />
<sellprice>23</sellprice>
<buyprice>46</buyprice>
<attack min="18" max="20" />
<durability><random min="30" max="51" /></durability>
<speed>24</speed>
<weight>7.0</weight>
<tag name="req_str" value="35" type="int" />
<events>equipment</events>
<type>1007</type>
<category>Weapons\Bows\Crossbow (N/S)</category>
</item>
<item id="f50">
<inherit id="f4f" />
<id>0xf50</id>
<category>Weapons\Bows\Crossbow (E/W)</category>
</item>
</definitions>
--- NEW FILE: heavy_crossbow.xml ---
<definitions>
<!-- Heavy Cross Bow left -->
<item id="13fd">
<name>heavy crossbow</name>
<bindmenu id="item_menu"/>
<id>0x13fd</id>
<twohanded />
<decay />
<nodye />
<sellprice>26</sellprice>
<buyprice>53</buyprice>
<attack min="19" max="20" />
<durability><random min="30" max="55" /></durability>
<speed>22</speed>
<weight>9.0</weight>
<tag name="req_str" value="80" type="int" />
<events>equipment</events>
<type>1007</type>
<category>Weapons\Bows\Heavy Crossbow (N/S)</category>
</item>
<item id="13fc">
<inherit id="13fd" />
<id>0x13fc</id>
<category>Weapons\Bows\Heavy Crossbow (E/W)</category>
</item>
</definitions>
--- NEW FILE: repeating_crossbow.xml ---
<definitions>
<!-- Repeating Crossbow -->
<item id="26cd">
<name>repeating crossbow</name>
<bindmenu id="item_menu"/>
<id>0x26cd</id>
<twohanded />
<decay />
<nodye />
<sellprice>25</sellprice>
<buyprice>50</buyprice>
<attack min="10" max="12" />
<durability><random min="30" max="49" /></durability>
<speed>41</speed>
<weight>7.0</weight>
<tag name="req_str" value="30" type="int" />
<events>equipment</events>
<type>1007</type>
<category>Weapons\Bows\Repeating Crossbow (N/S)</category>
</item>
<item id="26c3">
<inherit id="26cd" />
<id>0x26c3</id>
<category>Weapons\Bows\Repeating Crossbow (E/W)</category>
</item>
</definitions>
|