diff options
author | HoraK-FDF <horak-fdf@web.de> | 2021-05-19 23:44:30 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-19 23:44:30 +0000 |
commit | 649e51f240b5460287ac6ce549a7afe5f6b5e338 (patch) | |
tree | 485099ab31f204fa188ec5be7242ff9a91d927c1 | |
parent | 8f70974710ecc2387d11b4016d4e432f9c84d3ba (diff) | |
download | clientdata-649e51f240b5460287ac6ce549a7afe5f6b5e338.tar.gz clientdata-649e51f240b5460287ac6ce549a7afe5f6b5e338.tar.bz2 clientdata-649e51f240b5460287ac6ce549a7afe5f6b5e338.tar.xz clientdata-649e51f240b5460287ac6ce549a7afe5f6b5e338.zip |
weight symbols for 50 and 90 percent
-rw-r--r-- | graphics/sprites/icons/weight-big.png | bin | 0 -> 322 bytes | |||
-rw-r--r-- | graphics/sprites/icons/weight-big.xml | 10 | ||||
-rw-r--r-- | graphics/sprites/icons/weight-small.png | bin | 0 -> 315 bytes | |||
-rw-r--r-- | graphics/sprites/icons/weight-small.xml | 10 | ||||
-rw-r--r-- | license.md | 2 | ||||
-rw-r--r-- | status-effects.xml | 2 |
6 files changed, 24 insertions, 0 deletions
diff --git a/graphics/sprites/icons/weight-big.png b/graphics/sprites/icons/weight-big.png Binary files differnew file mode 100644 index 00000000..1671e63e --- /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 00000000..7bb3521b --- /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="14" height="16"/> + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="-11" delay="500"/> + <frame index="0" offsetY="-12" 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 00000000..fc3a3bc1 --- /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 00000000..3c14c2ac --- /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="10" height="16"/> + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="-11" delay="500"/> + <frame index="0" offsetY="-12" delay="500"/> + </animation> + </action> +</sprite> @@ -658,6 +658,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/weight-big.png` | HoraK | GPLv2, CC BY-SA 4.0 +`graphics/sprites/icons/weight-small.png` | HoraK | GPLv2, CC BY-SA 4.0 #### Actor Models File | Artists | Licenses diff --git a/status-effects.xml b/status-effects.xml index 4b34190d..38239ea7 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -104,11 +104,13 @@ end-message: Displays a message when the effect end. /> <status-effect name="weight 50%" + icon="icons/weight-small.xml" id="35" /> <status-effect name="weight 90%" id="36" + icon="icons/weight-big.xml" /> <status-effect name="att haste 1" |