diff options
author | Reid <reidyaro@gmail.com> | 2016-08-27 06:10:19 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-08-27 06:11:20 +0200 |
commit | ae32a56f075ce05363eabb235c80f0c47159cb22 (patch) | |
tree | 0db23f9ac58f349cc1ee4534b4f0532888c32dad /items.xml | |
parent | 2d5e2f5c712786c9eb035b7cc584af0c1f14b5ac (diff) | |
download | clientdata-ae32a56f075ce05363eabb235c80f0c47159cb22.tar.gz clientdata-ae32a56f075ce05363eabb235c80f0c47159cb22.tar.bz2 clientdata-ae32a56f075ce05363eabb235c80f0c47159cb22.tar.xz clientdata-ae32a56f075ce05363eabb235c80f0c47159cb22.zip |
Replace 4144's arrows and bows with Legion's bow and arrow,
Update the LICENSE file.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 49 |
1 files changed, 16 insertions, 33 deletions
@@ -1256,42 +1256,25 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <!-- Bows --> <item id="6000" - image="usable/dye.png" - name="Bow 1" - description="Testing bow 1" - type="equip-2hand" - missile-particle="graphics/particles/arrow-directions.xml" - attack="15" - weight="10"/> - <item id="6001" - image="usable/dye.png" - name="Bow 1" - description="Testing bow 1" + image="equipment/weapons/woodenbow.png" + name="Wooden Bow" + description="For bow training. Does not seem much reliable." + attack="7" + attack-range="5" + missile-particle="graphics/particles/training-arrow.xml" + level="5" type="equip-2hand" - missile-particle="graphics/particles/arrow-directions.xml" - attack="25" - weight="10"/> + attack-action="attack_bow" + weight="12"> + <sprite>equipment/weapons/woodenbow.xml</sprite> + </item> <!-- Arrows --> - <item id="7000" - image="usable/dye.png" - name="Arrow 1" - description="Testing arrow 1" - type="equip-ammo" - attack="30" - weight="1"/> - <item id="7001" - image="usable/dye.png" - name="Arrow 2" - description="Testing arrow 2" - type="equip-ammo" - attack="50" - weight="1"/> - <item id="7002" - image="usable/dye.png" - name="Arrow 3" - description="Testing arrow 3" + <item id="6500" + image="equipment/ammo/trainingarrow.png" + name="Training Arrow" + description="For bow training. Does not seem much reliable." type="equip-ammo" - attack="70" + attack="10" weight="1"/> </items> |