summaryrefslogtreecommitdiff
path: root/graphics/sprites/icons
diff options
context:
space:
mode:
authorBernhardt <orgzfrgh@gmail.com>2014-04-11 20:50:54 +0200
committerwushin <pasekei@gmail.com>2014-04-15 20:24:51 -0500
commita69bdd775f290e27ee2181735f02d3c974808221 (patch)
tree3dbbcc624b866660be84b519bf830a49c1bc77a9 /graphics/sprites/icons
parentbfecac213d29723571e27455c338c8e413844fed (diff)
downloadclientdata-a69bdd775f290e27ee2181735f02d3c974808221.tar.gz
clientdata-a69bdd775f290e27ee2181735f02d3c974808221.tar.bz2
clientdata-a69bdd775f290e27ee2181735f02d3c974808221.tar.xz
clientdata-a69bdd775f290e27ee2181735f02d3c974808221.zip
Playersprite 1.5
Icons for new equipment All equipment spritesheet extended to more actions
Diffstat (limited to 'graphics/sprites/icons')
-rw-r--r--graphics/sprites/icons/feather.pngbin0 -> 513 bytes
-rw-r--r--graphics/sprites/icons/feather.xml9
-rw-r--r--graphics/sprites/icons/green-barrier.pngbin0 -> 546 bytes
-rw-r--r--graphics/sprites/icons/green-barrier.xml9
-rw-r--r--graphics/sprites/icons/haste-potion.xml12
-rw-r--r--graphics/sprites/icons/hidden.pngbin0 -> 427 bytes
-rw-r--r--graphics/sprites/icons/hidden.xml9
-rw-r--r--graphics/sprites/icons/invisible.pngbin0 -> 761 bytes
-rw-r--r--graphics/sprites/icons/invisible.xml35
-rw-r--r--graphics/sprites/icons/iron-potion.xml9
-rw-r--r--graphics/sprites/icons/poison.pngbin0 -> 1832 bytes
-rw-r--r--graphics/sprites/icons/poison.xml17
-rw-r--r--graphics/sprites/icons/potion-b.pngbin0 -> 497 bytes
-rw-r--r--graphics/sprites/icons/potion-c.pngbin0 -> 978 bytes
-rw-r--r--graphics/sprites/icons/red-rotating-hex.xml16
-rw-r--r--graphics/sprites/icons/slow-poison.pngbin0 -> 1053 bytes
-rw-r--r--graphics/sprites/icons/slow-poison.xml11
-rw-r--r--graphics/sprites/icons/spell-attack-generic.pngbin0 -> 599 bytes
-rw-r--r--graphics/sprites/icons/spell-attack-generic.xml9
-rw-r--r--graphics/sprites/icons/spell-haste.pngbin0 -> 487 bytes
-rw-r--r--graphics/sprites/icons/spell-haste.xml9
-rw-r--r--graphics/sprites/icons/spell-protection-generic.pngbin0 -> 1089 bytes
-rw-r--r--graphics/sprites/icons/spell-protection-generic.xml12
-rw-r--r--graphics/sprites/icons/spell-shearing.pngbin0 -> 457 bytes
-rw-r--r--graphics/sprites/icons/spell-shearing.xml9
25 files changed, 166 insertions, 0 deletions
diff --git a/graphics/sprites/icons/feather.png b/graphics/sprites/icons/feather.png
new file mode 100644
index 00000000..425fb286
--- /dev/null
+++ b/graphics/sprites/icons/feather.png
Binary files differ
diff --git a/graphics/sprites/icons/feather.xml b/graphics/sprites/icons/feather.xml
new file mode 100644
index 00000000..be51fb97
--- /dev/null
+++ b/graphics/sprites/icons/feather.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/feather.png" width="13" height="20"/>
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetY="0" delay="100"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/icons/green-barrier.png b/graphics/sprites/icons/green-barrier.png
new file mode 100644
index 00000000..24e4217b
--- /dev/null
+++ b/graphics/sprites/icons/green-barrier.png
Binary files differ
diff --git a/graphics/sprites/icons/green-barrier.xml b/graphics/sprites/icons/green-barrier.xml
new file mode 100644
index 00000000..e737630f
--- /dev/null
+++ b/graphics/sprites/icons/green-barrier.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/green-barrier.png" width="13" height="20"/>
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetY="0" delay="0"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/icons/haste-potion.xml b/graphics/sprites/icons/haste-potion.xml
new file mode 100644
index 00000000..b8677a7a
--- /dev/null
+++ b/graphics/sprites/icons/haste-potion.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/potion-c.png|G:#da69e5,ffdaff" width="13" height="20"/>
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetY="0" delay="100"/>
+ <frame index="1" offsetY="0" delay="100"/>
+ <frame index="2" offsetY="0" delay="100"/>
+ <frame index="3" offsetY="0" delay="100"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/icons/hidden.png b/graphics/sprites/icons/hidden.png
new file mode 100644
index 00000000..c326d0ad
--- /dev/null
+++ b/graphics/sprites/icons/hidden.png
Binary files differ
diff --git a/graphics/sprites/icons/hidden.xml b/graphics/sprites/icons/hidden.xml
new file mode 100644
index 00000000..1eb45f47
--- /dev/null
+++ b/graphics/sprites/icons/hidden.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/hidden.png" width="12" height="12"/>
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetY="3" delay="0"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/icons/invisible.png b/graphics/sprites/icons/invisible.png
new file mode 100644
index 00000000..e03a2b0c
--- /dev/null
+++ b/graphics/sprites/icons/invisible.png
Binary files differ
diff --git a/graphics/sprites/icons/invisible.xml b/graphics/sprites/icons/invisible.xml
new file mode 100644
index 00000000..f4960b5f
--- /dev/null
+++ b/graphics/sprites/icons/invisible.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/invisible.png" width="16" height="24"/>
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetY="0" delay="2000"/>
+ <frame index="1" offsetY="0" delay="100"/>
+ <frame index="2" offsetY="0" delay="100"/>
+ <frame index="3" offsetY="0" delay="100"/>
+ <frame index="4" offsetY="0" delay="100"/>
+ <frame index="0" offsetY="0" delay="5000"/>
+ <frame index="1" offsetY="0" delay="100"/>
+ <frame index="2" offsetY="0" delay="100"/>
+ <frame index="3" offsetY="0" delay="100"/>
+ <frame index="4" offsetY="0" delay="100"/>
+ <frame index="0" offsetY="0" delay="3000"/>
+ <frame index="7" offsetY="0" delay="500"/>
+ <frame index="0" offsetY="0" delay="3000"/>
+ <frame index="5" offsetY="0" delay="50"/>
+ <frame index="6" offsetY="0" delay="50"/>
+ <frame index="5" offsetY="0" delay="50"/>
+ <frame index="6" offsetY="0" delay="50"/>
+ <frame index="5" offsetY="0" delay="50"/>
+ <frame index="6" offsetY="0" delay="50"/>
+ <frame index="5" offsetY="0" delay="50"/>
+ <frame index="6" offsetY="0" delay="50"/>
+ <frame index="5" offsetY="0" delay="50"/>
+ <frame index="6" offsetY="0" delay="50"/>
+ <frame index="0" offsetY="0" delay="3000"/>
+ <frame index="7" offsetY="0" delay="300"/>
+ <frame index="0" offsetY="0" delay="5000"/>
+ <frame index="7" offsetY="0" delay="200"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/icons/iron-potion.xml b/graphics/sprites/icons/iron-potion.xml
new file mode 100644
index 00000000..2680924a
--- /dev/null
+++ b/graphics/sprites/icons/iron-potion.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/potion-b.png|G:#c05000,f0a000,f0f09f" width="13" height="20"/>
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetY="0"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/icons/poison.png b/graphics/sprites/icons/poison.png
new file mode 100644
index 00000000..b7803cd9
--- /dev/null
+++ b/graphics/sprites/icons/poison.png
Binary files differ
diff --git a/graphics/sprites/icons/poison.xml b/graphics/sprites/icons/poison.xml
new file mode 100644
index 00000000..c041d7e8
--- /dev/null
+++ b/graphics/sprites/icons/poison.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/poison.png" width="12" height="20"/>
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetY="0" delay="80"/>
+ <frame index="1" offsetY="0" delay="80"/>
+ <frame index="2" offsetY="0" delay="80"/>
+ <frame index="3" offsetY="0" delay="80"/>
+ <frame index="4" offsetY="0" delay="80"/>
+ <frame index="5" offsetY="0" delay="80"/>
+ <frame index="6" offsetY="0" delay="80"/>
+ <frame index="7" offsetY="0" delay="80"/>
+ <frame index="8" offsetY="0" delay="80"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/icons/potion-b.png b/graphics/sprites/icons/potion-b.png
new file mode 100644
index 00000000..c6e0685e
--- /dev/null
+++ b/graphics/sprites/icons/potion-b.png
Binary files differ
diff --git a/graphics/sprites/icons/potion-c.png b/graphics/sprites/icons/potion-c.png
new file mode 100644
index 00000000..567a8d8c
--- /dev/null
+++ b/graphics/sprites/icons/potion-c.png
Binary files differ
diff --git a/graphics/sprites/icons/red-rotating-hex.xml b/graphics/sprites/icons/red-rotating-hex.xml
new file mode 100644
index 00000000..5c0fd24d
--- /dev/null
+++ b/graphics/sprites/icons/red-rotating-hex.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/particles/hex-facet-50.png|W:#ff0000" width="9" height="11"/>
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetX="-2" offsetY="4" delay="120"/>
+ <frame index="1" offsetX="-2" offsetY="4" delay="120"/>
+ <frame index="2" offsetX="-2" offsetY="4" delay="120"/>
+ <frame index="3" offsetX="-2" offsetY="4" delay="120"/>
+ <frame index="4" offsetX="-2" offsetY="4" delay="120"/>
+ <frame index="5" offsetX="-3" offsetY="4" delay="120"/>
+ <frame index="6" offsetX="-2" offsetY="4" delay="120"/>
+ <frame index="7" offsetX="-2" offsetY="4" delay="120"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/icons/slow-poison.png b/graphics/sprites/icons/slow-poison.png
new file mode 100644
index 00000000..1cccb26d
--- /dev/null
+++ b/graphics/sprites/icons/slow-poison.png
Binary files differ
diff --git a/graphics/sprites/icons/slow-poison.xml b/graphics/sprites/icons/slow-poison.xml
new file mode 100644
index 00000000..881a1130
--- /dev/null
+++ b/graphics/sprites/icons/slow-poison.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/slow-poison.png" width="12" height="20"/>
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetY="0" delay="190"/>
+ <frame index="1" offsetY="0" delay="275"/>
+ <frame index="2" offsetY="0" delay="300"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/icons/spell-attack-generic.png b/graphics/sprites/icons/spell-attack-generic.png
new file mode 100644
index 00000000..c7e570a2
--- /dev/null
+++ b/graphics/sprites/icons/spell-attack-generic.png
Binary files differ
diff --git a/graphics/sprites/icons/spell-attack-generic.xml b/graphics/sprites/icons/spell-attack-generic.xml
new file mode 100644
index 00000000..3b63e86b
--- /dev/null
+++ b/graphics/sprites/icons/spell-attack-generic.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/spell-attack-generic.png" width="13" height="20"/>
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetY="0" delay="100"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/icons/spell-haste.png b/graphics/sprites/icons/spell-haste.png
new file mode 100644
index 00000000..47661a7b
--- /dev/null
+++ b/graphics/sprites/icons/spell-haste.png
Binary files differ
diff --git a/graphics/sprites/icons/spell-haste.xml b/graphics/sprites/icons/spell-haste.xml
new file mode 100644
index 00000000..b24a6ff1
--- /dev/null
+++ b/graphics/sprites/icons/spell-haste.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/spell-haste.png" width="13" height="20"/>
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetY="4" delay="0"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/icons/spell-protection-generic.png b/graphics/sprites/icons/spell-protection-generic.png
new file mode 100644
index 00000000..c7ddff6f
--- /dev/null
+++ b/graphics/sprites/icons/spell-protection-generic.png
Binary files differ
diff --git a/graphics/sprites/icons/spell-protection-generic.xml b/graphics/sprites/icons/spell-protection-generic.xml
new file mode 100644
index 00000000..d9aac607
--- /dev/null
+++ b/graphics/sprites/icons/spell-protection-generic.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/spell-protection-generic.png" width="12" height="20"/>
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetY="0" delay="400"/>
+ <frame index="1" offsetY="0" delay="200"/>
+ <frame index="2" offsetY="0" delay="250"/>
+ <frame index="1" offsetY="0" delay="200"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/icons/spell-shearing.png b/graphics/sprites/icons/spell-shearing.png
new file mode 100644
index 00000000..6adace2e
--- /dev/null
+++ b/graphics/sprites/icons/spell-shearing.png
Binary files differ
diff --git a/graphics/sprites/icons/spell-shearing.xml b/graphics/sprites/icons/spell-shearing.xml
new file mode 100644
index 00000000..ff2cc2ff
--- /dev/null
+++ b/graphics/sprites/icons/spell-shearing.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/spell-shearing.png" width="13" height="20"/>
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetY="0" delay="100"/>
+ </animation>
+ </action>
+</sprite>