blob: f594b61531daa21df9ab719a9c5272c9fc0ffd30 (
plain) (
tree)
|
|
<?xml version="1.0"?>
<items>
<item id="601"
image="equipment/shield/steel.png"
name="Steel Shield"
description="A shield made of steel."
mattack="-200"
defense="20"
type="equip-shield"
weight="2500">
<sprite>equipment/shield/steel.xml</sprite>
</item>
<item id="602"
image="equipment/shield/wooden.png"
name="Wooden Shield"
description="A shield made of wood."
mattack="-70"
defense="14"
type="equip-shield"
weight="1500">
<sprite>equipment/shield/wooden.xml</sprite>
</item>
<item id="603"
image="equipment/shield/leather.png"
name="Leather Shield"
description="A shield made of leather on a wooden frame."
mattack="-35"
defense="7"
type="equip-shield"
weight="1300">
<sprite>equipment/shield/leather.xml</sprite>
</item>
<item id="5285"
image="equipment/shield/dragonshield.png"
name="Dragon Shield"
description="A mighty shield from the dragons of another world."
effect="Unobtainable."
defense="30"
mattack="-200"
type="equip-shield"
sellProtected="true"
weight="2500">
<sprite>equipment/shields/dragon.xml</sprite>
</item>
</items>
|