diff options
author | HoraK-FDF <horak-fdf@web.de> | 2025-01-24 19:14:11 +0100 |
---|---|---|
committer | HoraK-FDF <horak-fdf@web.de> | 2025-01-24 19:14:11 +0100 |
commit | 1887948609576ff6f37ca1a18e934c6940391564 (patch) | |
tree | 84540abefd8d5735ceea8cae36dbc1bf46ef5e7d | |
parent | 5b4960fa424bc5d180658d783ca561345deea72e (diff) | |
download | clientdata-1887948609576ff6f37ca1a18e934c6940391564.tar.gz clientdata-1887948609576ff6f37ca1a18e934c6940391564.tar.bz2 clientdata-1887948609576ff6f37ca1a18e934c6940391564.tar.xz clientdata-1887948609576ff6f37ca1a18e934c6940391564.zip |
sc_cooldown_cgsc_cooldown_cg
-rw-r--r-- | graphics/sprites/icons/spell-cooldown-cg.png | bin | 0 -> 1128 bytes | |||
-rw-r--r-- | graphics/sprites/icons/spell-cooldown-cg.xml | 9 | ||||
-rw-r--r-- | license.md | 1 | ||||
-rw-r--r-- | status-effects.xml | 1 |
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 Binary files differnew file mode 100644 index 00000000..f72a4675 --- /dev/null +++ b/graphics/sprites/icons/spell-cooldown-cg.png 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> @@ -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> |