diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-05 12:34:25 -0800 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-05 12:34:25 -0800 | 
| commit | 9983f2b9e63adf0d4d8681ab3822ada5c24a1de0 (patch) | |
| tree | ef20c4caf668d405a9c96ad6afa122aedd1c94c5 /Mods/Bionsynthetic_Robot_Mod_jm | |
| parent | Sync up a lot of gun sounds with the new upstream (diff) | |
| download | cataclysm-dda-soundpack_jcsoundpack-9983f2b9e63adf0d4d8681ab3822ada5c24a1de0.tar.xz | |
Sync all the mods
Diffstat (limited to 'Mods/Bionsynthetic_Robot_Mod_jm')
| -rw-r--r-- | Mods/Bionsynthetic_Robot_Mod_jm/Biosynthetic_Robot_Mod_jm.json | 42 | 
1 files changed, 42 insertions, 0 deletions
| diff --git a/Mods/Bionsynthetic_Robot_Mod_jm/Biosynthetic_Robot_Mod_jm.json b/Mods/Bionsynthetic_Robot_Mod_jm/Biosynthetic_Robot_Mod_jm.json new file mode 100644 index 0000000..38771eb --- /dev/null +++ b/Mods/Bionsynthetic_Robot_Mod_jm/Biosynthetic_Robot_Mod_jm.json @@ -0,0 +1,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" +        ] +    } +] | 
