summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-07-10 05:44:24 +0200
committerReid <reidyaro@gmail.com>2015-07-10 05:44:24 +0200
commit58fbe01ca200440bd5bebf40d261cc99104a39e5 (patch)
tree37bd6a32eeec70d3e6a4ec88546448fd8866f347
parentb5ed4d89f541655027c8b4add4af8d01c538fd30 (diff)
downloadclientdata-58fbe01ca200440bd5bebf40d261cc99104a39e5.tar.gz
clientdata-58fbe01ca200440bd5bebf40d261cc99104a39e5.tar.bz2
clientdata-58fbe01ca200440bd5bebf40d261cc99104a39e5.tar.xz
clientdata-58fbe01ca200440bd5bebf40d261cc99104a39e5.zip
Add copper armor and traning shirt XMLs for female and male sprites.
-rw-r--r--graphics/sprites/equipment/chest/copperarmor-female.xml11
-rw-r--r--graphics/sprites/equipment/chest/copperarmor-male.xml11
-rw-r--r--graphics/sprites/equipment/chest/trainingshirt-female.xml11
-rw-r--r--graphics/sprites/equipment/chest/trainingshirt-male.xml11
4 files changed, 44 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/chest/copperarmor-female.xml b/graphics/sprites/equipment/chest/copperarmor-female.xml
new file mode 100644
index 00000000..0c497035
--- /dev/null
+++ b/graphics/sprites/equipment/chest/copperarmor-female.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2015 Evol Online -->
+<sprite>
+ <imageset name="base"
+ src="graphics/sprites/equipment/chest/copperarmor-female.png"
+ width="64"
+ height="64"/>
+
+ <include file="races/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/equipment/chest/copperarmor-male.xml b/graphics/sprites/equipment/chest/copperarmor-male.xml
new file mode 100644
index 00000000..719aeb07
--- /dev/null
+++ b/graphics/sprites/equipment/chest/copperarmor-male.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2015 Evol Online -->
+<sprite>
+ <imageset name="base"
+ src="graphics/sprites/equipment/chest/copperarmor-male.png"
+ width="64"
+ height="64"/>
+
+ <include file="races/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/equipment/chest/trainingshirt-female.xml b/graphics/sprites/equipment/chest/trainingshirt-female.xml
new file mode 100644
index 00000000..228aea94
--- /dev/null
+++ b/graphics/sprites/equipment/chest/trainingshirt-female.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2015 Evol Online -->
+<sprite>
+ <imageset name="base"
+ src="graphics/sprites/equipment/chest/trainingshirt-female.png"
+ width="64"
+ height="64"/>
+
+ <include file="races/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/equipment/chest/trainingshirt-male.xml b/graphics/sprites/equipment/chest/trainingshirt-male.xml
new file mode 100644
index 00000000..2ec22a63
--- /dev/null
+++ b/graphics/sprites/equipment/chest/trainingshirt-male.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2015 Evol Online -->
+<sprite>
+ <imageset name="base"
+ src="graphics/sprites/equipment/chest/trainingshirt-male.png"
+ width="64"
+ height="64"/>
+
+ <include file="races/human-male.xml"/>
+</sprite>