diff options
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> |