diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-17 16:06:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-17 16:06:34 -0300 |
commit | e64cead8273cae5c96d5ca0a5d456cf1ef394a43 (patch) | |
tree | 3c29e71ab0638fd63f3643ebe4fec32c303dd650 /items.xml | |
parent | 5e2e98c53777b144f7fe3d91b4c0a2f236f73a6a (diff) | |
download | clientdata-e64cead8273cae5c96d5ca0a5d456cf1ef394a43.tar.gz clientdata-e64cead8273cae5c96d5ca0a5d456cf1ef394a43.tar.bz2 clientdata-e64cead8273cae5c96d5ca0a5d456cf1ef394a43.tar.xz clientdata-e64cead8273cae5c96d5ca0a5d456cf1ef394a43.zip |
New weapons coming....
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 80 |
1 files changed, 80 insertions, 0 deletions
@@ -6121,6 +6121,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. level="80" type="equip-1hand" attack-action="attack" + hit-effect-id="813" weight="1100"> <sprite>equipment/weapons/piouslayer.xml</sprite> <sound event="hit">weapons/piouslayer/hit1.ogg</sound> @@ -6398,6 +6399,85 @@ 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="3532" + image="equipment/weapons/imortal.png" + name="Immortal Heavy Sword" + description="It glows with magic power. It cuts steel and stone. But does it makes the fighter immortal?" + effect="Crit +19 ; MATK +50" + defense=" (-77)" + agi=" (-9)" + dex=" (-9)" + attack="430" + attack-range="1" + level="96" + type="equip-2hand" + attack-action="attack" + hit-effect-id="813" + weight="1600"> + <sprite>equipment/weapons/heavyaxe.xml</sprite> + <sound event="hit">weapons/knife/hit1.ogg</sound> + <sound event="hit">weapons/piouslayer/hit1.ogg</sound> + <sound event="hit">weapons/piouslayer/hit2.ogg</sound> + <sound event="miss">weapons/axe/miss.ogg</sound> + </item> + <item id="3533" + image="equipment/weapons/zambacutou.png" + name="Zambacutou Heavy Sword" + description="Designed to kill cavalary and cause a calamity." + effect="Crit +14" + defense=" (-57)" + agi=" (-7)" + dex=" (-7)" + attack="430" + attack-range="1" + level="72" + type="equip-2hand" + attack-action="attack" + hit-effect-id="812" + weight="1400"> + <sprite>equipment/weapons/heavyaxe.xml</sprite> + <sound event="hit">weapons/knife/hit1.ogg</sound> + <sound event="hit">weapons/piouslayer/hit1.ogg</sound> + <sound event="hit">weapons/piouslayer/hit2.ogg</sound> + <sound event="miss">weapons/axe/miss.ogg</sound> + </item> + <item id="3534" + image="equipment/weapons/halberd.png" + name="Halberd" + description="Only the pro may use this weapon to quickly sweep their enemies." + effect="Crit +16" + defense=" (-67)" + agi=" (-8)" + dex=" (-8)" + attack="430" + attack-range="1" + level="84" + type="equip-2hand" + attack-action="attack" + hit-effect-id="812" + weight="1500"> + <sprite>equipment/weapons/heavyaxe.xml</sprite> + <sound event="hit">weapons/knife/hit1.ogg</sound> + <sound event="hit">weapons/piouslayer/hit1.ogg</sound> + <sound event="hit">weapons/piouslayer/hit2.ogg</sound> + <sound event="miss">weapons/axe/miss.ogg</sound> + </item> + <item id="3535" + image="equipment/weapons/pickaxe.png" + name="Pickaxe" + description="Only useful for farming Bifs." + effect="Bifs drop ore more often" + attack="0" + attack-range="1" + level="1" + type="equip-1hand" + attack-action="attack" + hit-effect-id="803" + weight="360"> + <sprite>equipment/weapons/pickaxe.xml</sprite> + <sound event="hit">weapons/axe/hit.ogg</sound> + <sound event="miss">weapons/axe/miss.ogg</sound> + </item> <!-- Fill new weapons HERE --> <item id="3600" image="equipment/weapons/savior.png" |