diff options
-rw-r--r-- | graphics/sprites/icons/spell-cooldown-ar-outline.png | bin | 0 -> 14293 bytes | |||
-rw-r--r-- | graphics/sprites/icons/spell-cooldown-ar.png | bin | 0 -> 14093 bytes | |||
-rw-r--r-- | graphics/sprites/icons/spell-cooldown-ar.xml | 9 | ||||
-rw-r--r-- | graphics/sprites/icons/spell-cooldown-r-outline.png | bin | 0 -> 13491 bytes | |||
-rw-r--r-- | graphics/sprites/icons/spell-cooldown-r.png | bin | 0 -> 13459 bytes | |||
-rw-r--r-- | graphics/sprites/icons/spell-cooldown-r.xml | 9 | ||||
-rw-r--r-- | status-effects.xml | 2 |
7 files changed, 20 insertions, 0 deletions
diff --git a/graphics/sprites/icons/spell-cooldown-ar-outline.png b/graphics/sprites/icons/spell-cooldown-ar-outline.png Binary files differnew file mode 100644 index 00000000..5441acd9 --- /dev/null +++ b/graphics/sprites/icons/spell-cooldown-ar-outline.png diff --git a/graphics/sprites/icons/spell-cooldown-ar.png b/graphics/sprites/icons/spell-cooldown-ar.png Binary files differnew file mode 100644 index 00000000..04058e16 --- /dev/null +++ b/graphics/sprites/icons/spell-cooldown-ar.png diff --git a/graphics/sprites/icons/spell-cooldown-ar.xml b/graphics/sprites/icons/spell-cooldown-ar.xml new file mode 100644 index 00000000..58c16b4d --- /dev/null +++ b/graphics/sprites/icons/spell-cooldown-ar.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/icons/spell-cooldown-ar-outline.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-r-outline.png b/graphics/sprites/icons/spell-cooldown-r-outline.png Binary files differnew file mode 100644 index 00000000..af56eda5 --- /dev/null +++ b/graphics/sprites/icons/spell-cooldown-r-outline.png diff --git a/graphics/sprites/icons/spell-cooldown-r.png b/graphics/sprites/icons/spell-cooldown-r.png Binary files differnew file mode 100644 index 00000000..67555ebf --- /dev/null +++ b/graphics/sprites/icons/spell-cooldown-r.png diff --git a/graphics/sprites/icons/spell-cooldown-r.xml b/graphics/sprites/icons/spell-cooldown-r.xml new file mode 100644 index 00000000..f0a7f6e7 --- /dev/null +++ b/graphics/sprites/icons/spell-cooldown-r.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/icons/spell-cooldown-r-outline.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 89371ff7..a928a4ad 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -21,4 +21,6 @@ <status-effect name="spell-cooldown" id="71" icon="icons/spell-cooldown.xml"/> <status-effect name="spell-cooldown-mg" id="72" icon="icons/spell-cooldown-mg.xml"/> <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-effects> |