diff options
-rw-r--r-- | furniture-migo.json | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/furniture-migo.json b/furniture-migo.json index bc66aac..1076e9f 100644 --- a/furniture-migo.json +++ b/furniture-migo.json @@ -157,6 +157,37 @@ { "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", "variant": "f_alien_pod", "volume": 50, "files": [ @@ -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" + ] } ] |