[
  {
        "type": "sound_effect",
        "id" : "fire_gun",
        "volume" : 100,
        "variant" : "blunderbuss",
        "files" : [
            "guns/flintlock/flintlock_1.ogg",
			"guns/flintlock/flintlock_2.ogg",
			"guns/flintlock/flintlock_3.ogg",
			"guns/flintlock/flintlock_4.ogg",
			"guns/flintlock/flintlock_5.ogg"
        ]
    },
	{
        "type": "sound_effect",
        "id" : "fire_gun_distant",
        "volume" : 40,
        "variant" : "blunderbuss",
        "files" : [
            "guns/flintlock/flintlock_1.ogg",
			"guns/flintlock/flintlock_2.ogg",
			"guns/flintlock/flintlock_3.ogg",
			"guns/flintlock/flintlock_4.ogg",
			"guns/flintlock/flintlock_5.ogg"
        ]
    },
    {
        "type": "sound_effect",
        "id" : "reload",
        "volume" : 90,
        "variant" : "blunderbuss",
        "files" : [
            "guns/reload/rifle_s/rifle_1.ogg",
			"guns/reload/rifle_s/rifle_2.ogg",
			"guns/reload/rifle_s/rifle_3.ogg",
			"guns/reload/rifle_s/rifle_4.ogg",
			"guns/reload/rifle_s/rifle_5.ogg"
        ]
    }
]