summaryrefslogtreecommitdiff
path: root/items/equip-torso
diff options
context:
space:
mode:
Diffstat (limited to 'items/equip-torso')
-rw-r--r--items/equip-torso/_include.xml3
-rw-r--r--items/equip-torso/item5320_BlackChainmailShirt.xml7
-rw-r--r--items/equip-torso/item5321_BlackLightPlatemail.xml7
-rw-r--r--items/equip-torso/item5322_BlackWarlordPlate.xml7
4 files changed, 24 insertions, 0 deletions
diff --git a/items/equip-torso/_include.xml b/items/equip-torso/_include.xml
index 46932a82..aa44e3da 100644
--- a/items/equip-torso/_include.xml
+++ b/items/equip-torso/_include.xml
@@ -249,4 +249,7 @@
<include name="items/equip-torso/item5306_OrangeSaviorArmor.xml"/>
<include name="items/equip-torso/item5307_PurpleSaviorArmor.xml"/>
<include name="items/equip-torso/item5308_DarkGreenSaviorArmor.xml"/>
+ <include name="items/equip-torso/item5320_BlackChainmailShirt.xml"/>
+ <include name="items/equip-torso/item5321_BlackLightPlatemail.xml"/>
+ <include name="items/equip-torso/item5322_BlackWarlordPlate.xml"/>
</items>
diff --git a/items/equip-torso/item5320_BlackChainmailShirt.xml b/items/equip-torso/item5320_BlackChainmailShirt.xml
new file mode 100644
index 00000000..de8e2bec
--- /dev/null
+++ b/items/equip-torso/item5320_BlackChainmailShirt.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<items>
+ <item id="5320" image="equipment/chest/chainmail.png|W:#000000,ffffff" name="Black Chainmail Shirt" description="A shirt made of chains. It weighs a lot but offers excellent protection." mattack="-120" type="equip-torso" weight="800" defense="20">
+ <sprite gender="unisex">equipment/chest/chainmail.xml|#000000,ffffff</sprite>
+ <sprite gender="female">equipment/chest/chainmail-female.xml|#000000,ffffff</sprite>
+ </item>
+</items>
diff --git a/items/equip-torso/item5321_BlackLightPlatemail.xml b/items/equip-torso/item5321_BlackLightPlatemail.xml
new file mode 100644
index 00000000..e2e53b70
--- /dev/null
+++ b/items/equip-torso/item5321_BlackLightPlatemail.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<items>
+ <item id="5321" image="equipment/chest/lightplatemail.png|W:#000000,ffffff" name="Black Light Platemail" description="A light cuirass with shoulder pads made of iron, usually worn by foot soldiers." mattack="-150" type="equip-torso" defense="25" weight="1200">
+ <sprite gender="unisex">equipment/chest/lightplatemail.xml|#000000,ffffff</sprite>
+ <sprite gender="female">equipment/chest/lightplatemail-female.xml|#000000,ffffff</sprite>
+ </item>
+</items>
diff --git a/items/equip-torso/item5322_BlackWarlordPlate.xml b/items/equip-torso/item5322_BlackWarlordPlate.xml
new file mode 100644
index 00000000..86e94d61
--- /dev/null
+++ b/items/equip-torso/item5322_BlackWarlordPlate.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<items>
+ <item id="5322" image="equipment/chest/warlordplate.png|W:#000000,ffffff" name="Black Warlord Plate" description="Strong and decorative armor." mattack="-170" type="equip-torso" defense="27" weight="2600">
+ <sprite gender="unisex">equipment/chest/warlordplate.xml|#000000,ffffff</sprite>
+ <sprite gender="female">equipment/chest/warlordplate-female.xml|#000000,ffffff</sprite>
+ </item>
+</items>