summaryrefslogtreecommitdiff
path: root/graphics/sprites/players
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-05-28 14:03:43 +0200
committerAlige <aligetmw@hotmail.fr>2012-05-28 14:03:43 +0200
commitbc990e0ef95c15f2c9e54a8f357eeed46728d02f (patch)
tree881efe79369d54a670448f12057276cbf282ef9e /graphics/sprites/players
parenta2b236c8ddd01d8cc4427001afbf7fe86163be92 (diff)
downloadclientdata-bc990e0ef95c15f2c9e54a8f357eeed46728d02f.tar.gz
clientdata-bc990e0ef95c15f2c9e54a8f357eeed46728d02f.tar.bz2
clientdata-bc990e0ef95c15f2c9e54a8f357eeed46728d02f.tar.xz
clientdata-bc990e0ef95c15f2c9e54a8f357eeed46728d02f.zip
Renamed the folder back from "races" to "players".
Diffstat (limited to 'graphics/sprites/players')
-rw-r--r--graphics/sprites/players/demon-female.pngbin0 -> 69891 bytes
-rw-r--r--graphics/sprites/players/demon-female.xml6
-rw-r--r--graphics/sprites/players/demon-male.pngbin0 -> 70512 bytes
-rw-r--r--graphics/sprites/players/demon-male.xml6
-rw-r--r--graphics/sprites/players/elven-female.pngbin0 -> 72684 bytes
-rw-r--r--graphics/sprites/players/elven-female.xml6
-rw-r--r--graphics/sprites/players/elven-male.pngbin0 -> 68080 bytes
-rw-r--r--graphics/sprites/players/elven-male.xml6
-rw-r--r--graphics/sprites/players/human-female.pngbin0 -> 67803 bytes
-rw-r--r--graphics/sprites/players/human-female.xml6
-rw-r--r--graphics/sprites/players/human-male.pngbin0 -> 65009 bytes
-rw-r--r--graphics/sprites/players/human-male.xml106
-rw-r--r--graphics/sprites/players/orc-female.pngbin0 -> 71054 bytes
-rw-r--r--graphics/sprites/players/orc-female.xml6
-rw-r--r--graphics/sprites/players/orc-male.pngbin0 -> 72628 bytes
-rw-r--r--graphics/sprites/players/orc-male.xml6
-rw-r--r--graphics/sprites/players/raijin-female.pngbin0 -> 75201 bytes
-rw-r--r--graphics/sprites/players/raijin-female.xml6
-rw-r--r--graphics/sprites/players/raijin-male.pngbin0 -> 70718 bytes
-rw-r--r--graphics/sprites/players/raijin-male.xml6
-rw-r--r--graphics/sprites/players/tritan-female.pngbin0 -> 69565 bytes
-rw-r--r--graphics/sprites/players/tritan-female.xml6
-rw-r--r--graphics/sprites/players/tritan-male.pngbin0 -> 67666 bytes
-rw-r--r--graphics/sprites/players/tritan-male.xml6
-rw-r--r--graphics/sprites/players/ukar-female.pngbin0 -> 69722 bytes
-rw-r--r--graphics/sprites/players/ukar-female.xml6
-rw-r--r--graphics/sprites/players/ukar-male.pngbin0 -> 64398 bytes
-rw-r--r--graphics/sprites/players/ukar-male.xml6
28 files changed, 184 insertions, 0 deletions
diff --git a/graphics/sprites/players/demon-female.png b/graphics/sprites/players/demon-female.png
new file mode 100644
index 00000000..0475f9b0
--- /dev/null
+++ b/graphics/sprites/players/demon-female.png
Binary files differ
diff --git a/graphics/sprites/players/demon-female.xml b/graphics/sprites/players/demon-female.xml
new file mode 100644
index 00000000..ec3db773
--- /dev/null
+++ b/graphics/sprites/players/demon-female.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<!-- Copyright (C) 2010-2012 Evol Online -->
+<sprite name="player" action="stand">
+ <imageset name="race" src="graphics/sprites/players/demon-female.png" width="64" height="64"/>
+ <include file="players/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/players/demon-male.png b/graphics/sprites/players/demon-male.png
new file mode 100644
index 00000000..2cbd60d7
--- /dev/null
+++ b/graphics/sprites/players/demon-male.png
Binary files differ
diff --git a/graphics/sprites/players/demon-male.xml b/graphics/sprites/players/demon-male.xml
new file mode 100644
index 00000000..bbc5869d
--- /dev/null
+++ b/graphics/sprites/players/demon-male.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<!-- Copyright (C) 2010-2012 Evol Online -->
+<sprite name="player" action="stand">
+ <imageset name="race" src="graphics/sprites/players/demon-male.png" width="64" height="64"/>
+ <include file="players/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/players/elven-female.png b/graphics/sprites/players/elven-female.png
new file mode 100644
index 00000000..643f2de3
--- /dev/null
+++ b/graphics/sprites/players/elven-female.png
Binary files differ
diff --git a/graphics/sprites/players/elven-female.xml b/graphics/sprites/players/elven-female.xml
new file mode 100644
index 00000000..cc8795c0
--- /dev/null
+++ b/graphics/sprites/players/elven-female.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<!-- Copyright (C) 2010-2012 Evol Online -->
+<sprite name="player" action="stand">
+ <imageset name="race" src="graphics/sprites/players/elven-female.png" width="64" height="64"/>
+ <include file="players/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/players/elven-male.png b/graphics/sprites/players/elven-male.png
new file mode 100644
index 00000000..728b4a6d
--- /dev/null
+++ b/graphics/sprites/players/elven-male.png
Binary files differ
diff --git a/graphics/sprites/players/elven-male.xml b/graphics/sprites/players/elven-male.xml
new file mode 100644
index 00000000..4f784a85
--- /dev/null
+++ b/graphics/sprites/players/elven-male.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<!-- Copyright (C) 2010-2012 Evol Online -->
+<sprite name="player" action="stand">
+ <imageset name="race" src="graphics/sprites/players/elven-male.png" width="64" height="64"/>
+ <include file="players/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/players/human-female.png b/graphics/sprites/players/human-female.png
new file mode 100644
index 00000000..db39c365
--- /dev/null
+++ b/graphics/sprites/players/human-female.png
Binary files differ
diff --git a/graphics/sprites/players/human-female.xml b/graphics/sprites/players/human-female.xml
new file mode 100644
index 00000000..f60eecda
--- /dev/null
+++ b/graphics/sprites/players/human-female.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<!-- Copyright (C) 2010-2012 Evol Online -->
+<sprite name="player" action="stand">
+ <imageset name="race" src="graphics/sprites/players/human-female.png" width="64" height="64"/>
+ <include file="players/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/players/human-male.png b/graphics/sprites/players/human-male.png
new file mode 100644
index 00000000..ba08853b
--- /dev/null
+++ b/graphics/sprites/players/human-male.png
Binary files differ
diff --git a/graphics/sprites/players/human-male.xml b/graphics/sprites/players/human-male.xml
new file mode 100644
index 00000000..5417c036
--- /dev/null
+++ b/graphics/sprites/players/human-male.xml
@@ -0,0 +1,106 @@
+<?xml version="1.0"?>
+<!-- Original Author possible tmw, tmw br, ufb projects
+Copyright (C) 2010-2012 Evol Online -->
+<sprite name="player" action="stand">
+
+ <imageset name="race" src="graphics/sprites/players/human-male.png" width="64" height="64"/>
+
+ <action name="stand" imageset="race">
+ <animation direction="down">
+ <frame index="0"/>
+ </animation>
+ <animation direction="left">
+ <frame index="18"/>
+ </animation>
+ <animation direction="up">
+ <frame index="36"/>
+ </animation>
+ <animation direction="right">
+ <frame index="54"/>
+ </animation>
+ </action>
+
+ <action name="walk" imageset="race">
+ <animation direction="down">
+ <sequence start="1" end="6" delay="75"/>
+ </animation>
+ <animation direction="left">
+ <sequence start="19" end="24" delay="75"/>
+ </animation>
+ <animation direction="up">
+ <sequence start="37" end="42" delay="75"/>
+ </animation>
+ <animation direction="right">
+ <sequence start="55" end="60" delay="75"/>
+ </animation>
+ </action>
+
+ <action name="sit" imageset="race">
+ <animation direction="down">
+ <frame index="7"/>
+ </animation>
+ <animation direction="left">
+ <frame index="25"/>
+ </animation>
+ <animation direction="up">
+ <frame index="43"/>
+ </animation>
+ <animation direction="right">
+ <frame index="61"/>
+ </animation>
+ </action>
+
+ <action name="dead" imageset="race">
+ <animation direction="down">
+ <frame index="8"/>
+ </animation>
+ <animation direction="left">
+ <frame index="26"/>
+ </animation>
+ <animation direction="up">
+ <frame index="44"/>
+ </animation>
+ <animation direction="right">
+ <frame index="62"/>
+ </animation>
+ </action>
+
+ <action name="attack" imageset="race">
+ <animation direction="down">
+ <sequence start="9" end="12" delay="75"/>
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="27" end="30" delay="75"/>
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="45" end="48" delay="75"/>
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="63" end="66" delay="75"/>
+ <end />
+ </animation>
+ </action>
+
+ <action name="attack_bow" imageset="race">
+ <animation direction="down">
+ <sequence start="13" end="17" delay="75"/>
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="31" end="35" delay="75"/>
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="49" end="53" delay="75"/>
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="67" end="71" delay="75"/>
+ <end />
+ </animation>
+ </action>
+
+</sprite> \ No newline at end of file
diff --git a/graphics/sprites/players/orc-female.png b/graphics/sprites/players/orc-female.png
new file mode 100644
index 00000000..2fad6a26
--- /dev/null
+++ b/graphics/sprites/players/orc-female.png
Binary files differ
diff --git a/graphics/sprites/players/orc-female.xml b/graphics/sprites/players/orc-female.xml
new file mode 100644
index 00000000..66552814
--- /dev/null
+++ b/graphics/sprites/players/orc-female.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<!-- Copyright (C) 2010-2012 Evol Online -->
+<sprite name="player" action="stand">
+ <imageset name="race" src="graphics/sprites/players/orc-female.png" width="64" height="64"/>
+ <include file="players/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/players/orc-male.png b/graphics/sprites/players/orc-male.png
new file mode 100644
index 00000000..02b0fc98
--- /dev/null
+++ b/graphics/sprites/players/orc-male.png
Binary files differ
diff --git a/graphics/sprites/players/orc-male.xml b/graphics/sprites/players/orc-male.xml
new file mode 100644
index 00000000..836ea58f
--- /dev/null
+++ b/graphics/sprites/players/orc-male.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<!-- Copyright (C) 2010-2012 Evol Online -->
+<sprite name="player" action="stand">
+ <imageset name="race" src="graphics/sprites/players/orc-male.png" width="64" height="64"/>
+ <include file="players/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/players/raijin-female.png b/graphics/sprites/players/raijin-female.png
new file mode 100644
index 00000000..6b395353
--- /dev/null
+++ b/graphics/sprites/players/raijin-female.png
Binary files differ
diff --git a/graphics/sprites/players/raijin-female.xml b/graphics/sprites/players/raijin-female.xml
new file mode 100644
index 00000000..6df1be8f
--- /dev/null
+++ b/graphics/sprites/players/raijin-female.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<!-- Copyright (C) 2010-2012 Evol Online -->
+<sprite name="player" action="stand">
+ <imageset name="race" src="graphics/sprites/players/raijin-female.png" width="64" height="64"/>
+ <include file="players/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/players/raijin-male.png b/graphics/sprites/players/raijin-male.png
new file mode 100644
index 00000000..4b833c7b
--- /dev/null
+++ b/graphics/sprites/players/raijin-male.png
Binary files differ
diff --git a/graphics/sprites/players/raijin-male.xml b/graphics/sprites/players/raijin-male.xml
new file mode 100644
index 00000000..f409fa51
--- /dev/null
+++ b/graphics/sprites/players/raijin-male.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<!-- Copyright (C) 2010-2012 Evol Online -->
+<sprite name="player" action="stand">
+ <imageset name="race" src="graphics/sprites/players/raijin-male.png" width="64" height="64"/>
+ <include file="players/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/players/tritan-female.png b/graphics/sprites/players/tritan-female.png
new file mode 100644
index 00000000..8438a680
--- /dev/null
+++ b/graphics/sprites/players/tritan-female.png
Binary files differ
diff --git a/graphics/sprites/players/tritan-female.xml b/graphics/sprites/players/tritan-female.xml
new file mode 100644
index 00000000..b8a20307
--- /dev/null
+++ b/graphics/sprites/players/tritan-female.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<!-- Copyright (C) 2010-2012 Evol Online -->
+<sprite name="player" action="stand">
+ <imageset name="race" src="graphics/sprites/players/tritan-female.png" width="64" height="64"/>
+ <include file="players/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/players/tritan-male.png b/graphics/sprites/players/tritan-male.png
new file mode 100644
index 00000000..6e09bfe6
--- /dev/null
+++ b/graphics/sprites/players/tritan-male.png
Binary files differ
diff --git a/graphics/sprites/players/tritan-male.xml b/graphics/sprites/players/tritan-male.xml
new file mode 100644
index 00000000..c83fdef3
--- /dev/null
+++ b/graphics/sprites/players/tritan-male.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<!-- Copyright (C) 2010-2012 Evol Online -->
+<sprite name="player" action="stand">
+ <imageset name="race" src="graphics/sprites/players/tritan-male.png" width="64" height="64"/>
+ <include file="players/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/players/ukar-female.png b/graphics/sprites/players/ukar-female.png
new file mode 100644
index 00000000..c0acf3de
--- /dev/null
+++ b/graphics/sprites/players/ukar-female.png
Binary files differ
diff --git a/graphics/sprites/players/ukar-female.xml b/graphics/sprites/players/ukar-female.xml
new file mode 100644
index 00000000..bcc00998
--- /dev/null
+++ b/graphics/sprites/players/ukar-female.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<!-- Copyright (C) 2010-2012 Evol Online -->
+<sprite name="player" action="stand">
+ <imageset name="race" src="graphics/sprites/players/ukar-female.png" width="64" height="64"/>
+ <include file="players/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/players/ukar-male.png b/graphics/sprites/players/ukar-male.png
new file mode 100644
index 00000000..f0ded235
--- /dev/null
+++ b/graphics/sprites/players/ukar-male.png
Binary files differ
diff --git a/graphics/sprites/players/ukar-male.xml b/graphics/sprites/players/ukar-male.xml
new file mode 100644
index 00000000..a852ffa3
--- /dev/null
+++ b/graphics/sprites/players/ukar-male.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<!-- Copyright (C) 2010-2012 Evol Online -->
+<sprite name="player" action="stand">
+ <imageset name="race" src="graphics/sprites/players/ukar-male.png" width="64" height="64"/>
+ <include file="players/human-male.xml"/>
+</sprite>