diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-13 14:46:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-13 14:46:49 -0300 |
commit | 9f473c422873315134e31fd6557eb59096a1902e (patch) | |
tree | cc66a01466f658ac316a5419d0d0c72040dc30dc /items.xml | |
parent | c390e99ca2e58a8a70906024ff95a2d10a6e0779 (diff) | |
download | clientdata-9f473c422873315134e31fd6557eb59096a1902e.tar.gz clientdata-9f473c422873315134e31fd6557eb59096a1902e.tar.bz2 clientdata-9f473c422873315134e31fd6557eb59096a1902e.tar.xz clientdata-9f473c422873315134e31fd6557eb59096a1902e.zip |
Scythes - PNG and XML.
I opted for TMW-BR over TMW Org. and Evol because it was SIMPLER.
Yeah, weapon vanishes upon death, sitting, etc etc., but that is above my capabilities.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -4880,6 +4880,23 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <sound event="hit">weapons/piouslayer/hit1.ogg</sound> <sound event="miss">weapons/piouslayer/miss1.ogg</sound> </item> + <item id="3521" + image="equipment/weapons/scythe.png" + name="Scythe" + description="Too heavy and clumbersome to use, clearly was not designed to be a weapon." + defense="-2" + agi="-2" + dex="-2" + attack="159" + attack-range="2" + level="20" + type="equip-1hand" + attack-action="attack" + weight="820"> + <sprite>equipment/weapons/scythe.xml</sprite> + <sound event="hit">weapons/piouslayer/hit1.ogg</sound> + <sound event="miss">weapons/piouslayer/miss1.ogg</sound> + </item> <!-- Pets --> <item id="4000" image="usable/piouegg.png" |