summaryrefslogtreecommitdiff
path: root/items/equip-shield.xml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-25 10:47:53 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-25 10:47:53 -0300
commit96d249f6ab3dee0fda8f41d3d0bf327a511d960a (patch)
treebf721ee6f1ea335dbfd41885c58e590dc18896c0 /items/equip-shield.xml
parent4b5f5cafcbb14369249376b4dc2ff4bca2edd7b7 (diff)
downloadclientdata-96d249f6ab3dee0fda8f41d3d0bf327a511d960a.tar.gz
clientdata-96d249f6ab3dee0fda8f41d3d0bf327a511d960a.tar.bz2
clientdata-96d249f6ab3dee0fda8f41d3d0bf327a511d960a.tar.xz
clientdata-96d249f6ab3dee0fda8f41d3d0bf327a511d960a.zip
Convert all equipments to the more unified XML format.
Sequencing might have been lost but it was already messy.
Diffstat (limited to 'items/equip-shield.xml')
-rw-r--r--items/equip-shield.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/items/equip-shield.xml b/items/equip-shield.xml
new file mode 100644
index 00000000..2a2af716
--- /dev/null
+++ b/items/equip-shield.xml
@@ -0,0 +1,27 @@
+<?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" />
+ <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" />
+ <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" />
+</items>