diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-05-02 14:41:02 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-05-02 14:41:02 +0000 |
commit | c67c3137e9a27cda2a543a177bbb70f6a60aa252 (patch) | |
tree | f60424b0c4e0f97d7ba7a2040a93f01621587760 | |
parent | a3319c9ed9346564beb87cc88bea88327cee7917 (diff) | |
download | clientdata-c67c3137e9a27cda2a543a177bbb70f6a60aa252.tar.gz clientdata-c67c3137e9a27cda2a543a177bbb70f6a60aa252.tar.bz2 clientdata-c67c3137e9a27cda2a543a177bbb70f6a60aa252.tar.xz clientdata-c67c3137e9a27cda2a543a177bbb70f6a60aa252.zip |
add SFX to Log head 1066
-rw-r--r-- | monsters.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index 1e70a4bf..a7796559 100644 --- a/monsters.xml +++ b/monsters.xml @@ -313,6 +313,13 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or </monster> <monster id="1066" name="Log Head" targetCursor="medium"> <sprite>monsters/loghead.xml</sprite> + <sound event="die">monsters/loghead/logheaddie.ogg</sound> + <sound event="hit">monsters/loghead/logheadhit.ogg</sound> + <sound event="hurt">monsters/loghead/logheadhurt.ogg</sound> + <sound event="hurt">monsters/loghead/logheadhurt2.ogg</sound> + <sound event="hurt">monsters/loghead/logheadhurt3.ogg</sound> + <sound event="hurt">monsters/loghead/logheadhurt4.ogg</sound> + <sound event="hurt">monsters/loghead/logheadhurt5.ogg</sound> </monster> <monster id="1067" name="Fire Goblin" targetCursor="medium"> <sprite>monsters/firegoblin.xml</sprite> |