summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2022-11-11 20:02:03 +0100
committerHoraK-FDF <horak-fdf@web.de>2022-11-11 20:02:03 +0100
commit44698682a215e25bc60e98cf5aa42e09031b4f31 (patch)
tree467fa6ebdf306f6d2be7dea3012c0940c1a791eb
parentc320516c530c072514396995b89752496126cdaf (diff)
downloadclientdata-icons.tar.gz
clientdata-icons.tar.bz2
clientdata-icons.tar.xz
clientdata-icons.zip
cooldown icons dark magic summonsicons
-rw-r--r--graphics/sprites/icons/spell-cooldown-ench.pngbin0 -> 1405 bytes
-rw-r--r--graphics/sprites/icons/spell-cooldown-ench.xml9
-rw-r--r--graphics/sprites/icons/spell-cooldown-koy.pngbin0 -> 1369 bytes
-rw-r--r--graphics/sprites/icons/spell-cooldown-koy.xml9
-rw-r--r--status-effects.xml2
5 files changed, 20 insertions, 0 deletions
diff --git a/graphics/sprites/icons/spell-cooldown-ench.png b/graphics/sprites/icons/spell-cooldown-ench.png
new file mode 100644
index 00000000..5950f38d
--- /dev/null
+++ b/graphics/sprites/icons/spell-cooldown-ench.png
Binary files differ
diff --git a/graphics/sprites/icons/spell-cooldown-ench.xml b/graphics/sprites/icons/spell-cooldown-ench.xml
new file mode 100644
index 00000000..32c15e95
--- /dev/null
+++ b/graphics/sprites/icons/spell-cooldown-ench.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/spell-cooldown-ench.png" width="13" height="21"/>
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetY="-8" delay="100"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/icons/spell-cooldown-koy.png b/graphics/sprites/icons/spell-cooldown-koy.png
new file mode 100644
index 00000000..8efece99
--- /dev/null
+++ b/graphics/sprites/icons/spell-cooldown-koy.png
Binary files differ
diff --git a/graphics/sprites/icons/spell-cooldown-koy.xml b/graphics/sprites/icons/spell-cooldown-koy.xml
new file mode 100644
index 00000000..999b5eb7
--- /dev/null
+++ b/graphics/sprites/icons/spell-cooldown-koy.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/spell-cooldown-koy.png" width="13" height="21"/>
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetY="-8" delay="100"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/status-effects.xml b/status-effects.xml
index a928a4ad..cd08d2a7 100644
--- a/status-effects.xml
+++ b/status-effects.xml
@@ -23,4 +23,6 @@
<status-effect name="spell-cooldown-mt" id="73" icon="icons/spell-cooldown-mt.xml"/>
<status-effect name="spell-cooldown-r" id="74" icon="icons/spell-cooldown-r.xml"/>
<status-effect name="spell-cooldown-ar" id="75" icon="icons/spell-cooldown-ar.xml"/>
+ <status-effect name="spell-cooldown-ench" id="76" icon="icons/spell-cooldown-ench.xml"/>
+ <status-effect name="spell-cooldown-koy" id="77" icon="icons/spell-cooldown-koy.xml"/>
</status-effects>