summaryrefslogtreecommitdiff
path: root/graphics/sprites/icons
diff options
context:
space:
mode:
authorJoseph Botosh <rumly111@gmail.com>2016-07-03 19:57:25 +0300
committerGitLab <gitlab@gitlab.com>2016-07-09 20:14:03 +0000
commit652a82f8860f56c07d3d994460e076b4e53614b8 (patch)
treee2c2ca561833086b38222d8c2e1d809c64d3e44e /graphics/sprites/icons
parent0e21e59539877e3097d0b395f808dcecb2004134 (diff)
downloadclientdata-652a82f8860f56c07d3d994460e076b4e53614b8.tar.gz
clientdata-652a82f8860f56c07d3d994460e076b4e53614b8.tar.bz2
clientdata-652a82f8860f56c07d3d994460e076b4e53614b8.tar.xz
clientdata-652a82f8860f56c07d3d994460e076b4e53614b8.zip
add magic shield (betsanc) particles, also status icon
Diffstat (limited to 'graphics/sprites/icons')
-rw-r--r--graphics/sprites/icons/spell-protection-generic.pngbin0 -> 1089 bytes
-rw-r--r--graphics/sprites/icons/spell-protection-generic.xml12
2 files changed, 12 insertions, 0 deletions
diff --git a/graphics/sprites/icons/spell-protection-generic.png b/graphics/sprites/icons/spell-protection-generic.png
new file mode 100644
index 00000000..c7ddff6f
--- /dev/null
+++ b/graphics/sprites/icons/spell-protection-generic.png
Binary files differ
diff --git a/graphics/sprites/icons/spell-protection-generic.xml b/graphics/sprites/icons/spell-protection-generic.xml
new file mode 100644
index 00000000..6bb0501c
--- /dev/null
+++ b/graphics/sprites/icons/spell-protection-generic.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/spell-protection-generic.png" width="12" height="20"/>
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetY="-12" delay="400"/>
+ <frame index="1" offsetY="-12" delay="200"/>
+ <frame index="2" offsetY="-12" delay="250"/>
+ <frame index="1" offsetY="-12" delay="200"/>
+ </animation>
+ </action>
+</sprite>