summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2022-10-25 01:16:10 +0200
committerHoraK-FDF <horak-fdf@web.de>2022-10-25 01:16:10 +0200
commit8ed3d847282268d453e08e63e3a40be6d6ebd193 (patch)
tree81092b0f74aac6383a4273e13805b0318e6d9a79
parent5715c76da11f31f559f5a5c9b20cae9baa9fcb10 (diff)
downloadclientdata-8ed3d847282268d453e08e63e3a40be6d6ebd193.tar.gz
clientdata-8ed3d847282268d453e08e63e3a40be6d6ebd193.tar.bz2
clientdata-8ed3d847282268d453e08e63e3a40be6d6ebd193.tar.xz
clientdata-8ed3d847282268d453e08e63e3a40be6d6ebd193.zip
frillyar and kaflosh status symbols
-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-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.xml2
7 files changed, 20 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-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 89371ff7..a928a4ad 100644
--- a/status-effects.xml
+++ b/status-effects.xml
@@ -21,4 +21,6 @@
<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>