diff options
author | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2022-11-11 19:33:10 +0000 |
---|---|---|
committer | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2022-11-11 19:33:10 +0000 |
commit | 83db5b260d9755577fc92436df10ef65c36d0173 (patch) | |
tree | 467fa6ebdf306f6d2be7dea3012c0940c1a791eb | |
parent | c320516c530c072514396995b89752496126cdaf (diff) | |
parent | 44698682a215e25bc60e98cf5aa42e09031b4f31 (diff) | |
download | clientdata-83db5b260d9755577fc92436df10ef65c36d0173.tar.gz clientdata-83db5b260d9755577fc92436df10ef65c36d0173.tar.bz2 clientdata-83db5b260d9755577fc92436df10ef65c36d0173.tar.xz clientdata-83db5b260d9755577fc92436df10ef65c36d0173.zip |
Merge branch 'icons' into 'master'
cooldown icons dark magic summons
See merge request legacy/clientdata!478
-rw-r--r-- | graphics/sprites/icons/spell-cooldown-ench.png | bin | 0 -> 1405 bytes | |||
-rw-r--r-- | graphics/sprites/icons/spell-cooldown-ench.xml | 9 | ||||
-rw-r--r-- | graphics/sprites/icons/spell-cooldown-koy.png | bin | 0 -> 1369 bytes | |||
-rw-r--r-- | graphics/sprites/icons/spell-cooldown-koy.xml | 9 | ||||
-rw-r--r-- | status-effects.xml | 2 |
5 files changed, 20 insertions, 0 deletions
diff --git a/graphics/sprites/icons/spell-cooldown-ench.png b/graphics/sprites/icons/spell-cooldown-ench.png Binary files differnew file mode 100644 index 00000000..5950f38d --- /dev/null +++ b/graphics/sprites/icons/spell-cooldown-ench.png diff --git a/graphics/sprites/icons/spell-cooldown-ench.xml b/graphics/sprites/icons/spell-cooldown-ench.xml new file mode 100644 index 00000000..32c15e95 --- /dev/null +++ b/graphics/sprites/icons/spell-cooldown-ench.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/icons/spell-cooldown-ench.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/spell-cooldown-koy.png b/graphics/sprites/icons/spell-cooldown-koy.png Binary files differnew file mode 100644 index 00000000..8efece99 --- /dev/null +++ b/graphics/sprites/icons/spell-cooldown-koy.png diff --git a/graphics/sprites/icons/spell-cooldown-koy.xml b/graphics/sprites/icons/spell-cooldown-koy.xml new file mode 100644 index 00000000..999b5eb7 --- /dev/null +++ b/graphics/sprites/icons/spell-cooldown-koy.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/icons/spell-cooldown-koy.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/status-effects.xml b/status-effects.xml index a928a4ad..cd08d2a7 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -23,4 +23,6 @@ <status-effect name="spell-cooldown-mt" id="73" icon="icons/spell-cooldown-mt.xml"/> <status-effect name="spell-cooldown-r" id="74" icon="icons/spell-cooldown-r.xml"/> <status-effect name="spell-cooldown-ar" id="75" icon="icons/spell-cooldown-ar.xml"/> + <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-effects> |