diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-13 10:03:15 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-13 10:03:15 +0100 |
commit | 1bc1ac766be8fb39a26c11aa6182098d3ba8f3eb (patch) | |
tree | 4f1309ae7588c7768081d64766d6c857c7a0b75d | |
parent | 8cfc011c78da1e66b8b48ace5ef7b3f590ba9095 (diff) | |
download | clientdata-1bc1ac766be8fb39a26c11aa6182098d3ba8f3eb.tar.gz clientdata-1bc1ac766be8fb39a26c11aa6182098d3ba8f3eb.tar.bz2 clientdata-1bc1ac766be8fb39a26c11aa6182098d3ba8f3eb.tar.xz clientdata-1bc1ac766be8fb39a26c11aa6182098d3ba8f3eb.zip |
add setzer
-rw-r--r-- | items.xml | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -3676,6 +3676,20 @@ 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="3515" + image="equipment/weapons/setzer.png" + name="Iced Gladius" + 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" image="usable/piouegg.png" |