diff options
author | Ledmitz <69915785+Ledmitz@users.noreply.github.com> | 2020-09-30 22:21:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-30 22:21:35 +0000 |
commit | b820c860951771c7d60879448096dd0e1de7e558 (patch) | |
tree | 2211dd21798b33a09620e9c8f9d3a1f8ee5910d0 | |
parent | 121669daa688cc7cccf4a2d1345047fda4bc1d4a (diff) | |
download | clientdata-b820c860951771c7d60879448096dd0e1de7e558.tar.gz clientdata-b820c860951771c7d60879448096dd0e1de7e558.tar.bz2 clientdata-b820c860951771c7d60879448096dd0e1de7e558.tar.xz clientdata-b820c860951771c7d60879448096dd0e1de7e558.zip |
Added yeti and sasquatch sounds (#390)
* Added attribution to yeti moves as well
20 files changed, 51 insertions, 0 deletions
@@ -15,6 +15,10 @@ http://creativecommons.org/licenses/by-sa/3.0/). :grey_question:: Unknown contributors. +(Title1/Author1/License1, Title2/Author2/License2): Attribution. + +[Editor1, Editor2]: Author of minor edits. For derivative works use Attribution. + ### Emotes File | Artists | Licenses ---- |:-------:|:--------: @@ -1160,6 +1164,8 @@ File | Artists | Licenses `sfx/monsters/pinkie/pinkie-hit1.ogg` | Cosmostrator | GPLv2 `sfx/monsters/pinkie/pinkie-miss1.ogg` | Cosmostrator | GPLv2 `sfx/monsters/reaper/reaper-hurt.ogg` | nmaligec | GPLv2 +`sfx/monsters/sasquatch/sasquatch-move1.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 +`sfx/monsters/sasquatch/sasquatch-move2.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 `sfx/monsters/scorpion/scorpion-hit1.ogg` | Cosmostrator | GPLv2 `sfx/monsters/scorpion/scorpion-hit2.ogg` | Cosmostrator | GPLv2 `sfx/monsters/scorpion/scorpion-hit3.ogg` | Cosmostrator | GPLv2 @@ -1198,6 +1204,21 @@ File | Artists | Licenses `sfx/monsters/wolvern/wolvern-miss1.ogg` | Chicka-Maria | GPLv2, CC BY-SA 3.0 `sfx/monsters/wolvern/wolvern-miss2.ogg` | Chicka-Maria | GPLv2, CC BY-SA 3.0 `sfx/monsters/wolvern/wolvern-miss3.ogg` | Chicka-Maria | GPLv2, CC BY-SA 3.0 +`sfx/monsters/yeti/yeti-die1.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 +`sfx/monsters/yeti/yeti-hit1.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 +`sfx/monsters/yeti/yeti-hit2.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 +`sfx/monsters/yeti/yeti-hit3.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 +`sfx/monsters/yeti/yeti-hit4.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 +`sfx/monsters/yeti/yeti-hurt1.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 +`sfx/monsters/yeti/yeti-hurt2.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 +`sfx/monsters/yeti/yeti-hurt3.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 +`sfx/monsters/yeti/yeti-miss1.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 +`sfx/monsters/yeti/yeti-miss2.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 +`sfx/monsters/yeti/yeti-miss3.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 +`sfx/monsters/yeti/yeti-move1.ogg` | Ledmitz (Snow crunch / 32cheeseman32 / CC BY 3.0) | GPLv2, CC BY-SA 3.0 +`sfx/monsters/yeti/yeti-move2.ogg` | Ledmitz (Snow crunch / 32cheeseman32 / CC BY 3.0) | GPLv2, CC BY-SA 3.0 +`sfx/monsters/yeti/yeti-move3.ogg` | Ledmitz (Snow crunch / 32cheeseman32 / CC BY 3.0) | GPLv2, CC BY-SA 3.0 +`sfx/monsters/yeti/yeti-move4.ogg` | Ledmitz (Snow crunch / 32cheeseman32 / CC BY 3.0) | GPLv2, CC BY-SA 3.0 `sfx/monsters/zombie/zombie-dying1.ogg` | Bcs86 | GPLv2 `sfx/monsters/zombie/zombie-hit1.ogg` | Bcs86 | GPLv2 `sfx/monsters/zombie/zombie-hit2.ogg` | Bcs86 | GPLv2 diff --git a/monsters/monster1072_Yeti.xml b/monsters/monster1072_Yeti.xml index 3e9132c4..09d702a6 100644 --- a/monsters/monster1072_Yeti.xml +++ b/monsters/monster1072_Yeti.xml @@ -2,5 +2,20 @@ <monsters offset="0"> <monster id="1072" name="Yeti"> <sprite>monsters/yeti.xml</sprite> + <sound event="die">monsters/yeti/yeti-die1.ogg</sound> + <sound event="hit">monsters/yeti/yeti-hit1.ogg</sound> + <sound event="hit">monsters/yeti/yeti-hit2.ogg</sound> + <sound event="hit">monsters/yeti/yeti-hit3.ogg</sound> + <sound event="hit">monsters/yeti/yeti-hit4.ogg</sound> + <sound event="hurt">monsters/yeti/yeti-hurt1.ogg</sound> + <sound event="hurt">monsters/yeti/yeti-hurt2.ogg</sound> + <sound event="hurt">monsters/yeti/yeti-hurt3.ogg</sound> + <sound event="miss">monsters/yeti/yeti-miss1.ogg</sound> + <sound event="miss">monsters/yeti/yeti-miss2.ogg</sound> + <sound event="miss">monsters/yeti/yeti-miss3.ogg</sound> + <sound event="move">monsters/yeti/yeti-move1.ogg</sound> + <sound event="move">monsters/yeti/yeti-move2.ogg</sound> + <sound event="move">monsters/yeti/yeti-move3.ogg</sound> + <sound event="move">monsters/yeti/yeti-move4.ogg</sound> </monster> </monsters> diff --git a/monsters/monster1141_Sasquatch.xml b/monsters/monster1141_Sasquatch.xml index eed3c1d2..a75c5a17 100644 --- a/monsters/monster1141_Sasquatch.xml +++ b/monsters/monster1141_Sasquatch.xml @@ -2,5 +2,20 @@ <monsters offset="0"> <monster id="1141" name="Sasquatch"> <sprite>monsters/sasquatch.xml</sprite> + <sound event="die">monsters/yeti/yeti-die1.ogg</sound> + <sound event="hit">monsters/yeti/yeti-hit1.ogg</sound> + <sound event="hit">monsters/yeti/yeti-hit2.ogg</sound> + <sound event="hit">monsters/yeti/yeti-hit3.ogg</sound> + <sound event="hit">monsters/yeti/yeti-hit4.ogg</sound> + <sound event="hurt">monsters/yeti/yeti-hurt1.ogg</sound> + <sound event="hurt">monsters/yeti/yeti-hurt2.ogg</sound> + <sound event="hurt">monsters/yeti/yeti-hurt3.ogg</sound> + <sound event="miss">monsters/yeti/yeti-miss1.ogg</sound> + <sound event="miss">monsters/yeti/yeti-miss2.ogg</sound> + <sound event="miss">monsters/yeti/yeti-miss3.ogg</sound> + <sound event="move">monsters/sasquatch/sasquatch-move1.ogg</sound> + <sound event="move">monsters/sasquatch/sasquatch-move1.ogg</sound> + <sound event="move">monsters/sasquatch/sasquatch-move1.ogg</sound> + <sound event="move">monsters/sasquatch/sasquatch-move2.ogg</sound> </monster> </monsters> diff --git a/sfx/monsters/sasquatch/sasquatch-move1.ogg b/sfx/monsters/sasquatch/sasquatch-move1.ogg Binary files differnew file mode 100644 index 00000000..8ac65c2a --- /dev/null +++ b/sfx/monsters/sasquatch/sasquatch-move1.ogg diff --git a/sfx/monsters/sasquatch/sasquatch-move2.ogg b/sfx/monsters/sasquatch/sasquatch-move2.ogg Binary files differnew file mode 100644 index 00000000..95620177 --- /dev/null +++ b/sfx/monsters/sasquatch/sasquatch-move2.ogg diff --git a/sfx/monsters/yeti/yeti-die1.ogg b/sfx/monsters/yeti/yeti-die1.ogg Binary files differnew file mode 100644 index 00000000..1df702d9 --- /dev/null +++ b/sfx/monsters/yeti/yeti-die1.ogg diff --git a/sfx/monsters/yeti/yeti-hit1.ogg b/sfx/monsters/yeti/yeti-hit1.ogg Binary files differnew file mode 100644 index 00000000..69b7f749 --- /dev/null +++ b/sfx/monsters/yeti/yeti-hit1.ogg diff --git a/sfx/monsters/yeti/yeti-hit2.ogg b/sfx/monsters/yeti/yeti-hit2.ogg Binary files differnew file mode 100644 index 00000000..e95edddd --- /dev/null +++ b/sfx/monsters/yeti/yeti-hit2.ogg diff --git a/sfx/monsters/yeti/yeti-hit3.ogg b/sfx/monsters/yeti/yeti-hit3.ogg Binary files differnew file mode 100644 index 00000000..1401bfe3 --- /dev/null +++ b/sfx/monsters/yeti/yeti-hit3.ogg diff --git a/sfx/monsters/yeti/yeti-hit4.ogg b/sfx/monsters/yeti/yeti-hit4.ogg Binary files differnew file mode 100644 index 00000000..5228f727 --- /dev/null +++ b/sfx/monsters/yeti/yeti-hit4.ogg diff --git a/sfx/monsters/yeti/yeti-hurt1.ogg b/sfx/monsters/yeti/yeti-hurt1.ogg Binary files differnew file mode 100644 index 00000000..9996e52d --- /dev/null +++ b/sfx/monsters/yeti/yeti-hurt1.ogg diff --git a/sfx/monsters/yeti/yeti-hurt2.ogg b/sfx/monsters/yeti/yeti-hurt2.ogg Binary files differnew file mode 100644 index 00000000..a3d65626 --- /dev/null +++ b/sfx/monsters/yeti/yeti-hurt2.ogg diff --git a/sfx/monsters/yeti/yeti-hurt3.ogg b/sfx/monsters/yeti/yeti-hurt3.ogg Binary files differnew file mode 100644 index 00000000..26aef1c1 --- /dev/null +++ b/sfx/monsters/yeti/yeti-hurt3.ogg diff --git a/sfx/monsters/yeti/yeti-miss1.ogg b/sfx/monsters/yeti/yeti-miss1.ogg Binary files differnew file mode 100644 index 00000000..21db160e --- /dev/null +++ b/sfx/monsters/yeti/yeti-miss1.ogg diff --git a/sfx/monsters/yeti/yeti-miss2.ogg b/sfx/monsters/yeti/yeti-miss2.ogg Binary files differnew file mode 100644 index 00000000..bd90e216 --- /dev/null +++ b/sfx/monsters/yeti/yeti-miss2.ogg diff --git a/sfx/monsters/yeti/yeti-miss3.ogg b/sfx/monsters/yeti/yeti-miss3.ogg Binary files differnew file mode 100644 index 00000000..f7beea34 --- /dev/null +++ b/sfx/monsters/yeti/yeti-miss3.ogg diff --git a/sfx/monsters/yeti/yeti-move1.ogg b/sfx/monsters/yeti/yeti-move1.ogg Binary files differnew file mode 100644 index 00000000..6eecdd0e --- /dev/null +++ b/sfx/monsters/yeti/yeti-move1.ogg diff --git a/sfx/monsters/yeti/yeti-move2.ogg b/sfx/monsters/yeti/yeti-move2.ogg Binary files differnew file mode 100644 index 00000000..28aeab29 --- /dev/null +++ b/sfx/monsters/yeti/yeti-move2.ogg diff --git a/sfx/monsters/yeti/yeti-move3.ogg b/sfx/monsters/yeti/yeti-move3.ogg Binary files differnew file mode 100644 index 00000000..6eecdd0e --- /dev/null +++ b/sfx/monsters/yeti/yeti-move3.ogg diff --git a/sfx/monsters/yeti/yeti-move4.ogg b/sfx/monsters/yeti/yeti-move4.ogg Binary files differnew file mode 100644 index 00000000..6eecdd0e --- /dev/null +++ b/sfx/monsters/yeti/yeti-move4.ogg |