diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2012-04-10 20:09:19 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-04-10 20:28:04 +0200 |
commit | 5489971340e07a6aa886fcf83289d00b854be381 (patch) | |
tree | e27e2d87c014ac8a824c145bbf1c7b0a617ac011 /graphics/sprites/npcs | |
parent | 6cd505f2b41e78e53c19ec2a34a7a454afd55b3d (diff) | |
download | clientdata-5489971340e07a6aa886fcf83289d00b854be381.tar.gz clientdata-5489971340e07a6aa886fcf83289d00b854be381.tar.bz2 clientdata-5489971340e07a6aa886fcf83289d00b854be381.tar.xz clientdata-5489971340e07a6aa886fcf83289d00b854be381.zip |
Adding new NPC sprites:
- sages and some helpers for the blue sage.
Most made by Nami, male helpers made by salmondine, monk-like sage by Ali-G. XML for sitting sage made by Ali-G and Reid
- two NPCs for Thermin, woman made by Nami, man made by varuna
Diffstat (limited to 'graphics/sprites/npcs')
-rw-r--r-- | graphics/sprites/npcs/sages.png | bin | 0 -> 28747 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/sages.xml | 10 | ||||
-rw-r--r-- | graphics/sprites/npcs/sittingsage.png | bin | 0 -> 7304 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/sittingsage.xml | 10 | ||||
-rw-r--r-- | graphics/sprites/npcs/thermin_npcs.png | bin | 10176 -> 13752 bytes |
5 files changed, 20 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/sages.png b/graphics/sprites/npcs/sages.png Binary files differnew file mode 100644 index 00000000..258d2075 --- /dev/null +++ b/graphics/sprites/npcs/sages.png diff --git a/graphics/sprites/npcs/sages.xml b/graphics/sprites/npcs/sages.xml new file mode 100644 index 00000000..85a4a5ae --- /dev/null +++ b/graphics/sprites/npcs/sages.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<sprite variants="12" variant_offset="1"> + <imageset name="base" src="graphics/sprites/npcs/sages.png" width="50" height="80" /> + + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0" /> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/npcs/sittingsage.png b/graphics/sprites/npcs/sittingsage.png Binary files differnew file mode 100644 index 00000000..fcc26d04 --- /dev/null +++ b/graphics/sprites/npcs/sittingsage.png diff --git a/graphics/sprites/npcs/sittingsage.xml b/graphics/sprites/npcs/sittingsage.xml new file mode 100644 index 00000000..318cb44e --- /dev/null +++ b/graphics/sprites/npcs/sittingsage.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/npcs/sittingsage.png" width="40" height="49" /> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- Quill Animation --> + <sequence start="0" end="5" delay="200" /> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/npcs/thermin_npcs.png b/graphics/sprites/npcs/thermin_npcs.png Binary files differindex f7f20cf6..bf297093 100644 --- a/graphics/sprites/npcs/thermin_npcs.png +++ b/graphics/sprites/npcs/thermin_npcs.png |