module Base
{
    sound SuppressedShot
    {
        category = Item,
        maxInstancesPerEmitter = 2,
        clip
        {
            file = media/sound/suppressedshot.ogg,
            distanceMax = 10,
            volume = 0.6,
        }
    }
    
    sound SuppressedShot2
    {
        category = Item,
        maxInstancesPerEmitter = 2,
        clip
        {
            file = media/sound/suppressedshot2.ogg,
            distanceMax = 10,
            volume = 0.6,
        }
    }
    
    sound MP5SDshot
    {
        category = Item,
        maxInstancesPerEmitter = 2,
        clip
        {
            file = media/sound/mp5sdshot.ogg,
            distanceMax = 15,
            volume = 0.5,
        }
    }
    
    sound CAR15Dshot
    {
        category = Item,
        maxInstancesPerEmitter = 2,
        clip
        {
            file = media/sound/car15dshot.ogg,
            distanceMax = 25,
            volume = 0.5,
        }
    }
    
    sound AK47shoot
    {
        category = Item,
        maxInstancesPerEmitter = 2,
        clip
        {
            file = media/sound/AK47shoot.ogg,
        }
    }
    
    sound Mini14shoot
    {
        category = Item,
        maxInstancesPerEmitter = 2,
        clip
        {
            file = media/sound/Mini14shoot.ogg,
        }
    }
    
    sound 1022shot
    {
        category = Item,
        maxInstancesPerEmitter = 2,
        clip
        {
            file = media/sound/1022shot.ogg,
        }
    }
    
    sound Mk2shoot
    {
        category = Item,
        maxInstancesPerEmitter = 2,
        clip
        {
            file = media/sound/MK2shot.ogg,
        }
    }
    
    sound Mk2SDshoot
    {
        category = Item,
        maxInstancesPerEmitter = 2,
        clip
        {
            file = media/sound/MK2SDshot.ogg,
        }
    }
    
    sound M1Ping
    {
        category = Item,
        clip
        {
            file = media/sound/M1Ping.ogg,
        }
    }
    
    sound M1PingDrop
    {
        category = Item,
        clip
        {
            file = media/sound/M1PingDrop.ogg,
        }
    }
    
    sound FALRack
    {
        category = Item,
        clip
        {
            file = media/sound/FALRack.ogg,
        }
    }
    
    sound MP5_Magout
    {
        category = Item,
        clip
        {
            file = media/sound/MP5_Magout.ogg,
        }
    }
    
    sound MP5_Magin
    {
        category = Item,
        clip
        {
            file = media/sound/MP5_Magin.ogg,
        }
    }
    
    sound MP5_Rack
    {
        category = Item,
        clip
        {
            file = media/sound/MP5_Rack.ogg,
        }
    }
    
    sound LeverRack
    {
        category = Item,
        clip
        {
            file = media/sound/LeverRack.ogg,
        }
    }
    
    sound AK47Rack
    {
        category = Item,
        clip
        {
            file = media/sound/AK47Rack.ogg,
        }
    }
    
    sound M60Rack
    {
        category = Item,
        clip
        {
            file = media/sound/M60Rack.ogg,
        }
    }
}