summaryrefslogtreecommitdiff
path: root/items/equip-shield.xml
blob: f594b61531daa21df9ab719a9c5272c9fc0ffd30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?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>