summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2024-08-07 19:34:59 +0200
committerHoraK-FDF <horak-fdf@web.de>2024-08-07 19:34:59 +0200
commitbe8e3f48f51c6d684dc17f1e3ece3f001780d195 (patch)
tree98258816b3a032ce7d005907378b962c6b0dea91
parent2455cbf0b8cf891f482c055184351ec5d22d8637 (diff)
downloadclientdata-be8e3f48f51c6d684dc17f1e3ece3f001780d195.tar.gz
clientdata-be8e3f48f51c6d684dc17f1e3ece3f001780d195.tar.bz2
clientdata-be8e3f48f51c6d684dc17f1e3ece3f001780d195.tar.xz
clientdata-be8e3f48f51c6d684dc17f1e3ece3f001780d195.zip
sc_cooldown_sg, sc_slowmove, sc_cantmove
-rw-r--r--graphics/sprites/icons/cant-move.pngbin0 -> 404 bytes
-rw-r--r--graphics/sprites/icons/cant-move.xml9
-rw-r--r--graphics/sprites/icons/slow-move.pngbin0 -> 601 bytes
-rw-r--r--graphics/sprites/icons/slow-move.xml9
-rw-r--r--graphics/sprites/icons/spell-cooldown-sg.pngbin0 -> 1167 bytes
-rw-r--r--graphics/sprites/icons/spell-cooldown-sg.xml9
-rw-r--r--license.md3
-rw-r--r--status-effects.xml3
8 files changed, 33 insertions, 0 deletions
diff --git a/graphics/sprites/icons/cant-move.png b/graphics/sprites/icons/cant-move.png
new file mode 100644
index 00000000..d749fc01
--- /dev/null
+++ b/graphics/sprites/icons/cant-move.png
Binary files differ
diff --git a/graphics/sprites/icons/cant-move.xml b/graphics/sprites/icons/cant-move.xml
new file mode 100644
index 00000000..c74f82ed
--- /dev/null
+++ b/graphics/sprites/icons/cant-move.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/cant-move.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/slow-move.png b/graphics/sprites/icons/slow-move.png
new file mode 100644
index 00000000..fac2d8e2
--- /dev/null
+++ b/graphics/sprites/icons/slow-move.png
Binary files differ
diff --git a/graphics/sprites/icons/slow-move.xml b/graphics/sprites/icons/slow-move.xml
new file mode 100644
index 00000000..d205e572
--- /dev/null
+++ b/graphics/sprites/icons/slow-move.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/slow-move.png" width="26" height="21"/>
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetX="7" offsetY="-8" delay="100"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/icons/spell-cooldown-sg.png b/graphics/sprites/icons/spell-cooldown-sg.png
new file mode 100644
index 00000000..02f42d61
--- /dev/null
+++ b/graphics/sprites/icons/spell-cooldown-sg.png
Binary files differ
diff --git a/graphics/sprites/icons/spell-cooldown-sg.xml b/graphics/sprites/icons/spell-cooldown-sg.xml
new file mode 100644
index 00000000..8f1737c9
--- /dev/null
+++ b/graphics/sprites/icons/spell-cooldown-sg.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/spell-cooldown-sg.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 55b2182d..1da0eb27 100644
--- a/license.md
+++ b/license.md
@@ -737,6 +737,8 @@ File | Artists | Licenses
`graphics/sprites/icons/slow-poison.png` | Freeyorp101 | GPLv2, CC BY-SA 3.0
`graphics/sprites/icons/spell-haste.png` | Graingert | GPLv2
`graphics/sprites/icons/spell-protection-generic.png` | Freeyorp101 | GPLv2, CC BY-SA 3.0
+`graphics/sprites/icons/cant-move.png` | HoraK-FDF | GPLv2, CC BY-SA 4.0
+`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-mg.png` | HoraK-FDF | GPLv2, CC BY-SA 4.0
@@ -748,6 +750,7 @@ File | Artists | Licenses
`graphics/sprites/icons/spell-cooldown-r.png` | HoraK-FDF | GPLv2, CC BY-SA 4.0
`graphics/sprites/icons/spell-cooldown-r-outline.png` | HoraK-FDF | GPLv2, CC BY-SA 4.0
`graphics/sprites/icons/spell-cooldown-upmarmu.png` | HoraK-FDF | GPLv2, CC BY-SA 4.0
+`graphics/sprites/icons/spell-cooldown-sg.png` | Hocus, HoraK-FDF | MIT, GPLv2, CC BY-SA 3.0
`graphics/sprites/icons/spell-attack-generic-outline.png` | :grey_question:, HoraK-FDF | GPLv2, CC BY-SA 4.0
`graphics/sprites/icons/feather-outline.png` | :grey_question:, HoraK-FDF | GPLv2, CC BY-SA 4.0
`graphics/sprites/icons/hidden-outline.png` | :grey_question:, HoraK-FDF | GPLv2, CC BY-SA 4.0
diff --git a/status-effects.xml b/status-effects.xml
index b98984b3..8b4bc4b8 100644
--- a/status-effects.xml
+++ b/status-effects.xml
@@ -27,4 +27,7 @@
<status-effect name="spell-cooldown-ench" id="76" icon="icons/spell-cooldown-ench.xml"/>
<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="slow-move" id="133" icon="icons/slow-move.xml"/>
+ <status-effect name="cant-move" id="134" icon="icons/cant-move.xml"/>
</status-effects>