aboutsummaryrefslogtreecommitdiff
path: root/furniture-eggs.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-22 12:59:54 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-22 12:59:54 -0700
commitd514de6b6c89d36ce4191ea47b6aa4b88ee95c04 (patch)
tree4081c17ed9a6afc25675d09f618552f530d7e7ed /furniture-eggs.json
parentAdd legacy alias for punching bag (diff)
downloadcataclysm-dda-soundpack_jcsoundpack-d514de6b6c89d36ce4191ea47b6aa4b88ee95c04.tar.xz
Move furniture-eggs to seperate json
Diffstat (limited to 'furniture-eggs.json')
-rw-r--r--furniture-eggs.json106
1 files changed, 106 insertions, 0 deletions
diff --git a/furniture-eggs.json b/furniture-eggs.json
new file mode 100644
index 0000000..3630ad9
--- /dev/null
+++ b/furniture-eggs.json
@@ -0,0 +1,106 @@
+[
+ {
+ "type": "sound_effect",
+ "id": "smash_fail",
+ "variant": "f_egg_sackbw",
+ "volume": 50,
+ "files": [
+ "terrain/other/hit_flesh_1.ogg",
+ "terrain/other/hit_flesh_2.ogg",
+ "terrain/other/hit_flesh_3.ogg",
+ "terrain/other/hit_flesh_4.ogg",
+ "terrain/other/hit_flesh_5.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id": "smash_success",
+ "variant": "f_egg_sackbw",
+ "volume": 50,
+ "files": [
+ "terrain/other/smash_flesh_1.ogg",
+ "terrain/other/smash_flesh_2.ogg",
+ "terrain/other/smash_flesh_3.ogg",
+ "terrain/other/smash_flesh_4.ogg",
+ "terrain/other/smash_flesh_5.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id": "smash_fail",
+ "variant": "f_egg_sackcs",
+ "volume": 50,
+ "files": [
+ "terrain/other/hit_flesh_1.ogg",
+ "terrain/other/hit_flesh_2.ogg",
+ "terrain/other/hit_flesh_3.ogg",
+ "terrain/other/hit_flesh_4.ogg",
+ "terrain/other/hit_flesh_5.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id": "smash_success",
+ "variant": "f_egg_sackcs",
+ "volume": 50,
+ "files": [
+ "terrain/other/smash_flesh_1.ogg",
+ "terrain/other/smash_flesh_2.ogg",
+ "terrain/other/smash_flesh_3.ogg",
+ "terrain/other/smash_flesh_4.ogg",
+ "terrain/other/smash_flesh_5.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id": "smash_fail",
+ "variant": "f_egg_sackws",
+ "volume": 50,
+ "files": [
+ "terrain/other/hit_flesh_1.ogg",
+ "terrain/other/hit_flesh_2.ogg",
+ "terrain/other/hit_flesh_3.ogg",
+ "terrain/other/hit_flesh_4.ogg",
+ "terrain/other/hit_flesh_5.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id": "smash_success",
+ "variant": "f_egg_sackws",
+ "volume": 50,
+ "files": [
+ "terrain/other/smash_flesh_1.ogg",
+ "terrain/other/smash_flesh_2.ogg",
+ "terrain/other/smash_flesh_3.ogg",
+ "terrain/other/smash_flesh_4.ogg",
+ "terrain/other/smash_flesh_5.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id": "smash_fail",
+ "variant": "f_egg_sacke",
+ "volume": 50,
+ "files": [
+ "terrain/other/hit_flesh_1.ogg",
+ "terrain/other/hit_flesh_2.ogg",
+ "terrain/other/hit_flesh_3.ogg",
+ "terrain/other/hit_flesh_4.ogg",
+ "terrain/other/hit_flesh_5.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id": "smash_success",
+ "variant": "f_egg_sacke",
+ "volume": 50,
+ "files": [
+ "terrain/other/smash_flesh_1.ogg",
+ "terrain/other/smash_flesh_2.ogg",
+ "terrain/other/smash_flesh_3.ogg",
+ "terrain/other/smash_flesh_4.ogg",
+ "terrain/other/smash_flesh_5.ogg"
+ ]
+ }
+]