diff options
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 38 |
1 files changed, 38 insertions, 0 deletions
@@ -6314,6 +6314,44 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. attack-action="attack" weight="158"> </item> + + <!-- System Reserved --> + <item id="7400" + image="equipment/weapons/miere.png" + name="Legacy Miere Cleaver" + description="From the lands of fire, used to break Lava Mana Stones in two. Made with pure unobtanium." + effect="Knockback" + defense=" -3" + dex=" -3" + agi="-5" + attack="409" + attack-range="1" + level="40" + type="equip-2hand" + attack-action="attack" + weight="600"> + <sprite>equipment/weapons/heavyaxe.xml</sprite> + <sound event="hit">weapons/piouslayer/hit1.ogg</sound> + <sound event="miss">weapons/piouslayer/miss1.ogg</sound> + </item> + <item id="7401" + image="equipment/weapons/broadsword.png" + name="Broadsword" + description="A heavy sword from the lands of fire. Useful even for bashing. Made with pure unobtanium." + effect="Knockback" + defense=" -2" + dex=" -2" + str="3" + attack="534" + attack-range="1" + level="50" + type="equip-2hand" + attack-action="attack" + weight="800"> + <sprite>equipment/weapons/heavyaxe.xml</sprite> + <sound event="hit">weapons/piouslayer/hit1.ogg</sound> + <sound event="miss">weapons/piouslayer/miss1.ogg</sound> + </item> <item id="7420" image="usable/food/acorn.png" name="Acorn Of Death" |