diff options
-rw-r--r-- | furniture-recreation.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/furniture-recreation.json b/furniture-recreation.json index 72ebc55..9970118 100644 --- a/furniture-recreation.json +++ b/furniture-recreation.json @@ -362,6 +362,42 @@ { "type": "sound_effect", "id": "smash_fail", + "variant": "f_floor_canvas", + "volume": 50, + "files": [ + "terrain/cloth/hit_cloth_1.ogg", + "terrain/cloth/hit_cloth_2.ogg", + "terrain/cloth/hit_cloth_3.ogg", + "terrain/cloth/hit_cloth_4.ogg", + "terrain/cloth/hit_cloth_5.ogg", + "terrain/cloth/hit_cloth_6.ogg", + "terrain/cloth/hit_cloth_7.ogg", + "terrain/cloth/hit_cloth_8.ogg", + "terrain/cloth/hit_cloth_9.ogg", + "terrain/cloth/hit_cloth_10.ogg" + ] + }, + { + "type": "sound_effect", + "id": "smash_success", + "variant": "f_floor_canvas", + "volume": 50, + "files": [ + "terrain/cloth/smash_cloth_1.ogg", + "terrain/cloth/smash_cloth_2.ogg", + "terrain/cloth/smash_cloth_3.ogg", + "terrain/cloth/smash_cloth_4.ogg", + "terrain/cloth/smash_cloth_5.ogg", + "terrain/cloth/smash_cloth_6.ogg", + "terrain/cloth/smash_cloth_7.ogg", + "terrain/cloth/smash_cloth_8.ogg", + "terrain/cloth/smash_cloth_9.ogg", + "terrain/cloth/smash_cloth_10.ogg" + ] + }, + { + "type": "sound_effect", + "id": "smash_fail", "variant": "f_piano", "volume": 50, "files": [ |