summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusalva Jesusalva <jesusalva@themanaworld.org>2022-10-24 23:33:55 +0000
committerJesusalva Jesusalva <jesusalva@themanaworld.org>2022-10-24 23:33:55 +0000
commitcd84fc20a055280da74d636a43c9a8bc2829b99f (patch)
tree81092b0f74aac6383a4273e13805b0318e6d9a79
parentf76e0c1751ee41fc232a82ae6f5b8758cb10c6c9 (diff)
parent8ed3d847282268d453e08e63e3a40be6d6ebd193 (diff)
downloadclientdata-cd84fc20a055280da74d636a43c9a8bc2829b99f.tar.gz
clientdata-cd84fc20a055280da74d636a43c9a8bc2829b99f.tar.bz2
clientdata-cd84fc20a055280da74d636a43c9a8bc2829b99f.tar.xz
clientdata-cd84fc20a055280da74d636a43c9a8bc2829b99f.zip
Merge branch 'icons' into 'master'
mana guardian/tyrant, kaflosh and frillyar status symbols See merge request legacy/clientdata!477
-rw-r--r--graphics/sprites/icons/spell-cooldown-ar-outline.pngbin0 -> 14293 bytes
-rw-r--r--graphics/sprites/icons/spell-cooldown-ar.pngbin0 -> 14093 bytes
-rw-r--r--graphics/sprites/icons/spell-cooldown-ar.xml9
-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--graphics/sprites/icons/spell-cooldown-r-outline.pngbin0 -> 13491 bytes
-rw-r--r--graphics/sprites/icons/spell-cooldown-r.pngbin0 -> 13459 bytes
-rw-r--r--graphics/sprites/icons/spell-cooldown-r.xml9
-rw-r--r--status-effects.xml5
11 files changed, 41 insertions, 0 deletions
diff --git a/graphics/sprites/icons/spell-cooldown-ar-outline.png b/graphics/sprites/icons/spell-cooldown-ar-outline.png
new file mode 100644
index 00000000..5441acd9
--- /dev/null
+++ b/graphics/sprites/icons/spell-cooldown-ar-outline.png
Binary files differ
diff --git a/graphics/sprites/icons/spell-cooldown-ar.png b/graphics/sprites/icons/spell-cooldown-ar.png
new file mode 100644
index 00000000..04058e16
--- /dev/null
+++ b/graphics/sprites/icons/spell-cooldown-ar.png
Binary files differ
diff --git a/graphics/sprites/icons/spell-cooldown-ar.xml b/graphics/sprites/icons/spell-cooldown-ar.xml
new file mode 100644
index 00000000..58c16b4d
--- /dev/null
+++ b/graphics/sprites/icons/spell-cooldown-ar.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/spell-cooldown-ar-outline.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-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/graphics/sprites/icons/spell-cooldown-r-outline.png b/graphics/sprites/icons/spell-cooldown-r-outline.png
new file mode 100644
index 00000000..af56eda5
--- /dev/null
+++ b/graphics/sprites/icons/spell-cooldown-r-outline.png
Binary files differ
diff --git a/graphics/sprites/icons/spell-cooldown-r.png b/graphics/sprites/icons/spell-cooldown-r.png
new file mode 100644
index 00000000..67555ebf
--- /dev/null
+++ b/graphics/sprites/icons/spell-cooldown-r.png
Binary files differ
diff --git a/graphics/sprites/icons/spell-cooldown-r.xml b/graphics/sprites/icons/spell-cooldown-r.xml
new file mode 100644
index 00000000..f0a7f6e7
--- /dev/null
+++ b/graphics/sprites/icons/spell-cooldown-r.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/spell-cooldown-r-outline.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..a928a4ad 100644
--- a/status-effects.xml
+++ b/status-effects.xml
@@ -18,4 +18,9 @@
<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-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-effects>