diff options
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/monsters/tower.png | bin | 0 -> 15857 bytes | |||
-rw-r--r-- | graphics/sprites/monsters/tower.xml | 54 |
2 files changed, 54 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/tower.png b/graphics/sprites/monsters/tower.png Binary files differnew file mode 100644 index 00000000..b3d0359f --- /dev/null +++ b/graphics/sprites/monsters/tower.png diff --git a/graphics/sprites/monsters/tower.xml b/graphics/sprites/monsters/tower.xml new file mode 100644 index 00000000..978b8cc9 --- /dev/null +++ b/graphics/sprites/monsters/tower.xml @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Micksha +Copyright (C) 2015 - 2020 Evol Online --> + +<sprite> + <imageset name="mob" + src="graphics/sprites/monsters/tower.png" + width="64" + height="64"/> + <action name="stand" imageset="mob"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> + <action name="stand" imageset="mob" hp="66"> + <animation direction="default"> + <frame index="4"/> + </animation> + </action> + <action name="stand" imageset="mob" hp="33"> + <animation direction="default"> + <frame index="8"/> + </animation> + </action> + <action name="attack" imageset="mob"> + <animation direction="default"> + <sequence start="1" end="3" delay="60"/> + <frame index="2" delay="60"/> + <frame index="1" delay="60"/> + <end/> + </animation> + </action> + <action name="attack" imageset="mob" hp="66"> + <animation direction="default"> + <sequence start="5" end="7" delay="60"/> + <frame index="6" delay="60"/> + <frame index="5" delay="60"/> + <end/> + </animation> + </action> + <action name="attack" imageset="mob" hp="33"> + <animation direction="default"> + <sequence start="9" end="11" delay="60"/> + <frame index="10" delay="60"/> + <frame index="9" delay="60"/> + <end/> + </animation> + </action> + <action name="dead" imageset="mob" hp="0"> + <animation> + <frame index="12" delay="10000"/> + </animation> + </action> +</sprite> |