summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2025-04-02 14:21:29 +0000
committerHoraK-FDF <horak-fdf@web.de>2025-04-02 14:21:29 +0000
commitcba4348760c58ed0d7c19a1b26d5c30965b4d70c (patch)
treea84b694d828643beb6f619f7275db70235867873
parent84c51ec82b6ef70228f04433bafd33d616a8ac94 (diff)
downloadclientdata-cba4348760c58ed0d7c19a1b26d5c30965b4d70c.tar.gz
clientdata-cba4348760c58ed0d7c19a1b26d5c30965b4d70c.tar.bz2
clientdata-cba4348760c58ed0d7c19a1b26d5c30965b4d70c.tar.xz
clientdata-cba4348760c58ed0d7c19a1b26d5c30965b4d70c.zip
SC_COOLDOWN_CG
clientdata changes for https://git.themanaworld.org/legacy/tmwa/-/merge_requests/298 and https://git.themanaworld.org/legacy/serverdata/-/merge_requests/848 Approved-by: Thorbjørn Lindeijer <bjorn@lindeijer.nl> Approved-by: Hello TMW <hello@themanaworld.org>
-rw-r--r--graphics/sprites/icons/spell-cooldown-cg.pngbin0 -> 1128 bytes
-rw-r--r--graphics/sprites/icons/spell-cooldown-cg.xml9
-rw-r--r--license.md1
-rw-r--r--status-effects.xml1
4 files changed, 11 insertions, 0 deletions
diff --git a/graphics/sprites/icons/spell-cooldown-cg.png b/graphics/sprites/icons/spell-cooldown-cg.png
new file mode 100644
index 00000000..f72a4675
--- /dev/null
+++ b/graphics/sprites/icons/spell-cooldown-cg.png
Binary files differ
diff --git a/graphics/sprites/icons/spell-cooldown-cg.xml b/graphics/sprites/icons/spell-cooldown-cg.xml
new file mode 100644
index 00000000..3d5a827b
--- /dev/null
+++ b/graphics/sprites/icons/spell-cooldown-cg.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/spell-cooldown-cg.png" width="18" height="21"/>
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetX="3" offsetY="-8" delay="100"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/license.md b/license.md
index 4a1d095a..9f463dc0 100644
--- a/license.md
+++ b/license.md
@@ -754,6 +754,7 @@ File | Artists | Licenses
`graphics/sprites/icons/slow-move.png` | HoraK-FDF | GPLv2, CC BY-SA 4.0
`graphics/sprites/icons/weight-big.png` | HoraK-FDF | GPLv2, CC BY-SA 4.0
`graphics/sprites/icons/weight-small.png` | HoraK-FDF | GPLv2, CC BY-SA 4.0
+`graphics/sprites/icons/spell-cooldown-cg.png` | Hocus, HoraK-FDF | MIT, GPLv2, CC BY-SA 3.0
`graphics/sprites/icons/spell-cooldown-mg.png` | HoraK-FDF | GPLv2, CC BY-SA 4.0
`graphics/sprites/icons/spell-cooldown-mt.png` | HoraK-FDF | GPLv2, CC BY-SA 4.0
`graphics/sprites/icons/spell-cooldown-ench.png` | HoraK-FDF | GPLv2, CC BY-SA 4.0
diff --git a/status-effects.xml b/status-effects.xml
index bfc1c69b..6b96def5 100644
--- a/status-effects.xml
+++ b/status-effects.xml
@@ -29,6 +29,7 @@
<status-effect name="spell-cooldown-koy" id="77" icon="icons/spell-cooldown-koy.xml"/>
<status-effect name="spell-cooldown-upmarmu" id="78" icon="icons/spell-cooldown-upmarmu.xml"/>
<status-effect name="spell-cooldown-sg" id="79" icon="icons/spell-cooldown-sg.xml"/>
+ <status-effect name="spell-cooldown-cg" id="80" icon="icons/spell-cooldown-cg.xml"/>
<status-effect name="slow-move" id="133" icon="icons/slow-move.xml"/>
<status-effect name="cant-move" id="134" icon="icons/cant-move.xml"/>
</status-effects>