summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2022-10-24 10:24:37 +0200
committerHoraK-FDF <horak-fdf@web.de>2022-10-24 10:24:37 +0200
commit5715c76da11f31f559f5a5c9b20cae9baa9fcb10 (patch)
treefdccf3f4b13d61dd910f4d61e9a3df206be39ec5
parentf76e0c1751ee41fc232a82ae6f5b8758cb10c6c9 (diff)
downloadclientdata-5715c76da11f31f559f5a5c9b20cae9baa9fcb10.tar.gz
clientdata-5715c76da11f31f559f5a5c9b20cae9baa9fcb10.tar.bz2
clientdata-5715c76da11f31f559f5a5c9b20cae9baa9fcb10.tar.xz
clientdata-5715c76da11f31f559f5a5c9b20cae9baa9fcb10.zip
mana guardian/tyrant status symbols
-rw-r--r--graphics/sprites/icons/spell-cooldown-mg.pngbin0 -> 1538 bytes
-rw-r--r--graphics/sprites/icons/spell-cooldown-mg.xml9
-rw-r--r--graphics/sprites/icons/spell-cooldown-mt.pngbin0 -> 1480 bytes
-rw-r--r--graphics/sprites/icons/spell-cooldown-mt.xml9
-rw-r--r--status-effects.xml3
5 files changed, 21 insertions, 0 deletions
diff --git a/graphics/sprites/icons/spell-cooldown-mg.png b/graphics/sprites/icons/spell-cooldown-mg.png
new file mode 100644
index 00000000..31e46a53
--- /dev/null
+++ b/graphics/sprites/icons/spell-cooldown-mg.png
Binary files differ
diff --git a/graphics/sprites/icons/spell-cooldown-mg.xml b/graphics/sprites/icons/spell-cooldown-mg.xml
new file mode 100644
index 00000000..f4282793
--- /dev/null
+++ b/graphics/sprites/icons/spell-cooldown-mg.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/spell-cooldown-mg.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-mt.png b/graphics/sprites/icons/spell-cooldown-mt.png
new file mode 100644
index 00000000..84fe8322
--- /dev/null
+++ b/graphics/sprites/icons/spell-cooldown-mt.png
Binary files differ
diff --git a/graphics/sprites/icons/spell-cooldown-mt.xml b/graphics/sprites/icons/spell-cooldown-mt.xml
new file mode 100644
index 00000000..87b8ef2e
--- /dev/null
+++ b/graphics/sprites/icons/spell-cooldown-mt.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/spell-cooldown-mt.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 b2e47a68..89371ff7 100644
--- a/status-effects.xml
+++ b/status-effects.xml
@@ -18,4 +18,7 @@
<status-effect name="spell-shearing" id="2001" icon="icons/spell-shearing.xml"/>
<status-effect name="spell-protection-generic" id="2002" icon="icons/spell-protection-generic.xml"/>
<status-effect name="spell-haste" id="2003" icon="icons/spell-haste.xml"/>
+ <status-effect name="spell-cooldown" id="71" icon="icons/spell-cooldown.xml"/>
+ <status-effect name="spell-cooldown-mg" id="72" icon="icons/spell-cooldown-mg.xml"/>
+ <status-effect name="spell-cooldown-mt" id="73" icon="icons/spell-cooldown-mt.xml"/>
</status-effects>