diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-04-27 18:33:13 +0000 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-04-27 18:33:13 +0000 |
commit | 129ef8dadf0a3aa7945f2a0ca61706b189a9ae21 (patch) | |
tree | 077e83a0faae7a5dfdc109163a3b7b0494e7614f | |
parent | 3d0fc1d1a5ff25659dafbd827b5295e310c63550 (diff) | |
download | clientdata-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-- | LICENSE | 2 | ||||
-rw-r--r-- | graphics/sprites/icons/weight-big.png | bin | 0 -> 348 bytes | |||
-rw-r--r-- | graphics/sprites/icons/weight-big.xml | 10 | ||||
-rw-r--r-- | graphics/sprites/icons/weight-small.png | bin | 0 -> 346 bytes | |||
-rw-r--r-- | graphics/sprites/icons/weight-small.xml | 10 | ||||
-rw-r--r-- | status-effects.xml | 2 |
6 files changed, 24 insertions, 0 deletions
@@ -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 Binary files differnew file mode 100644 index 000000000..632c9d1fd --- /dev/null +++ b/graphics/sprites/icons/weight-big.png 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 Binary files differnew file mode 100644 index 000000000..c4a142810 --- /dev/null +++ b/graphics/sprites/icons/weight-small.png 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" |