From d514de6b6c89d36ce4191ea47b6aa4b88ee95c04 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 22 Jul 2021 12:59:54 -0700 Subject: Move furniture-eggs to seperate json --- furniture-eggs.json | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 furniture-eggs.json (limited to 'furniture-eggs.json') 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" + ] + } +] -- cgit v1.2.1