summaryrefslogtreecommitdiff
path: root/graphics/sprites/icons/cpotion_drink.xml
diff options
context:
space:
mode:
authorMicksha <ms-shaman@gmx.de>2020-02-08 19:04:25 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-08 19:04:25 -0300
commit1b74fb5c162ea340fea68f4c75e509cf772f73ed (patch)
tree8b55d8de54613a6a2737831e3bf2d96beb3c4931 /graphics/sprites/icons/cpotion_drink.xml
parentf1d34ae358fe76e935c2c244c9e612ad993ae4fa (diff)
parent003e6aab2348c078c955c24a012520ee42c34976 (diff)
downloadclientdata-1b74fb5c162ea340fea68f4c75e509cf772f73ed.tar.gz
clientdata-1b74fb5c162ea340fea68f4c75e509cf772f73ed.tar.bz2
clientdata-1b74fb5c162ea340fea68f4c75e509cf772f73ed.tar.xz
clientdata-1b74fb5c162ea340fea68f4c75e509cf772f73ed.zip
Adding icons and particles to stat buffs (for jesusalva potions) - as per Saulc request
¡¡Not finished!! It is not yet called on status-effects.xml Merge branch 'icons-particles' of https://gitlab.com/mick-tmw2/clientdata
Diffstat (limited to 'graphics/sprites/icons/cpotion_drink.xml')
-rw-r--r--graphics/sprites/icons/cpotion_drink.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/sprites/icons/cpotion_drink.xml b/graphics/sprites/icons/cpotion_drink.xml
new file mode 100644
index 00000000..1906f5be
--- /dev/null
+++ b/graphics/sprites/icons/cpotion_drink.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Micksha
+Copyright (C) 2019 TMW2 -->
+<sprite>
+ <imageset name="base"
+ src="graphics/sprites/icons/cpotion_drink.png|G"
+ width="16"
+ height="16"
+ offsetY="-12"
+ />
+
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <sequence start="0" end="3" delay="4500"/>
+ <frame index="4" delay="2000"/>
+ </animation>
+ </action>
+</sprite>