summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2024-04-27 18:33:13 +0000
committerFedja Beader <fedja@protonmail.ch>2024-04-27 18:33:13 +0000
commit129ef8dadf0a3aa7945f2a0ca61706b189a9ae21 (patch)
tree077e83a0faae7a5dfdc109163a3b7b0494e7614f
parent3d0fc1d1a5ff25659dafbd827b5295e310c63550 (diff)
downloadclientdata-129ef8dadf0a3aa7945f2a0ca61706b189a9ae21.tar.gz
clientdata-129ef8dadf0a3aa7945f2a0ca61706b189a9ae21.tar.bz2
clientdata-129ef8dadf0a3aa7945f2a0ca61706b189a9ae21.tar.xz
clientdata-129ef8dadf0a3aa7945f2a0ca61706b189a9ae21.zip
weight symbols
Imported from Classic's client-data likely also needs some license file updated. Will the CI catch it? Let's see. **** Co-authored-by: HoraK <horak-fdf@web.de>
-rw-r--r--LICENSE2
-rw-r--r--graphics/sprites/icons/weight-big.pngbin0 -> 348 bytes
-rw-r--r--graphics/sprites/icons/weight-big.xml10
-rw-r--r--graphics/sprites/icons/weight-small.pngbin0 -> 346 bytes
-rw-r--r--graphics/sprites/icons/weight-small.xml10
-rw-r--r--status-effects.xml2
6 files changed, 24 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 87800a7fa..38651b982 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1908,6 +1908,8 @@ This list also includes the list of Evol Online and The Mana World contributors.
graphics/sprites/icons/poison.png (FotherJ) (CC BY-SA 3.0) (-)
graphics/sprites/icons/silence.png (?) (?) (TMW.org)
graphics/sprites/icons/spell-protection.png (Reid) (CC BY-SA 3.0) (Alige)
+ 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) (-)
### Monsters
graphics/sprites/monsters/alphamouboo.png (Saulc) (GPLv2) (Yuuki)
graphics/sprites/monsters/archant.png (?, Wombat) (GPLv2) (-)
diff --git a/graphics/sprites/icons/weight-big.png b/graphics/sprites/icons/weight-big.png
new file mode 100644
index 000000000..632c9d1fd
--- /dev/null
+++ b/graphics/sprites/icons/weight-big.png
Binary files differ
diff --git a/graphics/sprites/icons/weight-big.xml b/graphics/sprites/icons/weight-big.xml
new file mode 100644
index 000000000..c64f89fe3
--- /dev/null
+++ b/graphics/sprites/icons/weight-big.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/weight-big.png" width="16" height="16"/>
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetY="-10" delay="500"/>
+ <frame index="0" offsetY="-11" delay="500"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/icons/weight-small.png b/graphics/sprites/icons/weight-small.png
new file mode 100644
index 000000000..c4a142810
--- /dev/null
+++ b/graphics/sprites/icons/weight-small.png
Binary files differ
diff --git a/graphics/sprites/icons/weight-small.xml b/graphics/sprites/icons/weight-small.xml
new file mode 100644
index 000000000..acc9e77a5
--- /dev/null
+++ b/graphics/sprites/icons/weight-small.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/weight-small.png" width="12" height="16"/>
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetY="-10" delay="500"/>
+ <frame index="0" offsetY="-11" delay="500"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/status-effects.xml b/status-effects.xml
index bd560d54b..c5c65759d 100644
--- a/status-effects.xml
+++ b/status-effects.xml
@@ -103,10 +103,12 @@ end-message: Displays a message when the effect end.
<status-effect
name="weight 50%"
id="35"
+ icon="icons/weight-small.xml"
/>
<status-effect
name="weight 90%"
id="36"
+ icon="icons/weight-big.xml"
/>
<status-effect
name="att haste 1"