diff options
author | HoraK-FDF <horak-fdf@web.de> | 2022-09-20 09:28:14 +0200 |
---|---|---|
committer | HoraK-FDF <horak-fdf@web.de> | 2022-09-20 09:28:14 +0200 |
commit | c7a384dc3e3e881db046b9821dbf41692ba25446 (patch) | |
tree | 5b7c6cb38dce42dfed07ece22efc3989dcddc825 | |
parent | 2244889e3684af8e41a206587044a0951ed48e4c (diff) | |
download | clientdata-c7a384dc3e3e881db046b9821dbf41692ba25446.tar.gz clientdata-c7a384dc3e3e881db046b9821dbf41692ba25446.tar.bz2 clientdata-c7a384dc3e3e881db046b9821dbf41692ba25446.tar.xz clientdata-c7a384dc3e3e881db046b9821dbf41692ba25446.zip |
weight symbols
-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 | 4 |
5 files changed, 22 insertions, 2 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..632c9d1f --- /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..c64f89fe --- /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 00000000..c4a14281 --- /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..acc9e77a --- /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 efeed2d3..b2e47a68 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -6,8 +6,8 @@ <status-effect name="invisibility" id="4096" option="4096" icon="icons/invisible.xml" start-message="You are now invisible." end-message="You are no longer invisible." persistent-particle-effect="yes" particle="graphics/particles/sphere-white.particle.xml"/> <status-effect name="poison" id="132" opt2="1" icon="icons/poison.xml" persistent-particle-effect="yes" particle="graphics/particles/green-bubbles.particle.xml"/> <status-effect name="slow-poison" id="14" opt2="512" icon="icons/slow-poison.xml" persistent-particle-effect="yes" particle="graphics/particles/small-green-bubbles.particle.xml"/> - <status-effect name="weight 50%" id="35"/> - <status-effect name="weight 90%" id="36"/> + <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="hide" id="194" option="64" icon="icons/hidden.xml"/> <status-effect name="halt-regenerate" id="195"/> <status-effect name="flying-backpack" id="196" icon="icons/feather.xml"/> |