aboutsummaryrefslogtreecommitdiff
path: root/Mods/arcana/furniture_effects.json
blob: 02f84b4815e8152ecda6547a47509e71e0889c3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[
  {
        "type": "sound_effect",
        "id" : "smash_fail",
        "variant" : "f_blade_upright",
        "volume" : 100,
        "files" : [
            "terrain/metal/hit_bar_1.ogg",
			"terrain/metal/hit_bar_2.ogg",
			"terrain/metal/hit_bar_3.ogg",
			"terrain/metal/hit_bar_4.ogg",
			"terrain/metal/hit_bar_5.ogg",
			"terrain/metal/hit_bar_6.ogg",
			"terrain/metal/hit_bar_7.ogg",
			"terrain/metal/hit_bar_8.ogg",
			"terrain/metal/hit_bar_9.ogg",
			"terrain/metal/hit_bar_10.ogg"
        ]
    },
	{
        "type": "sound_effect",
        "id" : "smash_success",
        "variant" : "f_blade_upright",
        "volume" : 100,
        "files" : [
            "terrain/metal/hit_bar_1.ogg",
			"terrain/metal/hit_bar_2.ogg",
			"terrain/metal/hit_bar_3.ogg",
			"terrain/metal/hit_bar_4.ogg",
			"terrain/metal/hit_bar_5.ogg",
			"terrain/metal/hit_bar_6.ogg",
			"terrain/metal/hit_bar_7.ogg",
			"terrain/metal/hit_bar_8.ogg",
			"terrain/metal/hit_bar_9.ogg",
			"terrain/metal/hit_bar_10.ogg"
        ]
    },
	{
        "type": "sound_effect",
        "id" : "smash_fail",
        "variant" : "f_candle_barrier",
        "volume" : 100,
        "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_candle_barrier",
        "volume" : 100,
        "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"
        ]
    }
]