summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-06-27 16:19:42 -0600
committerJared Adams <jaxad0127@gmail.com>2009-06-27 16:19:42 -0600
commite0c94caf77e960982775f44938413b1765305a93 (patch)
tree23f203efcab24236bfc7b2aa230c34868f6e8a14 /graphics
parent4a5719be1f785a876371273932cce4ec572431d9 (diff)
downloadclientdata-e0c94caf77e960982775f44938413b1765305a93.tar.gz
clientdata-e0c94caf77e960982775f44938413b1765305a93.tar.bz2
clientdata-e0c94caf77e960982775f44938413b1765305a93.tar.xz
clientdata-e0c94caf77e960982775f44938413b1765305a93.zip
Add the rest of Black Don's assassin set
Diffstat (limited to 'graphics')
-rw-r--r--graphics/items/armor-chest-assassintop.pngbin0 -> 656 bytes
-rw-r--r--graphics/items/armor-feet-assassinboots.pngbin0 -> 399 bytes
-rw-r--r--graphics/items/armor-hands-assassingloves.pngbin0 -> 763 bytes
-rw-r--r--graphics/items/armor-head-overlord_helm.pngbin0 -> 1866 bytes
-rw-r--r--graphics/items/armor-head-paladin_helm.pngbin0 -> 1753 bytes
-rw-r--r--graphics/sprites/chest-assassin-female.pngbin0 -> 16032 bytes
-rw-r--r--graphics/sprites/chest-assassin-female.xml8
-rw-r--r--graphics/sprites/chest-assassin-male.pngbin0 -> 18286 bytes
-rw-r--r--graphics/sprites/chest-assassin-male.xml8
-rw-r--r--graphics/sprites/feet-assassin-female.pngbin0 -> 9910 bytes
-rw-r--r--graphics/sprites/feet-assassin-female.xml8
-rw-r--r--graphics/sprites/feet-assassin-male.pngbin0 -> 9785 bytes
-rw-r--r--graphics/sprites/feet-assassin-male.xml8
-rw-r--r--graphics/sprites/hands-gloves-assassin-female.pngbin0 -> 6250 bytes
-rw-r--r--graphics/sprites/hands-gloves-assassin-female.xml8
-rw-r--r--graphics/sprites/hands-gloves-assassin-male.pngbin0 -> 6275 bytes
-rw-r--r--graphics/sprites/hands-gloves-assassin-male.xml8
17 files changed, 48 insertions, 0 deletions
diff --git a/graphics/items/armor-chest-assassintop.png b/graphics/items/armor-chest-assassintop.png
new file mode 100644
index 00000000..f394f125
--- /dev/null
+++ b/graphics/items/armor-chest-assassintop.png
Binary files differ
diff --git a/graphics/items/armor-feet-assassinboots.png b/graphics/items/armor-feet-assassinboots.png
new file mode 100644
index 00000000..f3a7db39
--- /dev/null
+++ b/graphics/items/armor-feet-assassinboots.png
Binary files differ
diff --git a/graphics/items/armor-hands-assassingloves.png b/graphics/items/armor-hands-assassingloves.png
new file mode 100644
index 00000000..c14d037a
--- /dev/null
+++ b/graphics/items/armor-hands-assassingloves.png
Binary files differ
diff --git a/graphics/items/armor-head-overlord_helm.png b/graphics/items/armor-head-overlord_helm.png
new file mode 100644
index 00000000..7a2725a3
--- /dev/null
+++ b/graphics/items/armor-head-overlord_helm.png
Binary files differ
diff --git a/graphics/items/armor-head-paladin_helm.png b/graphics/items/armor-head-paladin_helm.png
new file mode 100644
index 00000000..3b732288
--- /dev/null
+++ b/graphics/items/armor-head-paladin_helm.png
Binary files differ
diff --git a/graphics/sprites/chest-assassin-female.png b/graphics/sprites/chest-assassin-female.png
new file mode 100644
index 00000000..46e123be
--- /dev/null
+++ b/graphics/sprites/chest-assassin-female.png
Binary files differ
diff --git a/graphics/sprites/chest-assassin-female.xml b/graphics/sprites/chest-assassin-female.xml
new file mode 100644
index 00000000..3816bff9
--- /dev/null
+++ b/graphics/sprites/chest-assassin-female.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<sprite name="player" action="stand">
+
+ <imageset name="base" src="graphics/sprites/chest-assassin-female.png|R" width="64" height="64" />
+
+ <include file="player_female_base.xml"/>
+
+</sprite> \ No newline at end of file
diff --git a/graphics/sprites/chest-assassin-male.png b/graphics/sprites/chest-assassin-male.png
new file mode 100644
index 00000000..e3188642
--- /dev/null
+++ b/graphics/sprites/chest-assassin-male.png
Binary files differ
diff --git a/graphics/sprites/chest-assassin-male.xml b/graphics/sprites/chest-assassin-male.xml
new file mode 100644
index 00000000..6ff1c8ad
--- /dev/null
+++ b/graphics/sprites/chest-assassin-male.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<sprite name="player" action="stand">
+
+ <imageset name="base" src="graphics/sprites/chest-assassin-male.png|R" width="64" height="64" />
+
+ <include file="player_male_base.xml"/>
+
+</sprite> \ No newline at end of file
diff --git a/graphics/sprites/feet-assassin-female.png b/graphics/sprites/feet-assassin-female.png
new file mode 100644
index 00000000..f44503f5
--- /dev/null
+++ b/graphics/sprites/feet-assassin-female.png
Binary files differ
diff --git a/graphics/sprites/feet-assassin-female.xml b/graphics/sprites/feet-assassin-female.xml
new file mode 100644
index 00000000..0efc9eba
--- /dev/null
+++ b/graphics/sprites/feet-assassin-female.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<sprite name="player" action="stand">
+
+ <imageset name="base" src="graphics/sprites/feet-assassin-female.png|R" width="64" height="64" />
+
+ <include file="feet-boots-female.xml"/>
+
+</sprite>
diff --git a/graphics/sprites/feet-assassin-male.png b/graphics/sprites/feet-assassin-male.png
new file mode 100644
index 00000000..7b0422e4
--- /dev/null
+++ b/graphics/sprites/feet-assassin-male.png
Binary files differ
diff --git a/graphics/sprites/feet-assassin-male.xml b/graphics/sprites/feet-assassin-male.xml
new file mode 100644
index 00000000..71aaff47
--- /dev/null
+++ b/graphics/sprites/feet-assassin-male.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<sprite name="player" action="stand">
+
+ <imageset name="base" src="graphics/sprites/feet-assassin-male.png|R" width="64" height="64" />
+
+ <include file="feet-boots-male.xml"/>
+
+</sprite>
diff --git a/graphics/sprites/hands-gloves-assassin-female.png b/graphics/sprites/hands-gloves-assassin-female.png
new file mode 100644
index 00000000..b59b1a96
--- /dev/null
+++ b/graphics/sprites/hands-gloves-assassin-female.png
Binary files differ
diff --git a/graphics/sprites/hands-gloves-assassin-female.xml b/graphics/sprites/hands-gloves-assassin-female.xml
new file mode 100644
index 00000000..3becf174
--- /dev/null
+++ b/graphics/sprites/hands-gloves-assassin-female.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<sprite name="player" action="stand">
+
+ <imageset name="base" src="graphics/sprites/hands-gloves-assassin-female.png|R" width="64" height="64" />
+
+ <include file="hands-gloves-generic-female.xml" />
+
+</sprite>
diff --git a/graphics/sprites/hands-gloves-assassin-male.png b/graphics/sprites/hands-gloves-assassin-male.png
new file mode 100644
index 00000000..f06b4d95
--- /dev/null
+++ b/graphics/sprites/hands-gloves-assassin-male.png
Binary files differ
diff --git a/graphics/sprites/hands-gloves-assassin-male.xml b/graphics/sprites/hands-gloves-assassin-male.xml
new file mode 100644
index 00000000..6ee18165
--- /dev/null
+++ b/graphics/sprites/hands-gloves-assassin-male.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<sprite name="player" action="stand">
+
+ <imageset name="base" src="graphics/sprites/hands-gloves-assassin-male.png|R" width="64" height="64" />
+
+ <include file="hands-gloves-generic-male.xml" />
+
+</sprite>