summaryrefslogtreecommitdiff
path: root/graphics/sprites
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sprites')
-rw-r--r--graphics/sprites/equipment/chest/crusadearmor-female.xml11
-rw-r--r--graphics/sprites/equipment/chest/crusadearmor-male .xml11
2 files changed, 22 insertions, 0 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>