diff options
author | toams <toams85@gmail.com> | 2020-01-26 12:32:26 +0000 |
---|---|---|
committer | toams <toams85@gmail.com> | 2020-01-26 12:32:26 +0000 |
commit | a7eae34eda27dd8a52e6e83234d15ad868533c1d (patch) | |
tree | f29553a8867f00b2caa827fc0f063ac4681796e7 | |
parent | 0010ed6abf5064bfc02577c08104229d74851a1b (diff) | |
parent | c959a60e56e1000d3c6dc5baea837568241ebf90 (diff) | |
download | clientdata-a7eae34eda27dd8a52e6e83234d15ad868533c1d.tar.gz clientdata-a7eae34eda27dd8a52e6e83234d15ad868533c1d.tar.bz2 clientdata-a7eae34eda27dd8a52e6e83234d15ad868533c1d.tar.xz clientdata-a7eae34eda27dd8a52e6e83234d15ad868533c1d.zip |
Merge branch 'fix-dummy2-sprite' into 'master'
add dummy2 to monsters.xml
See merge request evol/clientdata!137
-rw-r--r-- | monsters.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index e19eb5c7..4154e04b 100644 --- a/monsters.xml +++ b/monsters.xml @@ -442,6 +442,13 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <sound event="hit">monsters/scorpion/hit4.ogg</sound> <sound event="miss">monsters/scorpion/miss1.ogg</sound> </monster> + <monster id="1107" name="Pillar Dummy" targetCursor="medium"> + <sprite>monsters/dummy.xml</sprite> + <sound event="die">monsters/crocotree/die1.ogg</sound> + <sound event="hurt">monsters/crocotree/hurt1.ogg</sound> + <sound event="hurt">monsters/crocotree/hurt2.ogg</sound> + <sound event="hurt">monsters/crocotree/hurt3.ogg</sound> + </monster> <monster id="1108" name="Fire Dummy" targetCursor="medium"> <sprite>monsters/firedummy.xml</sprite> <sound event="die">monsters/crocotree/die1.ogg</sound> |