diff options
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 21 |
1 files changed, 18 insertions, 3 deletions
@@ -6077,12 +6077,12 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/weapons/longsword.png" name="Long Sword" description="It has a very long blade." - attack="50" + attack="430" attack-range="1" - level="1" + level="80" type="equip-1hand" attack-action="attack" - weight="6"> + weight="1100"> <sprite>equipment/weapons/piouslayer.xml</sprite> <sound event="hit">weapons/piouslayer/hit1.ogg</sound> <sound event="hit">weapons/piouslayer/hit2.ogg</sound> @@ -6344,6 +6344,21 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <sound event="hit">weapons/piouslayer/hit2.ogg</sound> <sound event="miss">weapons/piouslayer/miss1.ogg</sound> </item> + <item id="3531" + image="equipment/weapons/kitana.png" + name="Kitana" + description="Light, yet powerful. One of Frostia's masterpieces of engineering." + attack="370" + attack-range="1" + level="60" + type="equip-1hand" + attack-action="attack" + weight="960"> + <sprite>equipment/weapons/piouslayer.xml</sprite> + <sound event="hit">weapons/piouslayer/hit1.ogg</sound> + <sound event="hit">weapons/piouslayer/hit2.ogg</sound> + <sound event="miss">weapons/piouslayer/miss1.ogg</sound> + </item> <!-- Fill new weapons HERE --> <item id="3600" image="equipment/weapons/savior.png" |