summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-03-13 09:13:03 +0100
committerSaulc <lucashelaine14@gmail.com>2018-03-13 23:41:23 +0100
commitbab0e5d90a15921e82e82fe59aa5508085518a66 (patch)
tree4571e78eee4079c8b0d308441f4b6aacb9c503ff
parente3edfd08703ce7fbb586c675b65e66eead44289a (diff)
downloadclientdata-bab0e5d90a15921e82e82fe59aa5508085518a66.tar.gz
clientdata-bab0e5d90a15921e82e82fe59aa5508085518a66.tar.bz2
clientdata-bab0e5d90a15921e82e82fe59aa5508085518a66.tar.xz
clientdata-bab0e5d90a15921e82e82fe59aa5508085518a66.zip
add crusade armor
-rw-r--r--graphics/sprites/equipment/chest/crusadearmor-female.xml11
-rw-r--r--graphics/sprites/equipment/chest/crusadearmor-male .xml11
-rw-r--r--items.xml15
3 files changed, 35 insertions, 2 deletions
diff --git a/graphics/sprites/equipment/chest/crusadearmor-female.xml b/graphics/sprites/equipment/chest/crusadearmor-female.xml
new file mode 100644
index 00000000..ae34048e
--- /dev/null
+++ b/graphics/sprites/equipment/chest/crusadearmor-female.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Saulc
+Copyright (C) 2018 TMW2 -->
+<sprite>
+ <imageset name="base"
+ src="graphics/sprites/equipment/chest/crusadearmor-female.png"
+ width="64"
+ height="64"/>
+
+ <include file="races/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/equipment/chest/crusadearmor-male .xml b/graphics/sprites/equipment/chest/crusadearmor-male .xml
new file mode 100644
index 00000000..b337fb42
--- /dev/null
+++ b/graphics/sprites/equipment/chest/crusadearmor-male .xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Saulc
+Copyright (C) 2018 TMW2 -->
+<sprite>
+ <imageset name="base"
+ src="graphics/sprites/equipment/chest/crusadearmor-male.png"
+ width="64"
+ height="64"/>
+
+ <include file="races/human-male.xml"/>
+</sprite>
diff --git a/items.xml b/items.xml
index 92269956..06f9e295 100644
--- a/items.xml
+++ b/items.xml
@@ -2420,8 +2420,8 @@ Colors for dyeable equipments or items are set up by itemcolors.xml.
type="equip-torso"
weight="500"
maxFloorOffset="10">
- <sprite gender="unisex">equipment/chest/gmrobe-male.xml</sprite>
- <sprite gender="female">equipment/chest/gmrobe-female.xml</sprite>
+ <sprite gender="unisex">equipment/chest/redknightarmor-male.xml</sprite>
+ <sprite gender="female">equipment/chest/redknightarmor-female.xml</sprite>
</item>
<item id="1327"
image="equipment/chest/chainmail.png|W:#573f10,9c8226,d3c04b,ffffff"
@@ -2456,6 +2456,17 @@ Colors for dyeable equipments or items are set up by itemcolors.xml.
<sprite gender="unisex">equipment/chest/warlordplate-male.xml|#573f10,9c8226,d3c04b,ffffff</sprite>
<sprite gender="female">equipment/chest/warlordplate-female.xml|#573f10,9c8226,d3c04b,ffffff</sprite>
</item>
+ <item id="1334"
+ image="equipment/chest/candorshirt.png"
+ name="Crusade Armor"
+ description="Are you a crusader ?"
+ defense="100"
+ level="30"
+ type="equip-torso"
+ weight="1200">
+ <sprite gender="unisex">equipment/chest/crusadearmor-male.xml</sprite>
+ <sprite gender="female">equipment/chest/crusadearmor-female.xml</sprite>
+ </item>
<!-- Boots -->
<item id="1800"