diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-26 21:53:59 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-26 21:53:59 -0200 |
commit | abb8290ac03a274e1969b42f4bd51a0effcfb235 (patch) | |
tree | f9f908068412ccb7e0bf433e39a523eef9a5d3f1 /items.xml | |
parent | 500b884bc06ab6868ebd7f4cbd810742c314a9f8 (diff) | |
download | clientdata-abb8290ac03a274e1969b42f4bd51a0effcfb235.tar.gz clientdata-abb8290ac03a274e1969b42f4bd51a0effcfb235.tar.bz2 clientdata-abb8290ac03a274e1969b42f4bd51a0effcfb235.tar.xz clientdata-abb8290ac03a274e1969b42f4bd51a0effcfb235.zip |
[skip ci] fix bow id
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 50 |
1 files changed, 25 insertions, 25 deletions
@@ -6077,37 +6077,37 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <!-- Bows --> <item id="6000" - image="equipment/weapons/woodenbow.png" - name="Wooden Bow" - description="For the unexperienced bowman." - attack="70" + image="equipment/weapons/trainingbow.png" + name="Training Bow" + description="For bow training. Does not seem much reliable." + attack="20" attack-range="5" missile-particle="graphics/particles/training-arrow.xml" missile-z="32" missile-lifetime="500" missile-speed="5" missile-diedistance="3" - level="15" + level="5" type="equip-2hand" attack-action="attack_bow" - weight="260"> + weight="160"> <sprite>equipment/weapons/woodenbow.xml</sprite> </item> <item id="6001" - image="equipment/weapons/trainingbow.png" - name="Training Bow" - description="For bow training. Does not seem much reliable." - attack="20" + image="equipment/weapons/woodenbow.png" + name="Wooden Bow" + description="For the unexperienced bowman." + attack="70" attack-range="5" missile-particle="graphics/particles/training-arrow.xml" missile-z="32" missile-lifetime="500" missile-speed="5" missile-diedistance="3" - level="5" + level="15" type="equip-2hand" attack-action="attack_bow" - weight="160"> + weight="260"> <sprite>equipment/weapons/woodenbow.xml</sprite> </item> <item id="6002" @@ -6145,38 +6145,38 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <sprite>equipment/weapons/woodenbow.xml</sprite> </item> <item id="6004" - image="equipment/weapons/championshipbow.png" - name="Championship Bow" - description="A great bow which only champions are allowed to use." - attack="180" + image="equipment/weapons/desertbow.png" + name="Desert Bow" + description="The best bow of Toonori. Light, yet powerful." + attack="160" attack-range="6" missile-particle="graphics/particles/training-arrow.xml" missile-z="32" missile-lifetime="500" missile-speed="5" missile-diedistance="3" - level="80" + level="60" type="equip-2hand" attack-action="attack_bow" - sellProtected="true" - weight="520"> + weight="400"> <sprite>equipment/weapons/woodenbow.xml</sprite> </item> <item id="6005" - image="equipment/weapons/desertbow.png" - name="Desert Bow" - description="The best bow of Toonori. Light, yet powerful." - attack="160" + image="equipment/weapons/championshipbow.png" + name="Championship Bow" + description="A great bow which only champions are allowed to use." + attack="180" attack-range="6" missile-particle="graphics/particles/training-arrow.xml" missile-z="32" missile-lifetime="500" missile-speed="5" missile-diedistance="3" - level="60" + level="80" type="equip-2hand" attack-action="attack_bow" - weight="400"> + sellProtected="true" + weight="520"> <sprite>equipment/weapons/woodenbow.xml</sprite> </item> <item id="6006" |