summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMicksha <ms-shaman@gmx.de>2020-05-06 13:10:38 +0000
committerMicksha <ms-shaman@gmx.de>2020-05-06 13:10:38 +0000
commitc90fc5667b35eff5b4e0f1b19ddc576b367949b9 (patch)
treedb9eeae5b3f443223fd008f2d48621db9e40073c /graphics
parent5f492ab2b57899bc5a3e7073d2ea91630a657db9 (diff)
downloadclientdata-c90fc5667b35eff5b4e0f1b19ddc576b367949b9.tar.gz
clientdata-c90fc5667b35eff5b4e0f1b19ddc576b367949b9.tar.bz2
clientdata-c90fc5667b35eff5b4e0f1b19ddc576b367949b9.tar.xz
clientdata-c90fc5667b35eff5b4e0f1b19ddc576b367949b9.zip
Caves
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sprites/npcs/sprite/artis-sewer-archway.pngbin0 -> 18773 bytes
-rw-r--r--graphics/sprites/npcs/sprite/artis-sewer-wheel.pngbin0 -> 2246 bytes
-rw-r--r--graphics/sprites/npcs/sprite/manatree.pngbin0 -> 6645 bytes
-rw-r--r--graphics/sprites/npcs/xml/artis-sewer-archway.xml51
-rw-r--r--graphics/sprites/npcs/xml/artis-sewer-wheel.xml23
-rw-r--r--graphics/sprites/npcs/xml/manatree.xml16
-rw-r--r--graphics/tilesets/hurns-cave-accessory-x1x2.pngbin32729 -> 33117 bytes
-rw-r--r--graphics/tilesets/hurns-cave-accessory.pngbin22183 -> 22727 bytes
-rw-r--r--graphics/tilesets/hurns-cave-mine-x1x4.pngbin0 -> 7406 bytes
-rw-r--r--graphics/tilesets/hurns-cave-mine.pngbin0 -> 23244 bytes
-rw-r--r--graphics/tilesets/hurns-cave.pngbin143361 -> 151300 bytes
-rw-r--r--graphics/tilesets/mana-liane-x1x3.pngbin0 -> 4215 bytes
12 files changed, 90 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/sprite/artis-sewer-archway.png b/graphics/sprites/npcs/sprite/artis-sewer-archway.png
new file mode 100644
index 00000000..b63e7a3b
--- /dev/null
+++ b/graphics/sprites/npcs/sprite/artis-sewer-archway.png
Binary files differ
diff --git a/graphics/sprites/npcs/sprite/artis-sewer-wheel.png b/graphics/sprites/npcs/sprite/artis-sewer-wheel.png
new file mode 100644
index 00000000..77b3b195
--- /dev/null
+++ b/graphics/sprites/npcs/sprite/artis-sewer-wheel.png
Binary files differ
diff --git a/graphics/sprites/npcs/sprite/manatree.png b/graphics/sprites/npcs/sprite/manatree.png
new file mode 100644
index 00000000..99e29f1d
--- /dev/null
+++ b/graphics/sprites/npcs/sprite/manatree.png
Binary files differ
diff --git a/graphics/sprites/npcs/xml/artis-sewer-archway.xml b/graphics/sprites/npcs/xml/artis-sewer-archway.xml
new file mode 100644
index 00000000..21023207
--- /dev/null
+++ b/graphics/sprites/npcs/xml/artis-sewer-archway.xml
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Micksha
+Copyright (C) 2015 - 2020 Evol Online -->
+
+<sprite>
+ <imageset name="npc"
+ src="graphics/sprites/npcs/sprite/artis-sewer-archway.png"
+ width="96"
+ height="96"/>
+
+ <action name="stand" imageset="npc">
+ <animation direction="up">
+ <frame index="7"/>
+ </animation>
+ <animation direction="down">
+ <frame index="0"/>
+ </animation>
+ <animation direction="left">
+ <frame index="0"/>
+ </animation>
+ <animation direction="right">
+ <frame index="0"/>
+ </animation>
+ </action>
+ <action name="move" imageset="npc">
+ <!-- Opening -->
+ <animation direction="up">
+ <sequence start="0" end="7" delay="200"/>
+ <frame index="7"/>
+ <end/>
+ </animation>
+ <!-- Closing -->
+ <animation direction="down">
+ <frame index="7" delay="200"/>
+ <frame index="6" delay="200"/>
+ <frame index="5" delay="200"/>
+ <frame index="4" delay="200"/>
+ <frame index="3" delay="200"/>
+ <frame index="2" delay="200"/>
+ <frame index="1" delay="200"/>
+ <frame index="0"/>
+ <end/>
+ </animation>
+ <animation direction="left">
+ <frame index="0"/>
+ </animation>
+ <animation direction="right">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/npcs/xml/artis-sewer-wheel.xml b/graphics/sprites/npcs/xml/artis-sewer-wheel.xml
new file mode 100644
index 00000000..176341db
--- /dev/null
+++ b/graphics/sprites/npcs/xml/artis-sewer-wheel.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Micksha
+Copyright (C) 2015 - 2020 Evol Online -->
+
+<sprite>
+ <imageset name="npc"
+ src="graphics/sprites/npcs/sprite/artis-sewer-wheel.png"
+ width="32"
+ height="32"/>
+
+ <action name="stand" imageset="npc">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+ <action name="move" imageset="npc">
+ <!-- Opening -->
+ <animation direction="default">
+ <sequence start="0" end="7" delay="50" repeat="4"/>
+ <end/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/npcs/xml/manatree.xml b/graphics/sprites/npcs/xml/manatree.xml
new file mode 100644
index 00000000..ddc863e9
--- /dev/null
+++ b/graphics/sprites/npcs/xml/manatree.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Micksha
+Copyright (C) 2016 - 2020 Evol Online -->
+
+<sprite>
+ <imageset name="base"
+ src="graphics/sprites/npcs/sprite/manatree.png"
+ width="288"
+ height="256"/>
+
+ <action name="stand" imageset="base">
+ <animation direction="default">
+ <frame index="0" />
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/tilesets/hurns-cave-accessory-x1x2.png b/graphics/tilesets/hurns-cave-accessory-x1x2.png
index 167224c3..e8f66533 100644
--- a/graphics/tilesets/hurns-cave-accessory-x1x2.png
+++ b/graphics/tilesets/hurns-cave-accessory-x1x2.png
Binary files differ
diff --git a/graphics/tilesets/hurns-cave-accessory.png b/graphics/tilesets/hurns-cave-accessory.png
index 0495e66f..31ed77b8 100644
--- a/graphics/tilesets/hurns-cave-accessory.png
+++ b/graphics/tilesets/hurns-cave-accessory.png
Binary files differ
diff --git a/graphics/tilesets/hurns-cave-mine-x1x4.png b/graphics/tilesets/hurns-cave-mine-x1x4.png
new file mode 100644
index 00000000..84d601d5
--- /dev/null
+++ b/graphics/tilesets/hurns-cave-mine-x1x4.png
Binary files differ
diff --git a/graphics/tilesets/hurns-cave-mine.png b/graphics/tilesets/hurns-cave-mine.png
new file mode 100644
index 00000000..ada6b0ea
--- /dev/null
+++ b/graphics/tilesets/hurns-cave-mine.png
Binary files differ
diff --git a/graphics/tilesets/hurns-cave.png b/graphics/tilesets/hurns-cave.png
index 1c92313a..9adb47d0 100644
--- a/graphics/tilesets/hurns-cave.png
+++ b/graphics/tilesets/hurns-cave.png
Binary files differ
diff --git a/graphics/tilesets/mana-liane-x1x3.png b/graphics/tilesets/mana-liane-x1x3.png
new file mode 100644
index 00000000..2b52a3fa
--- /dev/null
+++ b/graphics/tilesets/mana-liane-x1x3.png
Binary files differ