diff options
| -rw-r--r-- | guns/ups.json | 62 | 
1 files changed, 41 insertions, 21 deletions
| diff --git a/guns/ups.json b/guns/ups.json index f292f95..a490550 100644 --- a/guns/ups.json +++ b/guns/ups.json @@ -6,17 +6,17 @@          "variant" : "emp_gun",          "files" : [              "guns/eweapons/emp_gun_1.ogg", -			"guns/eweapons/emp_gun_2.ogg" +            "guns/eweapons/emp_gun_2.ogg"          ]      }, -	{ +    {          "type": "sound_effect",          "id" : "fire_gun_distant",          "volume" : 40,          "variant" : "emp_gun",          "files" : [              "guns/eweapons/emp_gun_1.ogg", -			"guns/eweapons/emp_gun_2.ogg" +            "guns/eweapons/emp_gun_2.ogg"          ]      },      { @@ -28,7 +28,7 @@              "guns/eweapons/laser_cannon.ogg"          ]      }, -	{ +    {          "type": "sound_effect",          "id" : "fire_gun_distant",          "volume" : 40, @@ -46,7 +46,7 @@              "guns/eweapons/laser_cannon.ogg"          ]      }, -	{ +    {          "type": "sound_effect",          "id" : "fire_gun_distant",          "volume" : 40, @@ -64,7 +64,7 @@              "guns/eweapons/laser_cannon.ogg"          ]      }, -	{ +    {          "type": "sound_effect",          "id" : "fire_gun_distant",          "volume" : 40, @@ -80,19 +80,19 @@          "variant" : "laser_rifle",          "files" : [              "guns/eweapons/laser_rifle_1.ogg", -			"guns/eweapons/laser_rifle_2.ogg", -			"guns/eweapons/laser_rifle_3.ogg" +            "guns/eweapons/laser_rifle_2.ogg", +            "guns/eweapons/laser_rifle_3.ogg"          ]      }, -	{ +    {          "type": "sound_effect",          "id" : "fire_gun_distant",          "volume" : 40,          "variant" : "laser_rifle",          "files" : [              "guns/eweapons/laser_rifle_1.ogg", -			"guns/eweapons/laser_rifle_2.ogg", -			"guns/eweapons/laser_rifle_3.ogg" +            "guns/eweapons/laser_rifle_2.ogg", +            "guns/eweapons/laser_rifle_3.ogg"          ]      },      { @@ -102,19 +102,39 @@          "variant" : "laser_rifle_a7m",          "files" : [              "guns/eweapons/laser_rifle_1.ogg", -			"guns/eweapons/laser_rifle_2.ogg", -			"guns/eweapons/laser_rifle_3.ogg" +            "guns/eweapons/laser_rifle_2.ogg", +            "guns/eweapons/laser_rifle_3.ogg"          ]      }, -	{ +    {          "type": "sound_effect",          "id" : "fire_gun_distant",          "volume" : 40,          "variant" : "laser_rifle_a7m",          "files" : [              "guns/eweapons/laser_rifle_1.ogg", -			"guns/eweapons/laser_rifle_2.ogg", -			"guns/eweapons/laser_rifle_3.ogg" +            "guns/eweapons/laser_rifle_2.ogg", +            "guns/eweapons/laser_rifle_3.ogg" +        ] +    }, +    { +        "type": "sound_effect", +        "id" : "fire_gun", +        "volume" : 100, +        "variant" : "laser_rifle_a7m_shotgun", +        "files" : [ +            "guns/eweapons/bio_blaster_gun_1.ogg", +            "guns/eweapons/bio_blaster_gun_2.ogg" +        ] +    }, +    { +        "type": "sound_effect", +        "id" : "fire_gun_distant", +        "volume" : 40, +        "variant" : "laser_rifle_a7m_shotgun", +        "files" : [ +            "guns/eweapons/bio_blaster_gun_1.ogg", +            "guns/eweapons/bio_blaster_gun_2.ogg"          ]      },      { @@ -124,19 +144,19 @@          "variant" : "v29",          "files" : [              "guns/eweapons/v29_1.ogg", -			"guns/eweapons/v29_2.ogg", -			"guns/eweapons/v29_3.ogg" +            "guns/eweapons/v29_2.ogg", +            "guns/eweapons/v29_3.ogg"          ]      }, -	{ +    {          "type": "sound_effect",          "id" : "fire_gun_distant",          "volume" : 40,          "variant" : "v29",          "files" : [              "guns/eweapons/v29_1.ogg", -			"guns/eweapons/v29_2.ogg", -			"guns/eweapons/v29_3.ogg" +            "guns/eweapons/v29_2.ogg", +            "guns/eweapons/v29_3.ogg"          ]      }  ] | 
