diff options
Diffstat (limited to 'graphics/sprites/npcs/xml/valia.xml')
-rw-r--r-- | graphics/sprites/npcs/xml/valia.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/valia.xml b/graphics/sprites/npcs/xml/valia.xml new file mode 100644 index 00000000..226b1d0b --- /dev/null +++ b/graphics/sprites/npcs/xml/valia.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Micksha +Copyright (C) 2010-2019 Evol Online --> + +<sprite> + <imageset name="base" + src="graphics/sprites/npcs/sprite/valia.png" + width="32" + height="96"/> + + <action name="stand" imageset="base"> + <animation direction="default"> + <label name="start"/> + <goto label="static" rand="70"/> + <goto label="magic" rand="100"/> + +<!-- moving hand over the magic ball --> + + <label name="magic"/> + <frame index="0" delay="500"/> + <frame index="1" delay="250"/> + <frame index="2" delay="250"/> + <frame index="3" delay="250"/> + <frame index="2" delay="250"/> + <goto label="start"/> + + <!-- Static Animation --> + <label name="static"/> + <frame index="0" delay="3000"/> + <goto label="start"/> + + </animation> + </action> +</sprite> |