diff options
author | Ledmitz <smoothshifter@tuta.io> | 2020-11-14 02:09:30 +0000 |
---|---|---|
committer | Ledmitz <smoothshifter@tuta.io> | 2020-11-14 02:09:30 +0000 |
commit | feea96a7e925e94f29b6bb64d37bfd8717985bc7 (patch) | |
tree | 846f0f1461075795cf54aa9c4946b6b79e7e4d80 | |
parent | 7893acec80a7bb1bb18aa7277b2dbaac12ca4835 (diff) | |
download | clientdata-feea96a7e925e94f29b6bb64d37bfd8717985bc7.tar.gz clientdata-feea96a7e925e94f29b6bb64d37bfd8717985bc7.tar.bz2 clientdata-feea96a7e925e94f29b6bb64d37bfd8717985bc7.tar.xz clientdata-feea96a7e925e94f29b6bb64d37bfd8717985bc7.zip |
Added sfx for Zombies from TMW
-rw-r--r-- | LICENSE | 7 | ||||
-rw-r--r-- | monsters.xml | 6 | ||||
-rw-r--r-- | sfx/monsters/zombie/die1.ogg | bin | 0 -> 38148 bytes | |||
-rw-r--r-- | sfx/monsters/zombie/hit1.ogg | bin | 0 -> 24586 bytes | |||
-rw-r--r-- | sfx/monsters/zombie/hit2.ogg | bin | 0 -> 11717 bytes | |||
-rw-r--r-- | sfx/monsters/zombie/miss1.ogg | bin | 0 -> 41284 bytes | |||
-rw-r--r-- | sfx/monsters/zombie/move1.ogg | bin | 0 -> 103231 bytes | |||
-rw-r--r-- | sfx/monsters/zombie/move2.ogg | bin | 0 -> 90776 bytes |
8 files changed, 13 insertions, 0 deletions
@@ -1551,6 +1551,13 @@ legal@themanaworld.org sfx/monsters/tortuga/hurt1.ogg (Cosmostrator) (CC BY-SA 3.0) (Socapex) sfx/monsters/tortuga/miss1.ogg (Cosmostrator) (CC BY-SA 3.0) (Socapex) sfx/monsters/tortuga/spawn1.ogg (Cosmostrator) (CC BY-SA 3.0) (Socapex) +### Zombie + sfx/monsters/zombie/die1.ogg (Bcs86) (GPLv2) (Ledmitz) + sfx/monsters/zombie/hit1.ogg (Bcs86) (GPLv2) (Ledmitz) + sfx/monsters/zombie/hit2.ogg (Bcs86) (GPLv2) (Ledmitz) + sfx/monsters/zombie/miss1.ogg (Bcs86) (GPLv2) (Ledmitz) + sfx/monsters/zombie/move1.ogg (Bcs86) (GPLv2) (Ledmitz) + sfx/monsters/zombie/move2.ogg (Bcs86) (GPLv2) (Ledmitz) ## NPCs sfx/npcs/chest-close.ogg (Ledmitz) (CC BY-SA 3.0) (D W, Q.K., SkeetMasterFunk69, spookymodem) sfx/npcs/chest-open.ogg (Ledmitz) (CC BY-SA 3.0) (beerbelly38, D W, spookymodem) diff --git a/monsters.xml b/monsters.xml index 2837ebdf..eacc82f6 100644 --- a/monsters.xml +++ b/monsters.xml @@ -646,6 +646,12 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or </monster> <monster id="1118" name="Zombie" targetCursor="medium"> <sprite>monsters/zombie.xml</sprite> + <sound event="die">monsters/zombie/die1.ogg</sound> + <sound event="hit">monsters/zombie/hit1.ogg</sound> + <sound event="hit">monsters/zombie/hit2.ogg</sound> + <sound event="miss">monsters/zombie/miss1.ogg</sound> + <sound event="move">monsters/zombie/move1.ogg</sound> + <sound event="move">monsters/zombie/move2.ogg</sound> </monster> <monster id="1119" name="Serqet" targetCursor="large"> <sprite>monsters/serqet.xml</sprite> diff --git a/sfx/monsters/zombie/die1.ogg b/sfx/monsters/zombie/die1.ogg Binary files differnew file mode 100644 index 00000000..92d3d0f8 --- /dev/null +++ b/sfx/monsters/zombie/die1.ogg diff --git a/sfx/monsters/zombie/hit1.ogg b/sfx/monsters/zombie/hit1.ogg Binary files differnew file mode 100644 index 00000000..9f358fd3 --- /dev/null +++ b/sfx/monsters/zombie/hit1.ogg diff --git a/sfx/monsters/zombie/hit2.ogg b/sfx/monsters/zombie/hit2.ogg Binary files differnew file mode 100644 index 00000000..4253393d --- /dev/null +++ b/sfx/monsters/zombie/hit2.ogg diff --git a/sfx/monsters/zombie/miss1.ogg b/sfx/monsters/zombie/miss1.ogg Binary files differnew file mode 100644 index 00000000..6f0b12ef --- /dev/null +++ b/sfx/monsters/zombie/miss1.ogg diff --git a/sfx/monsters/zombie/move1.ogg b/sfx/monsters/zombie/move1.ogg Binary files differnew file mode 100644 index 00000000..0e5f12c8 --- /dev/null +++ b/sfx/monsters/zombie/move1.ogg diff --git a/sfx/monsters/zombie/move2.ogg b/sfx/monsters/zombie/move2.ogg Binary files differnew file mode 100644 index 00000000..c92a24b6 --- /dev/null +++ b/sfx/monsters/zombie/move2.ogg |