-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Melee fighting sound 1: Hitting flesh (#21)
* Fix wrong id on siren * Tweak zombie death sounds * small bash on flesh * small cutting flesh * small stabbing flesh * big bahs flesh * big cutting * big stabbing * better small stabbing * gibbed sound * small bash swing * small cutting swing * small stabbing swing * big bash swing * big cutting swing * big stabbing swing * unarmed hit flesh * melee swing unarmed
- Loading branch information
Showing
96 changed files
with
288 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[ | ||
{ | ||
"type": "sound_effect", | ||
"id" : "environment", | ||
"variant" : "police_siren", | ||
"volume" : 100, | ||
"files" : [ "environment/ambient/police_siren.ogg" ] | ||
} | ||
] |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
sound/CC-Sounds/melee_hit_flesh/big_bash/big_bash_flesh.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[ | ||
{ | ||
"type": "sound_effect", | ||
"id": "melee_hit_flesh", | ||
"variant": "big_bash", | ||
"volume": 100, | ||
"files": [ | ||
"melee_hit_flesh/big_bash/big_bash_flesh_1.ogg", | ||
"melee_hit_flesh/big_bash/big_bash_flesh_2.ogg" | ||
] | ||
} | ||
] |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
| File Name | Author | License | Link | | ||
|------------------|----------|-----------|---------------------------------| | ||
| big_bash_flesh_1 | SilverIllusionist | **CC BY 3.0** | https://freesound.org/people/SilverIllusionist/sounds/470587/ | | ||
| big_bash_flesh_2 | original_sound | **CC BY 3.0** | https://freesound.org/people/original_sound/sounds/376818/ | |
12 changes: 12 additions & 0 deletions
12
sound/CC-Sounds/melee_hit_flesh/big_cutting/big_cutting_flesh.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[ | ||
{ | ||
"type": "sound_effect", | ||
"id": "melee_hit_flesh", | ||
"variant": "big_cutting", | ||
"volume": 100, | ||
"files": [ | ||
"melee_hit_flesh/big_cutting/big_cutting_flesh_1.ogg", | ||
"melee_hit_flesh/big_cutting/big_cutting_flesh_2.ogg" | ||
] | ||
} | ||
] |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
| File Name | Author | License | Link | | ||
|------------------|----------|-----------|---------------------------------| | ||
| big_cutting_flesh_1 | Aris621 | **CC BY 3.0** | https://freesound.org/people/Aris621/sounds/478145/ | | ||
| big_cutting_flesh_2 | Aris621 | **CC BY 3.0** | https://freesound.org/people/Aris621/sounds/435238/ | |
13 changes: 13 additions & 0 deletions
13
sound/CC-Sounds/melee_hit_flesh/big_stabbing/big_stabbing_flesh.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[ | ||
{ | ||
"type": "sound_effect", | ||
"id": "melee_hit_flesh", | ||
"variant": "big_stabbing", | ||
"volume": 100, | ||
"files": [ | ||
"melee_hit_flesh/big_stabbing/big_stabbing_flesh_1.ogg", | ||
"melee_hit_flesh/big_stabbing/big_stabbing_flesh_2.ogg", | ||
"melee_hit_flesh/big_stabbing/big_stabbing_flesh_3.ogg" | ||
] | ||
} | ||
] |
Binary file added
BIN
+18.8 KB
sound/CC-Sounds/melee_hit_flesh/big_stabbing/big_stabbing_flesh_1.ogg
Binary file not shown.
Binary file added
BIN
+19.3 KB
sound/CC-Sounds/melee_hit_flesh/big_stabbing/big_stabbing_flesh_2.ogg
Binary file not shown.
Binary file added
BIN
+22.6 KB
sound/CC-Sounds/melee_hit_flesh/big_stabbing/big_stabbing_flesh_3.ogg
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
| File Name | Author | License | Link | | ||
|------------------|----------|-----------|---------------------------------| | ||
| big_stabbing_flesh_1 | magnuswaker | **CC0** | https://freesound.org/people/magnuswaker/sounds/522091/ | | ||
| big_stabbing_flesh_2 | magnuswaker | **CC0** | https://freesound.org/people/magnuswaker/sounds/528263/ | | ||
| big_stabbing_flesh_3 | magnuswaker | **CC0** | https://freesound.org/people/magnuswaker/sounds/530117/ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
| File Name | Author | License | Link | | ||
|------------------|----------|-----------|---------------------------------| | ||
| unarmed_hit_flesh 1 to 5 | deleted_user_7146007 | **CC0** | https://freesound.org/people/deleted_user_7146007/sounds/383882/ | |
15 changes: 15 additions & 0 deletions
15
sound/CC-Sounds/melee_hit_flesh/default/unarmed_hit_flesh.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[ | ||
{ | ||
"type": "sound_effect", | ||
"id": "melee_hit_flesh", | ||
"variant": "default", | ||
"volume": 100, | ||
"files": [ | ||
"melee_hit_flesh/default/unarmed_hit_flesh_1.ogg", | ||
"melee_hit_flesh/default/unarmed_hit_flesh_2.ogg", | ||
"melee_hit_flesh/default/unarmed_hit_flesh_3.ogg", | ||
"melee_hit_flesh/default/unarmed_hit_flesh_4.ogg", | ||
"melee_hit_flesh/default/unarmed_hit_flesh_5.ogg" | ||
] | ||
} | ||
] |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
| File Name | Author | License | Link | | ||
|------------------|----------|-----------|---------------------------------| | ||
| small_bash_flesh 1 to 4 | mateusboga | **CC0** | https://freesound.org/people/mateusboga/sounds/426065/ | |
14 changes: 14 additions & 0 deletions
14
sound/CC-Sounds/melee_hit_flesh/small_bash/small_bash_flesh.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[ | ||
{ | ||
"type": "sound_effect", | ||
"id": "melee_hit_flesh", | ||
"variant": "small_bash", | ||
"volume": 100, | ||
"files": [ | ||
"melee_hit_flesh/small_bash/small_bash_flesh_1.ogg", | ||
"melee_hit_flesh/small_bash/small_bash_flesh_2.ogg", | ||
"melee_hit_flesh/small_bash/small_bash_flesh_3.ogg", | ||
"melee_hit_flesh/small_bash/small_bash_flesh_4.ogg" | ||
] | ||
} | ||
] |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
| File Name | Author | License | Link | | ||
|------------------|----------|-----------|---------------------------------| | ||
| small_cutting_flesh_1 | EminYILDIRIM | **CC BY 3.0** | https://freesound.org/people/EminYILDIRIM/sounds/554284/ | | ||
| small_cutting_flesh_2 | Mixedupmoviestuff | **CC0** | https://freesound.org/people/Mixedupmoviestuff/sounds/179222/ | | ||
| small_cutting_flesh_3 | LittleRobotSoundFactory | **CC BY 3.0** | https://freesound.org/people/LittleRobotSoundFactory/sounds/270478/ | |
13 changes: 13 additions & 0 deletions
13
sound/CC-Sounds/melee_hit_flesh/small_cutting/small_cutting_flesh.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[ | ||
{ | ||
"type": "sound_effect", | ||
"id": "melee_hit_flesh", | ||
"variant": "small_cutting", | ||
"volume": 100, | ||
"files": [ | ||
"melee_hit_flesh/small_cutting/small_cutting_flesh_1.ogg", | ||
"melee_hit_flesh/small_cutting/small_cutting_flesh_2.ogg", | ||
"melee_hit_flesh/small_cutting/small_cutting_flesh_3.ogg" | ||
] | ||
} | ||
] |
Binary file added
BIN
+14.7 KB
sound/CC-Sounds/melee_hit_flesh/small_cutting/small_cutting_flesh_1.ogg
Binary file not shown.
Binary file added
BIN
+9.87 KB
sound/CC-Sounds/melee_hit_flesh/small_cutting/small_cutting_flesh_2.ogg
Binary file not shown.
Binary file added
BIN
+11.7 KB
sound/CC-Sounds/melee_hit_flesh/small_cutting/small_cutting_flesh_3.ogg
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
| File Name | Author | License | Link | | ||
|------------------|----------|-----------|---------------------------------| | ||
| small_stabbing_flesh 1 to 6 | Podcapocalipsis | **CC0** | https://freesound.org/people/Podcapocalipsis/sounds/521030/ | |
16 changes: 16 additions & 0 deletions
16
sound/CC-Sounds/melee_hit_flesh/small_stabbing/small_stabbing_flesh.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[ | ||
{ | ||
"type": "sound_effect", | ||
"id": "melee_hit_flesh", | ||
"variant": "small_stabbing", | ||
"volume": 100, | ||
"files": [ | ||
"melee_hit_flesh/small_stabbing/small_stabbing_flesh_1.ogg", | ||
"melee_hit_flesh/small_stabbing/small_stabbing_flesh_2.ogg", | ||
"melee_hit_flesh/small_stabbing/small_stabbing_flesh_3.ogg", | ||
"melee_hit_flesh/small_stabbing/small_stabbing_flesh_4.ogg", | ||
"melee_hit_flesh/small_stabbing/small_stabbing_flesh_5.ogg", | ||
"melee_hit_flesh/small_stabbing/small_stabbing_flesh_6.ogg" | ||
] | ||
} | ||
] |
Binary file added
BIN
+9.93 KB
sound/CC-Sounds/melee_hit_flesh/small_stabbing/small_stabbing_flesh_1.ogg
Binary file not shown.
Binary file added
BIN
+8.66 KB
sound/CC-Sounds/melee_hit_flesh/small_stabbing/small_stabbing_flesh_2.ogg
Binary file not shown.
Binary file added
BIN
+8.5 KB
sound/CC-Sounds/melee_hit_flesh/small_stabbing/small_stabbing_flesh_3.ogg
Binary file not shown.
Binary file added
BIN
+8.58 KB
sound/CC-Sounds/melee_hit_flesh/small_stabbing/small_stabbing_flesh_4.ogg
Binary file not shown.
Binary file added
BIN
+9.45 KB
sound/CC-Sounds/melee_hit_flesh/small_stabbing/small_stabbing_flesh_5.ogg
Binary file not shown.
Binary file added
BIN
+10.4 KB
sound/CC-Sounds/melee_hit_flesh/small_stabbing/small_stabbing_flesh_6.ogg
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[ | ||
{ | ||
"type": "sound_effect", | ||
"id": "melee_swing", | ||
"variant": "big_bash", | ||
"volume": 100, | ||
"files": [ | ||
"melee_swing/big_bash/big_bash_swing_1.ogg" | ||
] | ||
} | ||
] |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
| File Name | Author | License | Link | | ||
|------------------|----------|-----------|---------------------------------| | ||
| big_bash_swing_1 | orangesheepdog | **CC0** | https://freesound.org/people/orangesheepdog/sounds/367182/ | |
11 changes: 11 additions & 0 deletions
11
sound/CC-Sounds/melee_swing/big_cutting/big_cutting_swing.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[ | ||
{ | ||
"type": "sound_effect", | ||
"id": "melee_swing", | ||
"variant": "big_cutting", | ||
"volume": 100, | ||
"files": [ | ||
"melee_swing/big_cutting/big_cutting_swing_1.ogg" | ||
] | ||
} | ||
] |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
| File Name | Author | License | Link | | ||
|------------------|----------|-----------|---------------------------------| | ||
| big_cutting_swing_1 | qubodup | **CC0** | https://freesound.org/people/qubodup/sounds/59992/ | |
11 changes: 11 additions & 0 deletions
11
sound/CC-Sounds/melee_swing/big_stabbing/big_stabbing_swing.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[ | ||
{ | ||
"type": "sound_effect", | ||
"id": "melee_swing", | ||
"variant": "big_stabbing", | ||
"volume": 100, | ||
"files": [ | ||
"melee_swing/big_stabbing/big_stabbing_swing_1.ogg" | ||
] | ||
} | ||
] |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
| File Name | Author | License | Link | | ||
|------------------|----------|-----------|---------------------------------| | ||
| big_stabbing_swing_1 | Danjocross | **CC0** | https://freesound.org/people/Danjocross/sounds/507466/ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
| File Name | Author | License | Link | | ||
|------------------|----------|-----------|---------------------------------| | ||
| unarmed_swing_1 | Joao_Janz | **CC BY-NC 3.0** | https://freesound.org/people/Joao_Janz/sounds/485268/ | | ||
| unarmed_swing_2 | Joao_Janz | **CC BY-NC 3.0** | https://freesound.org/people/Joao_Janz/sounds/485258/ | | ||
| unarmed_swing_3 | Joao_Janz | **CC BY-NC 3.0** | https://freesound.org/people/Joao_Janz/sounds/485252/ | | ||
| unarmed_swing_4 | Joao_Janz | **CC BY-NC 3.0** | https://freesound.org/people/Joao_Janz/sounds/485272/ | | ||
| unarmed_swing_5 | Joao_Janz | **CC BY-NC 3.0** | https://freesound.org/people/Joao_Janz/sounds/485273/ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[ | ||
{ | ||
"type": "sound_effect", | ||
"id": "melee_swing", | ||
"variant": "default", | ||
"volume": 110, | ||
"files": [ | ||
"melee_swing/default/unarmed_swing_1.ogg", | ||
"melee_swing/default/unarmed_swing_2.ogg", | ||
"melee_swing/default/unarmed_swing_3.ogg", | ||
"melee_swing/default/unarmed_swing_4.ogg", | ||
"melee_swing/default/unarmed_swing_5.ogg" | ||
] | ||
} | ||
] |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
| File Name | Author | License | Link | | ||
|------------------|----------|-----------|---------------------------------| | ||
| small_bash_swing 1 to 7 | Danjocross | **CC0** | https://freesound.org/people/Danjocross/sounds/507470/ | |
17 changes: 17 additions & 0 deletions
17
sound/CC-Sounds/melee_swing/small_bash/small_bash_swing.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[ | ||
{ | ||
"type": "sound_effect", | ||
"id": "melee_swing", | ||
"variant": "small_bash", | ||
"volume": 100, | ||
"files": [ | ||
"melee_swing/small_bash/small_bash_swing_1.ogg", | ||
"melee_swing/small_bash/small_bash_swing_2.ogg", | ||
"melee_swing/small_bash/small_bash_swing_3.ogg", | ||
"melee_swing/small_bash/small_bash_swing_4.ogg", | ||
"melee_swing/small_bash/small_bash_swing_5.ogg", | ||
"melee_swing/small_bash/small_bash_swing_6.ogg", | ||
"melee_swing/small_bash/small_bash_swing_7.ogg" | ||
] | ||
} | ||
] |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
| File Name | Author | License | Link | | ||
|------------------|----------|-----------|---------------------------------| | ||
| small_cutting_swing 1 to 6 | MoveAwayPodcast | **CC BY 3.0** | https://freesound.org/people/MoveAwayPodcast/sounds/555732/ | |
16 changes: 16 additions & 0 deletions
16
sound/CC-Sounds/melee_swing/small_cutting/small_cutting_swing.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[ | ||
{ | ||
"type": "sound_effect", | ||
"id": "melee_swing", | ||
"variant": "small_cutting", | ||
"volume": 100, | ||
"files": [ | ||
"melee_swing/small_cutting/small_cutting_swing_1.ogg", | ||
"melee_swing/small_cutting/small_cutting_swing_2.ogg", | ||
"melee_swing/small_cutting/small_cutting_swing_3.ogg", | ||
"melee_swing/small_cutting/small_cutting_swing_4.ogg", | ||
"melee_swing/small_cutting/small_cutting_swing_5.ogg", | ||
"melee_swing/small_cutting/small_cutting_swing_6.ogg" | ||
] | ||
} | ||
] |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
| File Name | Author | License | Link | | ||
|------------------|----------|-----------|---------------------------------| | ||
| small_stabbing_swing 1 to 4 | PorkMuncher | **CC0** | https://freesound.org/people/PorkMuncher/sounds/263595/ | |
14 changes: 14 additions & 0 deletions
14
sound/CC-Sounds/melee_swing/small_stabbing/small_stabbing_swing.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[ | ||
{ | ||
"type": "sound_effect", | ||
"id": "melee_swing", | ||
"variant": "small_stabbing", | ||
"volume": 100, | ||
"files": [ | ||
"melee_swing/small_stabbing/small_stabbing_swing_1.ogg", | ||
"melee_swing/small_stabbing/small_stabbing_swing_2.ogg", | ||
"melee_swing/small_stabbing/small_stabbing_swing_3.ogg", | ||
"melee_swing/small_stabbing/small_stabbing_swing_4.ogg" | ||
] | ||
} | ||
] |
Binary file added
BIN
+6.04 KB
sound/CC-Sounds/melee_swing/small_stabbing/small_stabbing_swing_1.ogg
Binary file not shown.
Binary file added
BIN
+6.01 KB
sound/CC-Sounds/melee_swing/small_stabbing/small_stabbing_swing_2.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
| File Name | Author | License | Link | | ||
|------------------|----------|-----------|---------------------------------| | ||
| zombie_death_1 | missozzy | **CC-BY** | https://freesound.org/people/missozzy/sounds/169841/ | | ||
| zombie_death_2 | LittleRobotSoundFactory | **CC-BY** | https://freesound.org/people/LittleRobotSoundFactory/sounds/316208/ | | ||
| zombie_death_3 | Joao_Janz | **CC-BY-NC 3.0** | https://freesound.org/people/Joao_Janz/sounds/483790/ | | ||
| zombie_death_4 | tonsil5 | **CC0** | https://freesound.org/people/tonsil5/sounds/555412/ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[ | ||
{ | ||
"type": "sound_effect", | ||
"id" : "mon_death", | ||
"variant" : "zombie_death", | ||
"volume" : 100, | ||
"files" : [ | ||
"mon_death/zombie_death_1.ogg", | ||
"mon_death/zombie_death_2.ogg", | ||
"mon_death/zombie_death_3.ogg", | ||
"mon_death/zombie_death_4.ogg" | ||
] | ||
} | ||
] |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
| File Name | Author | License | Link | | ||
|------------------|----------|-----------|---------------------------------| | ||
| zombie_gibbed_1 | PaulMorek | **CC0** | https://freesound.org/people/PaulMorek/sounds/196725/ | | ||
| zombie_gibbed_2 | Audionautics | **CC-BY** | https://freesound.org/people/Audionautics/sounds/133968/ | |
12 changes: 12 additions & 0 deletions
12
sound/CC-Sounds/mon_death/zombie_gibbed/zombie_gibbed.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[ | ||
{ | ||
"type": "sound_effect", | ||
"id" : "mon_gibbed", | ||
"variant" : "zombie_gibbed", | ||
"volume" : 100, | ||
"files" : [ | ||
"mon_gibbed/zombie_gibbed_1.ogg", | ||
"mon_gibbed/zombie_gibbed_2.ogg" | ||
] | ||
} | ||
] |
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.