diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-07-08 21:40:47 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-07-08 21:40:47 +0000 |
commit | 84deae1edc45c91d68b7f71859e476f3f80bd1a1 (patch) | |
tree | 83065e68a479541396654a50827896ff2a729c0c /graphics/sprites/npcs/xml | |
parent | f3bc3b5c85c696cb2f4442d38eb1b66a340f766c (diff) | |
download | clientdata-84deae1edc45c91d68b7f71859e476f3f80bd1a1.tar.gz clientdata-84deae1edc45c91d68b7f71859e476f3f80bd1a1.tar.bz2 clientdata-84deae1edc45c91d68b7f71859e476f3f80bd1a1.tar.xz clientdata-84deae1edc45c91d68b7f71859e476f3f80bd1a1.zip |
add nicholas npc xml
Diffstat (limited to 'graphics/sprites/npcs/xml')
-rw-r--r-- | graphics/sprites/npcs/xml/nicholas.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/nicholas.xml b/graphics/sprites/npcs/xml/nicholas.xml new file mode 100644 index 00000000..f898a692 --- /dev/null +++ b/graphics/sprites/npcs/xml/nicholas.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Saulc +Copyright (C) 2018 TMW2 Moubootaur Legends --> + +<sprite> + <imageset name="npc" + src="graphics/sprites/npcs/sprite/nicholas.png" + width="40" + height="64"/> + + <action name="stand" imageset="npc"> + <animation direction="default"> + <label name="start"/> + <goto label="static" rand="90"/> + <goto label="hamlong" rand="50"/> + <goto label="ham" rand="100"/> + <!-- Long Hammering --> + <label name="hamlong"/> + <sequence start="0" end="3" repeat="6" delay="200"/> + <sequence start="0" end="2" repeat="2" delay="180"/> + <frame index="4" delay="240"/> + <goto label="start"/> + <!-- Long Move Animation --> + <label name="ham"/> + <sequence start="0" end="3" repeat="2" delay="200"/> + <sequence start="0" end="2" repeat="2" delay="180"/> + <frame index="4" delay="240"/> + <!-- Static Animation --> + <label name="static"/> + <frame index="4" delay="240"/> + <goto label="start"/> + <goto label="start"/> + </animation> + </action> +</sprite> |