summaryrefslogtreecommitdiff
path: root/graphics/sprites/races
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-05-28 02:15:37 +0200
committerAlige <aligetmw@hotmail.fr>2012-05-28 02:16:41 +0200
commit1b1127128d481f26e02001ed45d426abf017cee6 (patch)
treee19df3ca72cc9a6435208aa0808040810bc1776e /graphics/sprites/races
parentad775e24392bc4050cc73aa82c7971cb0ed533f3 (diff)
downloadclientdata-1b1127128d481f26e02001ed45d426abf017cee6.tar.gz
clientdata-1b1127128d481f26e02001ed45d426abf017cee6.tar.bz2
clientdata-1b1127128d481f26e02001ed45d426abf017cee6.tar.xz
clientdata-1b1127128d481f26e02001ed45d426abf017cee6.zip
Clarified the location and names of the races files.
Diffstat (limited to 'graphics/sprites/races')
-rw-r--r--graphics/sprites/races/demon-female.pngbin0 -> 69891 bytes
-rw-r--r--graphics/sprites/races/demon-female.xml6
-rw-r--r--graphics/sprites/races/demon-male.pngbin0 -> 70512 bytes
-rw-r--r--graphics/sprites/races/demon-male.xml6
-rw-r--r--graphics/sprites/races/elven-female.pngbin0 -> 72684 bytes
-rw-r--r--graphics/sprites/races/elven-female.xml6
-rw-r--r--graphics/sprites/races/elven-male.pngbin0 -> 68080 bytes
-rw-r--r--graphics/sprites/races/elven-male.xml6
-rw-r--r--graphics/sprites/races/human-female.pngbin0 -> 67803 bytes
-rw-r--r--graphics/sprites/races/human-female.xml6
-rw-r--r--graphics/sprites/races/human-male.pngbin0 -> 65009 bytes
-rw-r--r--graphics/sprites/races/human-male.xml106
-rw-r--r--graphics/sprites/races/orc-female.pngbin0 -> 71054 bytes
-rw-r--r--graphics/sprites/races/orc-female.xml6
-rw-r--r--graphics/sprites/races/orc-male.pngbin0 -> 72628 bytes
-rw-r--r--graphics/sprites/races/orc-male.xml6
-rw-r--r--graphics/sprites/races/raijin-female.pngbin0 -> 75201 bytes
-rw-r--r--graphics/sprites/races/raijin-female.xml6
-rw-r--r--graphics/sprites/races/raijin-male.pngbin0 -> 70718 bytes
-rw-r--r--graphics/sprites/races/raijin-male.xml6
-rw-r--r--graphics/sprites/races/tritan-female.pngbin0 -> 69565 bytes
-rw-r--r--graphics/sprites/races/tritan-female.xml6
-rw-r--r--graphics/sprites/races/tritan-male.pngbin0 -> 67666 bytes
-rw-r--r--graphics/sprites/races/tritan-male.xml6
-rw-r--r--graphics/sprites/races/ukar-female.pngbin0 -> 69722 bytes
-rw-r--r--graphics/sprites/races/ukar-female.xml6
-rw-r--r--graphics/sprites/races/ukar-male.pngbin0 -> 64398 bytes
-rw-r--r--graphics/sprites/races/ukar-male.xml6
28 files changed, 184 insertions, 0 deletions
diff --git a/graphics/sprites/races/demon-female.png b/graphics/sprites/races/demon-female.png
new file mode 100644
index 00000000..0475f9b0
--- /dev/null
+++ b/graphics/sprites/races/demon-female.png
Binary files differ
diff --git a/graphics/sprites/races/demon-female.xml b/graphics/sprites/races/demon-female.xml
new file mode 100644
index 00000000..dc4c1c8b
--- /dev/null
+++ b/graphics/sprites/races/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/races/demon-female.png" width="64" height="64"/>
+ <include file="races/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/races/demon-male.png b/graphics/sprites/races/demon-male.png
new file mode 100644
index 00000000..2cbd60d7
--- /dev/null
+++ b/graphics/sprites/races/demon-male.png
Binary files differ
diff --git a/graphics/sprites/races/demon-male.xml b/graphics/sprites/races/demon-male.xml
new file mode 100644
index 00000000..5baa9d3f
--- /dev/null
+++ b/graphics/sprites/races/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/races/demon-male.png" width="64" height="64"/>
+ <include file="races/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/races/elven-female.png b/graphics/sprites/races/elven-female.png
new file mode 100644
index 00000000..643f2de3
--- /dev/null
+++ b/graphics/sprites/races/elven-female.png
Binary files differ
diff --git a/graphics/sprites/races/elven-female.xml b/graphics/sprites/races/elven-female.xml
new file mode 100644
index 00000000..bb4615ee
--- /dev/null
+++ b/graphics/sprites/races/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/races/elven-female.png" width="64" height="64"/>
+ <include file="races/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/races/elven-male.png b/graphics/sprites/races/elven-male.png
new file mode 100644
index 00000000..728b4a6d
--- /dev/null
+++ b/graphics/sprites/races/elven-male.png
Binary files differ
diff --git a/graphics/sprites/races/elven-male.xml b/graphics/sprites/races/elven-male.xml
new file mode 100644
index 00000000..62ff5bd7
--- /dev/null
+++ b/graphics/sprites/races/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/races/elven-male.png" width="64" height="64"/>
+ <include file="races/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/races/human-female.png b/graphics/sprites/races/human-female.png
new file mode 100644
index 00000000..db39c365
--- /dev/null
+++ b/graphics/sprites/races/human-female.png
Binary files differ
diff --git a/graphics/sprites/races/human-female.xml b/graphics/sprites/races/human-female.xml
new file mode 100644
index 00000000..8d7c6e61
--- /dev/null
+++ b/graphics/sprites/races/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/races/human-female.png" width="64" height="64"/>
+ <include file="races/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/races/human-male.png b/graphics/sprites/races/human-male.png
new file mode 100644
index 00000000..ba08853b
--- /dev/null
+++ b/graphics/sprites/races/human-male.png
Binary files differ
diff --git a/graphics/sprites/races/human-male.xml b/graphics/sprites/races/human-male.xml
new file mode 100644
index 00000000..5dd2dbd9
--- /dev/null
+++ b/graphics/sprites/races/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/races/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/races/orc-female.png b/graphics/sprites/races/orc-female.png
new file mode 100644
index 00000000..2fad6a26
--- /dev/null
+++ b/graphics/sprites/races/orc-female.png
Binary files differ
diff --git a/graphics/sprites/races/orc-female.xml b/graphics/sprites/races/orc-female.xml
new file mode 100644
index 00000000..587df64e
--- /dev/null
+++ b/graphics/sprites/races/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/races/orc-female.png" width="64" height="64"/>
+ <include file="races/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/races/orc-male.png b/graphics/sprites/races/orc-male.png
new file mode 100644
index 00000000..02b0fc98
--- /dev/null
+++ b/graphics/sprites/races/orc-male.png
Binary files differ
diff --git a/graphics/sprites/races/orc-male.xml b/graphics/sprites/races/orc-male.xml
new file mode 100644
index 00000000..f8ada664
--- /dev/null
+++ b/graphics/sprites/races/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/races/orc-male.png" width="64" height="64"/>
+ <include file="races/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/races/raijin-female.png b/graphics/sprites/races/raijin-female.png
new file mode 100644
index 00000000..6b395353
--- /dev/null
+++ b/graphics/sprites/races/raijin-female.png
Binary files differ
diff --git a/graphics/sprites/races/raijin-female.xml b/graphics/sprites/races/raijin-female.xml
new file mode 100644
index 00000000..1eda52a2
--- /dev/null
+++ b/graphics/sprites/races/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/races/raijin-female.png" width="64" height="64"/>
+ <include file="races/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/races/raijin-male.png b/graphics/sprites/races/raijin-male.png
new file mode 100644
index 00000000..4b833c7b
--- /dev/null
+++ b/graphics/sprites/races/raijin-male.png
Binary files differ
diff --git a/graphics/sprites/races/raijin-male.xml b/graphics/sprites/races/raijin-male.xml
new file mode 100644
index 00000000..6d766d5c
--- /dev/null
+++ b/graphics/sprites/races/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/races/raijin-male.png" width="64" height="64"/>
+ <include file="races/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/races/tritan-female.png b/graphics/sprites/races/tritan-female.png
new file mode 100644
index 00000000..8438a680
--- /dev/null
+++ b/graphics/sprites/races/tritan-female.png
Binary files differ
diff --git a/graphics/sprites/races/tritan-female.xml b/graphics/sprites/races/tritan-female.xml
new file mode 100644
index 00000000..ad9f6ad9
--- /dev/null
+++ b/graphics/sprites/races/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/races/tritan-female.png" width="64" height="64"/>
+ <include file="races/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/races/tritan-male.png b/graphics/sprites/races/tritan-male.png
new file mode 100644
index 00000000..6e09bfe6
--- /dev/null
+++ b/graphics/sprites/races/tritan-male.png
Binary files differ
diff --git a/graphics/sprites/races/tritan-male.xml b/graphics/sprites/races/tritan-male.xml
new file mode 100644
index 00000000..584636a9
--- /dev/null
+++ b/graphics/sprites/races/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/races/tritan-male.png" width="64" height="64"/>
+ <include file="races/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/races/ukar-female.png b/graphics/sprites/races/ukar-female.png
new file mode 100644
index 00000000..c0acf3de
--- /dev/null
+++ b/graphics/sprites/races/ukar-female.png
Binary files differ
diff --git a/graphics/sprites/races/ukar-female.xml b/graphics/sprites/races/ukar-female.xml
new file mode 100644
index 00000000..8f66a000
--- /dev/null
+++ b/graphics/sprites/races/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/races/ukar-female.png" width="64" height="64"/>
+ <include file="races/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/races/ukar-male.png b/graphics/sprites/races/ukar-male.png
new file mode 100644
index 00000000..f0ded235
--- /dev/null
+++ b/graphics/sprites/races/ukar-male.png
Binary files differ
diff --git a/graphics/sprites/races/ukar-male.xml b/graphics/sprites/races/ukar-male.xml
new file mode 100644
index 00000000..b847494b
--- /dev/null
+++ b/graphics/sprites/races/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/races/ukar-male.png" width="64" height="64"/>
+ <include file="races/human-male.xml"/>
+</sprite>