diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-27 01:13:49 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-27 01:13:49 -0300 |
commit | 24e11d27d6cf0d528fc561efd16e8313b7c4fe75 (patch) | |
tree | 12c6b8671e2061a8dc87dcf50e107ed354ce32cd /graphics/sprites/monsters/accessories/slime-rudolph.xml | |
parent | 5b41fcefdc4a16c12dfe36059ad7795efb59576e (diff) | |
download | clientdata-24e11d27d6cf0d528fc561efd16e8313b7c4fe75.tar.gz clientdata-24e11d27d6cf0d528fc561efd16e8313b7c4fe75.tar.bz2 clientdata-24e11d27d6cf0d528fc561efd16e8313b7c4fe75.tar.xz clientdata-24e11d27d6cf0d528fc561efd16e8313b7c4fe75.zip |
Introduce slimes. Thus far, only Lava Slime is a worthy foe.
Note: EXP gain must be reduced. Mothers & Angry slimes weren't added
Diffstat (limited to 'graphics/sprites/monsters/accessories/slime-rudolph.xml')
-rw-r--r-- | graphics/sprites/monsters/accessories/slime-rudolph.xml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/accessories/slime-rudolph.xml b/graphics/sprites/monsters/accessories/slime-rudolph.xml new file mode 100644 index 00000000..5db91dfe --- /dev/null +++ b/graphics/sprites/monsters/accessories/slime-rudolph.xml @@ -0,0 +1,46 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/monsters/accessories/slime-rudolph.png" width="26" height="15"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-16"/> + </animation> + <animation direction="left"> + <frame index="2" offsetY="-16"/> + </animation> + <animation direction="up"> + <frame index="0" offsetY="-16"/> + </animation> + <animation direction="right"> + <frame index="6" offsetY="-16"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="2" offsetY="-16"/> + </animation> + <animation direction="left"> + <frame index="2" offsetY="-16"/> + </animation> + <animation direction="up"> + <frame index="6" offsetY="-16"/> + </animation> + <animation direction="right"> + <frame index="6" offsetY="-16"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="3" offsetY="-8"/> + </animation> + <animation direction="left"> + <frame index="3" offsetY="-8"/> + </animation> + <animation direction="up"> + <frame index="7" offsetY="-8"/> + </animation> + <animation direction="right"> + <frame index="7" offsetY="-8"/> + </animation> + </action> +</sprite> |