summaryrefslogtreecommitdiff
path: root/graphics/sprites/races
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sprites/races')
-rw-r--r--graphics/sprites/races/demon-female.xml13
-rw-r--r--graphics/sprites/races/demon-male.xml13
-rw-r--r--graphics/sprites/races/elven-female.xml13
-rw-r--r--graphics/sprites/races/elven-male.xml13
-rw-r--r--graphics/sprites/races/human-female.xml13
-rw-r--r--graphics/sprites/races/human-male.xml9
-rw-r--r--graphics/sprites/races/orc-female.xml13
-rw-r--r--graphics/sprites/races/orc-male.xml13
-rw-r--r--graphics/sprites/races/raijin-female.xml13
-rw-r--r--graphics/sprites/races/raijin-male.xml13
-rw-r--r--graphics/sprites/races/tritan-female.xml13
-rw-r--r--graphics/sprites/races/tritan-male.xml13
-rw-r--r--graphics/sprites/races/ukar-female.xml13
-rw-r--r--graphics/sprites/races/ukar-male.xml13
14 files changed, 110 insertions, 68 deletions
diff --git a/graphics/sprites/races/demon-female.xml b/graphics/sprites/races/demon-female.xml
index 5a308fc3..57a2312a 100644
--- a/graphics/sprites/races/demon-female.xml
+++ b/graphics/sprites/races/demon-female.xml
@@ -1,8 +1,11 @@
-<?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"/>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2012 Evol Online -->
+<sprite>
+ <imageset name="base"
+ 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.xml b/graphics/sprites/races/demon-male.xml
index 2c16b93f..ebc5b12e 100644
--- a/graphics/sprites/races/demon-male.xml
+++ b/graphics/sprites/races/demon-male.xml
@@ -1,8 +1,11 @@
-<?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"/>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2012 Evol Online -->
+<sprite>
+ <imageset name="base"
+ 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.xml b/graphics/sprites/races/elven-female.xml
index ed770111..630b6f2f 100644
--- a/graphics/sprites/races/elven-female.xml
+++ b/graphics/sprites/races/elven-female.xml
@@ -1,8 +1,11 @@
-<?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"/>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2012 Evol Online -->
+<sprite>
+ <imageset name="base"
+ 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.xml b/graphics/sprites/races/elven-male.xml
index 5a9cae80..4c0cddf7 100644
--- a/graphics/sprites/races/elven-male.xml
+++ b/graphics/sprites/races/elven-male.xml
@@ -1,8 +1,11 @@
-<?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"/>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2012 Evol Online -->
+<sprite>
+ <imageset name="base"
+ 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.xml b/graphics/sprites/races/human-female.xml
index be3d514a..1ba7c403 100644
--- a/graphics/sprites/races/human-female.xml
+++ b/graphics/sprites/races/human-female.xml
@@ -1,8 +1,11 @@
-<?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"/>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2012 Evol Online -->
+<sprite>
+ <imageset name="base"
+ 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.xml b/graphics/sprites/races/human-male.xml
index 97442e51..45664824 100644
--- a/graphics/sprites/races/human-male.xml
+++ b/graphics/sprites/races/human-male.xml
@@ -1,8 +1,11 @@
<?xml version="1.0"?>
-<!-- Author from The Mana World
-Copyright (C) 2010-2012 Evol Online -->
+<!-- Author: Reid
+Copyright (C) 2012 Evol Online -->
<sprite name="player" action="stand">
- <imageset name="base" src="graphics/sprites/races/human-male.png" width="64" height="64"/>
+ <imageset name="base"
+ src="graphics/sprites/races/human-male.png"
+ width="64"
+ height="64"/>
<action name="stand" imageset="base">
<animation direction="down">
diff --git a/graphics/sprites/races/orc-female.xml b/graphics/sprites/races/orc-female.xml
index 8d82d7d2..e407173f 100644
--- a/graphics/sprites/races/orc-female.xml
+++ b/graphics/sprites/races/orc-female.xml
@@ -1,8 +1,11 @@
-<?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"/>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2012 Evol Online -->
+<sprite>
+ <imageset name="base"
+ 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.xml b/graphics/sprites/races/orc-male.xml
index 0c223bb3..9cd87bba 100644
--- a/graphics/sprites/races/orc-male.xml
+++ b/graphics/sprites/races/orc-male.xml
@@ -1,8 +1,11 @@
-<?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"/>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2012 Evol Online -->
+<sprite>
+ <imageset name="base"
+ 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.xml b/graphics/sprites/races/raijin-female.xml
index 17731a2e..d4b79ff5 100644
--- a/graphics/sprites/races/raijin-female.xml
+++ b/graphics/sprites/races/raijin-female.xml
@@ -1,8 +1,11 @@
-<?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"/>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2012 Evol Online -->
+<sprite>
+ <imageset name="base"
+ 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.xml b/graphics/sprites/races/raijin-male.xml
index 64732bd3..80c5c151 100644
--- a/graphics/sprites/races/raijin-male.xml
+++ b/graphics/sprites/races/raijin-male.xml
@@ -1,8 +1,11 @@
-<?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"/>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2012 Evol Online -->
+<sprite>
+ <imageset name="base"
+ 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.xml b/graphics/sprites/races/tritan-female.xml
index 3248cf79..0147422d 100644
--- a/graphics/sprites/races/tritan-female.xml
+++ b/graphics/sprites/races/tritan-female.xml
@@ -1,8 +1,11 @@
-<?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"/>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2012 Evol Online -->
+<sprite>
+ <imageset name="base"
+ 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.xml b/graphics/sprites/races/tritan-male.xml
index f0a98635..0b020bd6 100644
--- a/graphics/sprites/races/tritan-male.xml
+++ b/graphics/sprites/races/tritan-male.xml
@@ -1,8 +1,11 @@
-<?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"/>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2012 Evol Online -->
+<sprite>
+ <imageset name="base"
+ 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.xml b/graphics/sprites/races/ukar-female.xml
index 252309f1..390b4245 100644
--- a/graphics/sprites/races/ukar-female.xml
+++ b/graphics/sprites/races/ukar-female.xml
@@ -1,8 +1,11 @@
-<?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"/>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2012 Evol Online -->
+<sprite>
+ <imageset name="base"
+ 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.xml b/graphics/sprites/races/ukar-male.xml
index 9f23a782..b5b03693 100644
--- a/graphics/sprites/races/ukar-male.xml
+++ b/graphics/sprites/races/ukar-male.xml
@@ -1,8 +1,11 @@
-<?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"/>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2012 Evol Online -->
+<sprite>
+ <imageset name="base"
+ src="graphics/sprites/races/ukar-male.png"
+ width="64"
+ height="64"/>
<include file="races/human-male.xml"/>
</sprite>