diff options
author | Ledmitz <smoothshifter@tuta.io> | 2020-11-10 22:07:43 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-06 19:14:04 +0000 |
commit | 8eb889e9d9e2a4741b934f49129ab7f2389cb071 (patch) | |
tree | fa487d0f0171dccf4e994d8c3b9a94d9fa67ff32 | |
parent | 480c851eed44a85f31ff9a6bad4eab0ebf16ca8c (diff) | |
download | clientdata-8eb889e9d9e2a4741b934f49129ab7f2389cb071.tar.gz clientdata-8eb889e9d9e2a4741b934f49129ab7f2389cb071.tar.bz2 clientdata-8eb889e9d9e2a4741b934f49129ab7f2389cb071.tar.xz clientdata-8eb889e9d9e2a4741b934f49129ab7f2389cb071.zip |
Added Maggot sfx from TMW
-rw-r--r-- | LICENSE | 5 | ||||
-rw-r--r-- | monsters.xml | 12 | ||||
-rw-r--r-- | sfx/monsters/maggot/die1.ogg | bin | 0 -> 17448 bytes | |||
-rw-r--r-- | sfx/monsters/maggot/hit1.ogg | bin | 0 -> 19610 bytes | |||
-rw-r--r-- | sfx/monsters/maggot/hit2.ogg | bin | 0 -> 15514 bytes | |||
-rw-r--r-- | sfx/monsters/maggot/miss1.ogg | bin | 0 -> 14317 bytes |
6 files changed, 17 insertions, 0 deletions
@@ -1519,6 +1519,11 @@ legal@themanaworld.org sfx/monsters/ghost/move1.ogg (Ledmitz) (CC BY-SA 3.0) (Alivvie) sfx/monsters/ghost/move2.ogg (Ledmitz) (CC BY-SA 3.0) (Alivvie) sfx/monsters/ghost/move3.ogg (Ledmitz) (CC BY-SA 3.0) (Alivvie) +### Maggot + sfx/monsters/maggot/die1.ogg (Cosmostrator) (GPLv2) (-) + sfx/monsters/maggot/hit1.ogg (Cosmostrator) (GPLv2) (-) + sfx/monsters/maggot/hit2.ogg (Cosmostrator) (GPLv2) (-) + sfx/monsters/maggot/miss1.ogg (Cosmostrator) (GPLv2) (-) ### Piou sfx/monsters/piou/die1.ogg (Ezili) (CC BY-SA 3.0) (Reid, Socapex) sfx/monsters/piou/hit1.ogg (Ezili) (CC BY-SA 3.0) (Reid, Socapex) diff --git a/monsters.xml b/monsters.xml index 488ce0dc..fb79a086 100644 --- a/monsters.xml +++ b/monsters.xml @@ -187,12 +187,24 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or </monster> <monster id="1026" name="Maggot" walkType="walk" targetCursor="small"> <sprite>monsters/maggot.xml</sprite> + <sound event="die">monsters/maggot/die1.ogg</sound> + <sound event="hit">monsters/maggot/hit1.ogg</sound> + <sound event="hit">monsters/maggot/hit2.ogg</sound> + <sound event="miss">monsters/maggot/miss1.ogg</sound> </monster> <monster id="1027" name="Cave Maggot" walkType="walk" targetCursor="small"> <sprite>monsters/maggot.xml|#0f1315,242214,652b51,6f706f</sprite> + <sound event="die">monsters/maggot/die1.ogg</sound> + <sound event="hit">monsters/maggot/hit1.ogg</sound> + <sound event="hit">monsters/maggot/hit2.ogg</sound> + <sound event="miss">monsters/maggot/miss1.ogg</sound> </monster> <monster id="1028" name="Forest Maggot" walkType="walk" targetCursor="small"> <sprite>monsters/maggot.xml|#121c14,223626,334f38,3d5e3d,5e915e</sprite> + <sound event="die">monsters/maggot/die1.ogg</sound> + <sound event="hit">monsters/maggot/hit1.ogg</sound> + <sound event="hit">monsters/maggot/hit2.ogg</sound> + <sound event="miss">monsters/maggot/miss1.ogg</sound> </monster> <monster id="1029" name="Bee" walkType="fly" targetCursor="small"> <sprite>monsters/bee.xml</sprite> diff --git a/sfx/monsters/maggot/die1.ogg b/sfx/monsters/maggot/die1.ogg Binary files differnew file mode 100644 index 00000000..e05a5235 --- /dev/null +++ b/sfx/monsters/maggot/die1.ogg diff --git a/sfx/monsters/maggot/hit1.ogg b/sfx/monsters/maggot/hit1.ogg Binary files differnew file mode 100644 index 00000000..695cb483 --- /dev/null +++ b/sfx/monsters/maggot/hit1.ogg diff --git a/sfx/monsters/maggot/hit2.ogg b/sfx/monsters/maggot/hit2.ogg Binary files differnew file mode 100644 index 00000000..12d92bb9 --- /dev/null +++ b/sfx/monsters/maggot/hit2.ogg diff --git a/sfx/monsters/maggot/miss1.ogg b/sfx/monsters/maggot/miss1.ogg Binary files differnew file mode 100644 index 00000000..a251bf97 --- /dev/null +++ b/sfx/monsters/maggot/miss1.ogg |