diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-04-25 08:26:28 +0200 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-07-05 11:23:30 -0400 |
commit | 3b399e2cd90972b0e150b57572efc04280933382 (patch) | |
tree | 6230b8363e53582390a447386c9724762e9901e3 /items.xml | |
parent | 7e8ab05dc2fcb615ee128115b2151a4bb277a338 (diff) | |
download | clientdata-3b399e2cd90972b0e150b57572efc04280933382.tar.gz clientdata-3b399e2cd90972b0e150b57572efc04280933382.tar.bz2 clientdata-3b399e2cd90972b0e150b57572efc04280933382.tar.xz clientdata-3b399e2cd90972b0e150b57572efc04280933382.zip |
Add the scythe
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1322,6 +1322,20 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. weight="67"> <sprite>equipment/weapons/trainingwand.xml</sprite> </item> + <item id="3507" + image="equipment/weapons/scythe.png" + name="Scythe" + description="A farmer's scythe, not new but still deadly." + attack="2000" + attack-range="2" + level="15" + type="equip-2hand" + attack-action="attack_scythe" + weight="1200"> + <sprite>equipment/weapons/scythe.xml</sprite> + <sound event="hit">weapons/scythe/hit1.ogg</sound> + <sound event="miss">weapons/scythe/miss1.ogg</sound> + </item> <!-- Pets --> <item id="4000" |