From 9b0d5ceaec9ae8963bd63867015d686b9bc68474 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 12 Jan 2023 07:23:41 -0800 Subject: Add support for new migo furniture. --- furniture-migo.json | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/furniture-migo.json b/furniture-migo.json index bc66aac..1076e9f 100644 --- a/furniture-migo.json +++ b/furniture-migo.json @@ -154,6 +154,37 @@ "terrain/other/smash_flesh_10.ogg" ] }, + { + "type": "sound_effect", + "id": "smash_success", + "variant": "f_alien_scar_small", + "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_fail", + "variant": "f_alien_scar_small", + "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", + "terrain/other/smash_flesh_6.ogg", + "terrain/other/smash_flesh_7.ogg", + "terrain/other/smash_flesh_8.ogg", + "terrain/other/smash_flesh_9.ogg", + "terrain/other/smash_flesh_10.ogg" + ] + }, { "type": "sound_effect", "id": "smash_success", @@ -277,5 +308,36 @@ "terrain/other/smash_flesh_9.ogg", "terrain/other/smash_flesh_10.ogg" ] + }, + { + "type": "sound_effect", + "id": "smash_success", + "variant": "f_alien_nerve", + "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_fail", + "variant": "f_alien_nerve", + "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", + "terrain/other/smash_flesh_6.ogg", + "terrain/other/smash_flesh_7.ogg", + "terrain/other/smash_flesh_8.ogg", + "terrain/other/smash_flesh_9.ogg", + "terrain/other/smash_flesh_10.ogg" + ] } ] -- cgit v1.2.1