diff options
author | Micksha <ms-shaman@gmx.de> | 2020-02-17 16:14:22 +0000 |
---|---|---|
committer | Micksha <ms-shaman@gmx.de> | 2020-02-17 16:14:22 +0000 |
commit | ca0e489fd865f6d1a470be066e10f4f6ed2c81e6 (patch) | |
tree | 5ed3fda680d66fff1420dd409b48c5e172fff971 /graphics | |
parent | 02de2ce38cfccde45a9f116b4e424fd83316fe91 (diff) | |
download | clientdata-ca0e489fd865f6d1a470be066e10f4f6ed2c81e6.tar.gz clientdata-ca0e489fd865f6d1a470be066e10f4f6ed2c81e6.tar.bz2 clientdata-ca0e489fd865f6d1a470be066e10f4f6ed2c81e6.tar.xz clientdata-ca0e489fd865f6d1a470be066e10f4f6ed2c81e6.zip |
Caves
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/monsters/vein-gem.png | bin | 8039 -> 8665 bytes | |||
-rw-r--r-- | graphics/sprites/monsters/vein-gold.png | bin | 3809 -> 9036 bytes | |||
-rw-r--r-- | graphics/sprites/monsters/veinbloc-coal.xml | 21 | ||||
-rw-r--r-- | graphics/sprites/monsters/veinbloc-gem.xml | 55 | ||||
-rw-r--r-- | graphics/sprites/monsters/veinbloc-gold.xml | 21 | ||||
-rw-r--r-- | graphics/sprites/monsters/veinbloc.png | bin | 0 -> 7466 bytes | |||
-rw-r--r-- | graphics/tilesets/hurns-cave-accessory-x1x2.png | bin | 0 -> 32729 bytes | |||
-rw-r--r-- | graphics/tilesets/hurns-cave-accessory-x1x3.png | bin | 0 -> 57666 bytes | |||
-rw-r--r-- | graphics/tilesets/hurns-cave-accessory-x1x4.png | bin | 0 -> 3040 bytes | |||
-rw-r--r-- | graphics/tilesets/hurns-cave-accessory.png | bin | 2639 -> 22183 bytes | |||
-rw-r--r-- | graphics/tilesets/hurns-cave.png | bin | 140638 -> 143361 bytes |
11 files changed, 97 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/vein-gem.png b/graphics/sprites/monsters/vein-gem.png Binary files differindex bc14a686..3319ed38 100644 --- a/graphics/sprites/monsters/vein-gem.png +++ b/graphics/sprites/monsters/vein-gem.png diff --git a/graphics/sprites/monsters/vein-gold.png b/graphics/sprites/monsters/vein-gold.png Binary files differindex 8230c194..9ed59c27 100644 --- a/graphics/sprites/monsters/vein-gold.png +++ b/graphics/sprites/monsters/vein-gold.png diff --git a/graphics/sprites/monsters/veinbloc-coal.xml b/graphics/sprites/monsters/veinbloc-coal.xml new file mode 100644 index 00000000..0de4a896 --- /dev/null +++ b/graphics/sprites/monsters/veinbloc-coal.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<sprite> + <imageset name="mob" + src="graphics/sprites/monsters/veinbloc.png" + width="32" + height="32"/> + + + <action name="stand" imageset="mob"> + <animation direction="default"> + <frame index="15"/> + </animation> + </action> + + <action name="dead" imageset="mob"> + <animation direction="default"> + <frame index="12"/> + </animation> + </action> + +</sprite> diff --git a/graphics/sprites/monsters/veinbloc-gem.xml b/graphics/sprites/monsters/veinbloc-gem.xml new file mode 100644 index 00000000..1fe1e852 --- /dev/null +++ b/graphics/sprites/monsters/veinbloc-gem.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="utf-8"?> +<sprite> + <imageset name="mob" + src="graphics/sprites/monsters/veinbloc.png|W" + width="32" + height="32"/> + +<action name="stand" imageset="mob"> + <animation direction="default"> + <label name="start"/> + <goto label="static" rand="95"/> + <goto label="glance" rand="100"/> + + <label name="static"/> + <frame index="0" delay="2000" offsetX="0" offsetY="0"/> + <goto label="start"/> + + <label name="glance"/> + <sequence start="0" end="6" delay="80" offsetX="0" offsetY="0"/> + <frame index="0" delay="500" offsetX="0" offsetY="0"/> + <goto label="start"/> + </animation> + </action> + + <action name="stand" imageset="mob" hp="75"> + <animation direction="default"> + <frame index="8"/> + </animation> + </action> + + <action name="stand" imageset="mob" hp="50"> + <animation direction="default"> + <frame index="9"/> + </animation> + </action> + + <action name="stand" imageset="mob" hp="25"> + <animation direction="default"> + <frame index="10"/> + </animation> + </action> + + <action name="stand" imageset="mob" hp="10"> + <animation direction="default"> + <frame index="11"/> + </animation> + </action> + + <action name="dead" imageset="mob" hp="1"> + <animation direction="default"> + <frame index="12"/> + </animation> + </action> + +</sprite> diff --git a/graphics/sprites/monsters/veinbloc-gold.xml b/graphics/sprites/monsters/veinbloc-gold.xml new file mode 100644 index 00000000..3477633d --- /dev/null +++ b/graphics/sprites/monsters/veinbloc-gold.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<sprite> + <imageset name="mob" + src="graphics/sprites/monsters/veinbloc.png" + width="32" + height="32"/> + + + <action name="stand" imageset="mob"> + <animation direction="default"> + <frame index="14"/> + </animation> + </action> + + <action name="dead" imageset="mob"> + <animation direction="default"> + <frame index="12"/> + </animation> + </action> + +</sprite> diff --git a/graphics/sprites/monsters/veinbloc.png b/graphics/sprites/monsters/veinbloc.png Binary files differnew file mode 100644 index 00000000..1fb47f57 --- /dev/null +++ b/graphics/sprites/monsters/veinbloc.png diff --git a/graphics/tilesets/hurns-cave-accessory-x1x2.png b/graphics/tilesets/hurns-cave-accessory-x1x2.png Binary files differnew file mode 100644 index 00000000..167224c3 --- /dev/null +++ b/graphics/tilesets/hurns-cave-accessory-x1x2.png diff --git a/graphics/tilesets/hurns-cave-accessory-x1x3.png b/graphics/tilesets/hurns-cave-accessory-x1x3.png Binary files differnew file mode 100644 index 00000000..bb6baa01 --- /dev/null +++ b/graphics/tilesets/hurns-cave-accessory-x1x3.png diff --git a/graphics/tilesets/hurns-cave-accessory-x1x4.png b/graphics/tilesets/hurns-cave-accessory-x1x4.png Binary files differnew file mode 100644 index 00000000..188881a8 --- /dev/null +++ b/graphics/tilesets/hurns-cave-accessory-x1x4.png diff --git a/graphics/tilesets/hurns-cave-accessory.png b/graphics/tilesets/hurns-cave-accessory.png Binary files differindex df5860d2..0495e66f 100644 --- a/graphics/tilesets/hurns-cave-accessory.png +++ b/graphics/tilesets/hurns-cave-accessory.png diff --git a/graphics/tilesets/hurns-cave.png b/graphics/tilesets/hurns-cave.png Binary files differindex 32e9f820..1c92313a 100644 --- a/graphics/tilesets/hurns-cave.png +++ b/graphics/tilesets/hurns-cave.png |