diff options
author | Reid <reidyaro@gmail.com> | 2012-05-31 22:11:16 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-05-31 22:11:48 +0200 |
commit | 4bf5b52d9784cc53886af3e7ea101a46ade77f2e (patch) | |
tree | fbbf06b4c022a1ed46fc8c42c2e434e6e1d948aa /graphics/sprites/monsters | |
parent | e9f20ace041ac70d7d03c5942e5e00fb94f975fb (diff) | |
download | clientdata-4bf5b52d9784cc53886af3e7ea101a46ade77f2e.tar.gz clientdata-4bf5b52d9784cc53886af3e7ea101a46ade77f2e.tar.bz2 clientdata-4bf5b52d9784cc53886af3e7ea101a46ade77f2e.tar.xz clientdata-4bf5b52d9784cc53886af3e7ea101a46ade77f2e.zip |
Add die sound effect for coconut.
Diffstat (limited to 'graphics/sprites/monsters')
-rw-r--r-- | graphics/sprites/monsters/coconut.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/sprites/monsters/coconut.xml b/graphics/sprites/monsters/coconut.xml index 8798b0e8..284be61e 100644 --- a/graphics/sprites/monsters/coconut.xml +++ b/graphics/sprites/monsters/coconut.xml @@ -1,16 +1,16 @@ <?xml version="1.0"?> <!-- Author: Reid Copyright (C) 2010-2012 Evol Online -7% used on "mooving" label. -100% from the 93% unused percent from "mooving" label are used on "moovinglong" label. -100% from the 91% unused percent from "moovinglong" label are used on "static" label.--> +5% used on "mooving" label. +50% from the 95% unused percent from "mooving" label are used on "moovinglong" label. +100% from the 47,5% unused percent from "moovinglong" label are used on "static" label.--> <sprite> <imageset name="base" src="graphics/sprites/monsters/coconut.png" width="18" height="18" offsetX="32" offsetY="-61"/> <action name="stand" imageset="base"> <animation direction="default"> <label name="start"/> - <goto label="static" rand="93"/> + <goto label="static" rand="95"/> <goto label="moovinglong" rand="50"/> <goto label="mooving" rand="100"/> <label name="mooving"/> @@ -75,4 +75,4 @@ Copyright (C) 2010-2012 Evol Online <frame index="5" delay="0" offsetY="59"/> </animation> </action> -</sprite> +</sprite>
\ No newline at end of file |