summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMicksha <ms-shaman@gmx.de>2020-04-09 07:45:02 +0000
committerMicksha <ms-shaman@gmx.de>2020-04-09 07:45:02 +0000
commitc5c671c97a13a7d4f5f0a3573942056a469e3262 (patch)
treeb82dc82fddbf3be196d6259e0b56b5d0dac0fe3b /graphics
parentde8cfebcd6bfe491f931d7f444dca4a368e7df2d (diff)
downloadclientdata-c5c671c97a13a7d4f5f0a3573942056a469e3262.tar.gz
clientdata-c5c671c97a13a7d4f5f0a3573942056a469e3262.tar.bz2
clientdata-c5c671c97a13a7d4f5f0a3573942056a469e3262.tar.xz
clientdata-c5c671c97a13a7d4f5f0a3573942056a469e3262.zip
Candor
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sprites/npcs/sprite/toichi.pngbin0 -> 4915 bytes
-rw-r--r--graphics/sprites/npcs/sprite/unanimated-legacy.pngbin74512 -> 91465 bytes
-rw-r--r--graphics/sprites/npcs/xml/toichi.xml35
-rw-r--r--graphics/sprites/npcs/xml/unanimated-legacy.xml2
-rw-r--r--graphics/tilesets/hurns-wood-lab-x3x3.pngbin0 -> 19336 bytes
5 files changed, 36 insertions, 1 deletions
diff --git a/graphics/sprites/npcs/sprite/toichi.png b/graphics/sprites/npcs/sprite/toichi.png
new file mode 100644
index 00000000..c7c04d60
--- /dev/null
+++ b/graphics/sprites/npcs/sprite/toichi.png
Binary files differ
diff --git a/graphics/sprites/npcs/sprite/unanimated-legacy.png b/graphics/sprites/npcs/sprite/unanimated-legacy.png
index c35c4663..cd419199 100644
--- a/graphics/sprites/npcs/sprite/unanimated-legacy.png
+++ b/graphics/sprites/npcs/sprite/unanimated-legacy.png
Binary files differ
diff --git a/graphics/sprites/npcs/xml/toichi.xml b/graphics/sprites/npcs/xml/toichi.xml
new file mode 100644
index 00000000..e73db640
--- /dev/null
+++ b/graphics/sprites/npcs/xml/toichi.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid, Micksha
+Copyright (C) 2015-2020 Evol Online -->
+
+<sprite>
+ <imageset name="npc"
+ src="graphics/sprites/npcs/sprite/toichi.png"
+ width="40"
+ height="78"/>
+
+ <action name="stand" imageset="npc">
+ <animation direction="default">
+ <label name="start"/>
+ <goto label="static" rand="90"/>
+ <goto label="hamlong" rand="33"/>
+ <goto label="ham" rand="100"/>
+ <!-- Long Hammering -->
+ <label name="hamlong"/>
+ <sequence start="0" end="3" repeat="6" delay="200"/>
+ <sequence start="0" end="2" repeat="2" delay="180"/>
+ <frame index="4" delay="240"/>
+ <goto label="start"/>
+ <!-- Long Move Animation -->
+ <label name="ham"/>
+ <sequence start="0" end="3" repeat="2" delay="200"/>
+ <sequence start="0" end="2" repeat="2" delay="180"/>
+ <frame index="4" delay="240"/>
+ <!-- Static Animation -->
+ <label name="static"/>
+ <frame index="4" delay="240"/>
+ <goto label="start"/>
+ <goto label="start"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/npcs/xml/unanimated-legacy.xml b/graphics/sprites/npcs/xml/unanimated-legacy.xml
index 9bd463d7..5e560fec 100644
--- a/graphics/sprites/npcs/xml/unanimated-legacy.xml
+++ b/graphics/sprites/npcs/xml/unanimated-legacy.xml
@@ -2,7 +2,7 @@
<!-- Author: Reid, Micksha
Copyright (C) 2018 Evol Online -->
-<sprite variants="32" variant_offset="1">
+<sprite variants="41" variant_offset="1">
<imageset name="npc"
src="graphics/sprites/npcs/sprite/unanimated-legacy.png|S"
width="64"
diff --git a/graphics/tilesets/hurns-wood-lab-x3x3.png b/graphics/tilesets/hurns-wood-lab-x3x3.png
new file mode 100644
index 00000000..1961dd00
--- /dev/null
+++ b/graphics/tilesets/hurns-wood-lab-x3x3.png
Binary files differ