aboutsummaryrefslogtreecommitdiff
path: root/Mods/Bionsynthetic_Robot_Mod_jm/Biosynthetic_Robot_Mod_jm.json
blob: 38771eb4189dd8d2baf47f8f0ef88d9bf0b9c8b2 (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
[
    {
        "type": "sound_effect",
        "id" : "fire_gun",
        "volume" : 75,
        "variant" : "gkb_xedra_ar",
        "files" : [
            "guns/eweapons/laser_rifle_1.ogg",
			"guns/eweapons/laser_rifle_2.ogg",
			"guns/eweapons/laser_rifle_3.ogg"
        ]
    },
	{
        "type": "sound_effect",
        "id" : "fire_gun_distant",
        "volume" : 40,
        "variant" : "gkb_xedra_ar",
        "files" : [
            "guns/eweapons/laser_rifle_1.ogg",
			"guns/eweapons/laser_rifle_2.ogg",
			"guns/eweapons/laser_rifle_3.ogg"
        ]
    },
	{
        "type": "sound_effect",
        "id" : "fire_gun",
        "volume" : 70,
        "variant" : "gkb_xedra_magnum",
        "files" : [
            "guns/eweapons/laser_cannon.ogg"
        ]
    },
	{
        "type": "sound_effect",
        "id" : "fire_gun_distant",
        "volume" : 70,
        "variant" : "gkb_xedra_magnum",
        "files" : [
            "guns/eweapons/laser_cannon.ogg"
        ]
    }
]