diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-13 09:56:30 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-13 09:56:30 +0100 |
commit | 3535f8ecb2239aeb007d5f97c54ee66aab7b1ba1 (patch) | |
tree | 68635f1119c9e50fc130d669effa84741862164c /items.xml | |
parent | 552ce82674ed2e115e50d21a467d4b790e642b56 (diff) | |
download | clientdata-3535f8ecb2239aeb007d5f97c54ee66aab7b1ba1.tar.gz clientdata-3535f8ecb2239aeb007d5f97c54ee66aab7b1ba1.tar.bz2 clientdata-3535f8ecb2239aeb007d5f97c54ee66aab7b1ba1.tar.xz clientdata-3535f8ecb2239aeb007d5f97c54ee66aab7b1ba1.zip |
add butcher knife
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -3633,6 +3633,20 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <sprite>equipment/weapons/piouslayer.xml</sprite> <sound event="hit">weapons/piouslayer/hit1.ogg</sound> <sound event="miss">weapons/piouslayer/miss1.ogg</sound> + </item> </item> + <item id="3512" + image="equipment/weapons/butcherknife.png" + name="Butcher Knife" + description="Rakinorf" + attack="200" + attack-range="1" + level="25" + type="equip-1hand" + attack-action="attack" + weight="26"> + <sprite>equipment/weapons/piouslayer.xml</sprite> + <sound event="hit">weapons/piouslayer/hit1.ogg</sound> + <sound event="miss">weapons/piouslayer/miss1.ogg</sound> </item> <!-- Pets --> <item id="4000" |