diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-13 10:07:20 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-13 10:07:20 +0100 |
commit | 167dc18b00d2286bf4263c5325af6b23a3700ff5 (patch) | |
tree | dc5e4a318f17573944d2af45fce7702576be71a4 /items.xml | |
parent | 1bc1ac766be8fb39a26c11aa6182098d3ba8f3eb (diff) | |
download | clientdata-167dc18b00d2286bf4263c5325af6b23a3700ff5.tar.gz clientdata-167dc18b00d2286bf4263c5325af6b23a3700ff5.tar.bz2 clientdata-167dc18b00d2286bf4263c5325af6b23a3700ff5.tar.xz clientdata-167dc18b00d2286bf4263c5325af6b23a3700ff5.zip |
add long sword
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 20 |
1 files changed, 17 insertions, 3 deletions
@@ -3663,8 +3663,8 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <sound event="miss">weapons/piouslayer/miss1.ogg</sound> </item> <item id="3514" - image="equipment/weapons/icedgladius.png" - name="Iced Gladius" + image="equipment/weapons/icegladius.png" + name="Ice Gladius" description="Rakinorf" attack="200" attack-range="1" @@ -3678,7 +3678,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. </item> <item id="3515" image="equipment/weapons/setzer.png" - name="Iced Gladius" + name="Setzer" description="Rakinorf" attack="200" attack-range="1" @@ -3690,6 +3690,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="3516" + image="equipment/weapons/longsword.png" + name="Long Sword" + 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" |