diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-08 20:12:22 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-08 20:12:22 -0200 |
commit | 15337b175d61e9e7be738a1519bb86fae6255b1d (patch) | |
tree | f783c926ab623ec3d81c5865717fb046965c5235 /graphics/sprites/icons/blind.xml | |
parent | f2ad892e2f4b0eb84196a5a12761d0162cec42d3 (diff) | |
download | clientdata-15337b175d61e9e7be738a1519bb86fae6255b1d.tar.gz clientdata-15337b175d61e9e7be738a1519bb86fae6255b1d.tar.bz2 clientdata-15337b175d61e9e7be738a1519bb86fae6255b1d.tar.xz clientdata-15337b175d61e9e7be738a1519bb86fae6255b1d.zip |
[skip ci] Blind and Silence status effects icons
Diffstat (limited to 'graphics/sprites/icons/blind.xml')
-rw-r--r-- | graphics/sprites/icons/blind.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/sprites/icons/blind.xml b/graphics/sprites/icons/blind.xml new file mode 100644 index 00000000..2ced2313 --- /dev/null +++ b/graphics/sprites/icons/blind.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Blind: Hit rate and Evasion -25% --> +<!-- Authors: Alige, Reid +Copyright (C) 2010-2013 Evol Online --> + +<sprite> + <imageset name="icon" + src="graphics/sprites/icons/blind.png" + width="10" + height="9" + offsetX="-1" + offsetY="-16"/> + + <action name="default" imageset="icon"> + <animation direction="default"> + <frame index="0" delay="5000"/> + <frame index="1" delay="150"/> + <frame index="2" delay="300"/> + <frame index="1" delay="200"/> + <frame index="0" delay="3000"/> + <sequence value="1,2,1" delay="150"/> + </animation> + </action> +</sprite> |