diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-13 14:45:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-13 14:45:08 -0300 |
commit | c390e99ca2e58a8a70906024ff95a2d10a6e0779 (patch) | |
tree | 168d205766e38ab7e055ada83ccae78bcedd2bcd | |
parent | d593373c3b8aede0dc0b9ca69d55757ae9ca912a (diff) | |
download | clientdata-c390e99ca2e58a8a70906024ff95a2d10a6e0779.tar.gz clientdata-c390e99ca2e58a8a70906024ff95a2d10a6e0779.tar.bz2 clientdata-c390e99ca2e58a8a70906024ff95a2d10a6e0779.tar.xz clientdata-c390e99ca2e58a8a70906024ff95a2d10a6e0779.zip |
SFX from TMW-BR to Wolverns
-rw-r--r-- | monsters.xml | 4 | ||||
-rw-r--r-- | sfx/monsters/wolf/die.ogg | bin | 0 -> 7107 bytes | |||
-rw-r--r-- | sfx/monsters/wolf/hit1.ogg | bin | 0 -> 8484 bytes | |||
-rw-r--r-- | sfx/monsters/wolf/hit2.ogg | bin | 0 -> 5490 bytes | |||
-rw-r--r-- | sfx/monsters/wolf/miss.ogg | bin | 0 -> 12516 bytes |
5 files changed, 4 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index e0e3a74d..c9f24a0e 100644 --- a/monsters.xml +++ b/monsters.xml @@ -227,6 +227,10 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or spawn. </monster> <monster id="1037" name="Wolvern" targetCursor="medium"> <sprite>monsters/wolvern.xml</sprite> + <sound event="die">monsters/wolf/die.ogg</sound> + <sound event="hit">monsters/wolf/hit1.ogg</sound> + <sound event="hit2">monsters/wolf/hit2.ogg</sound> + <sound event="miss">monsters/wolf/miss.ogg</sound> </monster> <monster id="1038" name="Zombie" targetCursor="medium"> <sprite>monsters/zombie.xml</sprite> diff --git a/sfx/monsters/wolf/die.ogg b/sfx/monsters/wolf/die.ogg Binary files differnew file mode 100644 index 00000000..5b910c8a --- /dev/null +++ b/sfx/monsters/wolf/die.ogg diff --git a/sfx/monsters/wolf/hit1.ogg b/sfx/monsters/wolf/hit1.ogg Binary files differnew file mode 100644 index 00000000..70d9d526 --- /dev/null +++ b/sfx/monsters/wolf/hit1.ogg diff --git a/sfx/monsters/wolf/hit2.ogg b/sfx/monsters/wolf/hit2.ogg Binary files differnew file mode 100644 index 00000000..cb12d01f --- /dev/null +++ b/sfx/monsters/wolf/hit2.ogg diff --git a/sfx/monsters/wolf/miss.ogg b/sfx/monsters/wolf/miss.ogg Binary files differnew file mode 100644 index 00000000..d324be67 --- /dev/null +++ b/sfx/monsters/wolf/miss.ogg |