diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-07-31 13:45:15 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-07-31 13:45:15 +0000 |
commit | 8ee31f1629bf1d48eb6887e83de80d3780988f65 (patch) | |
tree | 52d325f5e5ff92b977d064521fa4f59c347fc387 /items.xml | |
parent | 82b76f1dac29e711f8a87c3c2ec16a1dc3f704ec (diff) | |
download | clientdata-8ee31f1629bf1d48eb6887e83de80d3780988f65.tar.gz clientdata-8ee31f1629bf1d48eb6887e83de80d3780988f65.tar.bz2 clientdata-8ee31f1629bf1d48eb6887e83de80d3780988f65.tar.xz clientdata-8ee31f1629bf1d48eb6887e83de80d3780988f65.zip |
3526 add centaur spear, sprite needed
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -5356,6 +5356,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="3526" + image="equipment/weapons/indianspear.png" + name="Centaur Spear" + description="heavy spear made for centaur." + defense="-10" + agi="-4" + dex="-2" + attack="400" + attack-range="2" + level="70" + type="equip-2hand" + attack-action="attack" + weight="900"> + <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" |