diff options
author | Alige <aligetmw@hotmail.fr> | 2012-09-06 21:02:29 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-09-06 21:02:29 +0400 |
commit | 4a01f03ed887fea217856f9a0703280d86c118c9 (patch) | |
tree | 1fae6d1f12e27a55f5febba120d8fce0c5d51dc3 /graphics/sprites/races | |
parent | 11a68e01d0b85b4920b635999ef8cf2b878849e4 (diff) | |
download | clientdata-4a01f03ed887fea217856f9a0703280d86c118c9.tar.gz clientdata-4a01f03ed887fea217856f9a0703280d86c118c9.tar.bz2 clientdata-4a01f03ed887fea217856f9a0703280d86c118c9.tar.xz clientdata-4a01f03ed887fea217856f9a0703280d86c118c9.zip |
Renamed folder "players" to "races".
Diffstat (limited to 'graphics/sprites/races')
28 files changed, 223 insertions, 0 deletions
diff --git a/graphics/sprites/races/demon-female.png b/graphics/sprites/races/demon-female.png Binary files differnew file mode 100644 index 00000000..daad2163 --- /dev/null +++ b/graphics/sprites/races/demon-female.png diff --git a/graphics/sprites/races/demon-female.xml b/graphics/sprites/races/demon-female.xml new file mode 100644 index 00000000..e6b59472 --- /dev/null +++ b/graphics/sprites/races/demon-female.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> +<sprite name="player" action="stand"> + <imageset name="base" src="graphics/sprites/races/demon-female.png" width="64" height="64"/> + + <include file="players/human-male.xml"/> +</sprite> diff --git a/graphics/sprites/races/demon-male.png b/graphics/sprites/races/demon-male.png Binary files differnew file mode 100644 index 00000000..617c025f --- /dev/null +++ b/graphics/sprites/races/demon-male.png diff --git a/graphics/sprites/races/demon-male.xml b/graphics/sprites/races/demon-male.xml new file mode 100644 index 00000000..17eaf761 --- /dev/null +++ b/graphics/sprites/races/demon-male.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> +<sprite name="player" action="stand"> + <imageset name="base" src="graphics/sprites/races/demon-male.png" width="64" height="64"/> + + <include file="players/human-male.xml"/> +</sprite> diff --git a/graphics/sprites/races/elven-female.png b/graphics/sprites/races/elven-female.png Binary files differnew file mode 100644 index 00000000..ac6dc3c0 --- /dev/null +++ b/graphics/sprites/races/elven-female.png diff --git a/graphics/sprites/races/elven-female.xml b/graphics/sprites/races/elven-female.xml new file mode 100644 index 00000000..6247f315 --- /dev/null +++ b/graphics/sprites/races/elven-female.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> +<sprite name="player" action="stand"> + <imageset name="base" src="graphics/sprites/races/elven-female.png" width="64" height="64"/> + + <include file="players/human-male.xml"/> +</sprite> diff --git a/graphics/sprites/races/elven-male.png b/graphics/sprites/races/elven-male.png Binary files differnew file mode 100644 index 00000000..a3543ac7 --- /dev/null +++ b/graphics/sprites/races/elven-male.png diff --git a/graphics/sprites/races/elven-male.xml b/graphics/sprites/races/elven-male.xml new file mode 100644 index 00000000..005da167 --- /dev/null +++ b/graphics/sprites/races/elven-male.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> +<sprite name="player" action="stand"> + <imageset name="base" src="graphics/sprites/races/elven-male.png" width="64" height="64"/> + + <include file="players/human-male.xml"/> +</sprite> diff --git a/graphics/sprites/races/human-female.png b/graphics/sprites/races/human-female.png Binary files differnew file mode 100644 index 00000000..5cb07c18 --- /dev/null +++ b/graphics/sprites/races/human-female.png diff --git a/graphics/sprites/races/human-female.xml b/graphics/sprites/races/human-female.xml new file mode 100644 index 00000000..c864afd2 --- /dev/null +++ b/graphics/sprites/races/human-female.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> +<sprite name="player" action="stand"> + <imageset name="base" src="graphics/sprites/races/human-female.png" width="64" height="64"/> + + <include file="players/human-male.xml"/> +</sprite> diff --git a/graphics/sprites/races/human-male.png b/graphics/sprites/races/human-male.png Binary files differnew file mode 100644 index 00000000..59b54bad --- /dev/null +++ b/graphics/sprites/races/human-male.png diff --git a/graphics/sprites/races/human-male.xml b/graphics/sprites/races/human-male.xml new file mode 100644 index 00000000..97442e51 --- /dev/null +++ b/graphics/sprites/races/human-male.xml @@ -0,0 +1,119 @@ +<?xml version="1.0"?> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> +<sprite name="player" action="stand"> + <imageset name="base" src="graphics/sprites/races/human-male.png" width="64" height="64"/> + + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0"/> + </animation> + <animation direction="left"> + <frame index="16"/> + </animation> + <animation direction="up"> + <frame index="32"/> + </animation> + <animation direction="right"> + <frame index="48"/> + </animation> + </action> + + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="1" end="6" delay="75"/> + </animation> + <animation direction="left"> + <sequence start="17" end="22" delay="75"/> + </animation> + <animation direction="up"> + <sequence start="33" end="38" delay="75"/> + </animation> + <animation direction="right"> + <sequence start="49" end="54" delay="75"/> + </animation> + </action> + + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="7" end="10" delay="75"/> + <end /> + </animation> + <animation direction="left"> + <sequence start="23" end="26" delay="75"/> + <end /> + </animation> + <animation direction="up"> + <sequence start="39" end="42" delay="75"/> + <end /> + </animation> + <animation direction="right"> + <sequence start="55" end="58" delay="75"/> + <end /> + </animation> + </action> + + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <sequence start="11" end="15" delay="75"/> + <end /> + </animation> + <animation direction="left"> + <sequence start="27" end="31" delay="75"/> + <end /> + </animation> + <animation direction="up"> + <sequence start="43" end="47" delay="75"/> + <end /> + </animation> + <animation direction="right"> + <sequence start="59" end="63" delay="75"/> + <end /> + </animation> + </action> + + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="68"/> + </animation> + <animation direction="left"> + <frame index="69"/> + </animation> + <animation direction="up"> + <frame index="70"/> + </animation> + <animation direction="right"> + <frame index="71"/> + </animation> + </action> + + <action name="sittop" imageset="base"> + <animation direction="down"> + <frame index="64"/> + </animation> + <animation direction="left"> + <frame index="65"/> + </animation> + <animation direction="up"> + <frame index="66"/> + </animation> + <animation direction="right"> + <frame index="67"/> + </animation> + </action> + + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="72"/> + </animation> + <animation direction="left"> + <frame index="72"/> + </animation> + <animation direction="up"> + <frame index="72"/> + </animation> + <animation direction="right"> + <frame index="72"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/races/orc-female.png b/graphics/sprites/races/orc-female.png Binary files differnew file mode 100644 index 00000000..b4b7cb69 --- /dev/null +++ b/graphics/sprites/races/orc-female.png diff --git a/graphics/sprites/races/orc-female.xml b/graphics/sprites/races/orc-female.xml new file mode 100644 index 00000000..b264a794 --- /dev/null +++ b/graphics/sprites/races/orc-female.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> +<sprite name="player" action="stand"> + <imageset name="base" src="graphics/sprites/races/orc-female.png" width="64" height="64"/> + + <include file="players/human-male.xml"/> +</sprite> diff --git a/graphics/sprites/races/orc-male.png b/graphics/sprites/races/orc-male.png Binary files differnew file mode 100644 index 00000000..7ba8a6a9 --- /dev/null +++ b/graphics/sprites/races/orc-male.png diff --git a/graphics/sprites/races/orc-male.xml b/graphics/sprites/races/orc-male.xml new file mode 100644 index 00000000..cc3a9032 --- /dev/null +++ b/graphics/sprites/races/orc-male.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> +<sprite name="player" action="stand"> + <imageset name="base" src="graphics/sprites/races/orc-male.png" width="64" height="64"/> + + <include file="players/human-male.xml"/> +</sprite> diff --git a/graphics/sprites/races/raijin-female.png b/graphics/sprites/races/raijin-female.png Binary files differnew file mode 100644 index 00000000..ca6c98c8 --- /dev/null +++ b/graphics/sprites/races/raijin-female.png diff --git a/graphics/sprites/races/raijin-female.xml b/graphics/sprites/races/raijin-female.xml new file mode 100644 index 00000000..897b632d --- /dev/null +++ b/graphics/sprites/races/raijin-female.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> +<sprite name="player" action="stand"> + <imageset name="base" src="graphics/sprites/races/raijin-female.png" width="64" height="64"/> + + <include file="players/human-male.xml"/> +</sprite> diff --git a/graphics/sprites/races/raijin-male.png b/graphics/sprites/races/raijin-male.png Binary files differnew file mode 100644 index 00000000..bf693373 --- /dev/null +++ b/graphics/sprites/races/raijin-male.png diff --git a/graphics/sprites/races/raijin-male.xml b/graphics/sprites/races/raijin-male.xml new file mode 100644 index 00000000..2776381e --- /dev/null +++ b/graphics/sprites/races/raijin-male.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> +<sprite name="player" action="stand"> + <imageset name="base" src="graphics/sprites/races/raijin-male.png" width="64" height="64"/> + + <include file="players/human-male.xml"/> +</sprite> diff --git a/graphics/sprites/races/tritan-female.png b/graphics/sprites/races/tritan-female.png Binary files differnew file mode 100644 index 00000000..0b3b6d09 --- /dev/null +++ b/graphics/sprites/races/tritan-female.png diff --git a/graphics/sprites/races/tritan-female.xml b/graphics/sprites/races/tritan-female.xml new file mode 100644 index 00000000..8c2f5529 --- /dev/null +++ b/graphics/sprites/races/tritan-female.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> +<sprite name="player" action="stand"> + <imageset name="base" src="graphics/sprites/races/tritan-female.png" width="64" height="64"/> + + <include file="players/human-male.xml"/> +</sprite> diff --git a/graphics/sprites/races/tritan-male.png b/graphics/sprites/races/tritan-male.png Binary files differnew file mode 100644 index 00000000..722f02f5 --- /dev/null +++ b/graphics/sprites/races/tritan-male.png diff --git a/graphics/sprites/races/tritan-male.xml b/graphics/sprites/races/tritan-male.xml new file mode 100644 index 00000000..e37304be --- /dev/null +++ b/graphics/sprites/races/tritan-male.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> +<sprite name="player" action="stand"> + <imageset name="base" src="graphics/sprites/races/tritan-male.png" width="64" height="64"/> + + <include file="players/human-male.xml"/> +</sprite> diff --git a/graphics/sprites/races/ukar-female.png b/graphics/sprites/races/ukar-female.png Binary files differnew file mode 100644 index 00000000..b0592846 --- /dev/null +++ b/graphics/sprites/races/ukar-female.png diff --git a/graphics/sprites/races/ukar-female.xml b/graphics/sprites/races/ukar-female.xml new file mode 100644 index 00000000..be7aa4d5 --- /dev/null +++ b/graphics/sprites/races/ukar-female.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> +<sprite name="player" action="stand"> + <imageset name="base" src="graphics/sprites/races/ukar-female.png" width="64" height="64"/> + + <include file="players/human-male.xml"/> +</sprite> diff --git a/graphics/sprites/races/ukar-male.png b/graphics/sprites/races/ukar-male.png Binary files differnew file mode 100644 index 00000000..5797b0ff --- /dev/null +++ b/graphics/sprites/races/ukar-male.png diff --git a/graphics/sprites/races/ukar-male.xml b/graphics/sprites/races/ukar-male.xml new file mode 100644 index 00000000..e44ea79e --- /dev/null +++ b/graphics/sprites/races/ukar-male.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> +<sprite name="player" action="stand"> + <imageset name="base" src="graphics/sprites/races/ukar-male.png" width="64" height="64"/> + + <include file="players/human-male.xml"/> +</sprite> |