diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-12 07:23:41 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-12 07:23:41 -0800 |
commit | 9b0d5ceaec9ae8963bd63867015d686b9bc68474 (patch) | |
tree | 25993061ebdc92ea584e530345bc9be607eb04b8 | |
parent | Remove usage of underground_5. (diff) | |
download | cataclysm-dda-soundpack_jcsoundpack-9b0d5ceaec9ae8963bd63867015d686b9bc68474.tar.xz |
Add support for new migo furniture.
-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" + ] } ] |