
module QG
{  
 
	item 9mmRounds
	{
		Count = 1,
		Weight = 0.01,
		Type = Normal,
		DisplayName = 9x19mm Parabellum rounds,
		DisplayCategory = Ammo,
		Icon = 9mmRounds,
	}
 
	item 9mmBox
    {
        Weight = 0.5,
        Type = Normal,
        DisplayName = 9x19mm - 50 Round Box,
		DisplayCategory = Ammo,
        Icon = 9mmBox,
    }
 
	item 9mmCan
    {
        Weight = 5.0,
        Type = Normal,
        DisplayName = 9x19mm - 500 Round Canister,
		DisplayCategory = Ammo,
        Icon = AmmoBox,
    }
 
	item 45ACPRounds
	{
		Count = 1,
		Weight = 0.01,
		Type = Normal,
		DisplayName = .45 ACP rounds,
		DisplayCategory = Ammo,
		Icon = 45ACProunds,
	}
 
	item 45ACPBox
    {
        Weight = 0.5,
        Type = Normal,
        DisplayName = .45 ACP Rounds - 50 Round Box,
		DisplayCategory = Ammo,
        Icon = 45ACPBox,
    }
 
	item 45ACPCan
    {
        Weight = 5.0,
        Type = Normal,
        DisplayName = .45 ACP Rounds - 500 Round Canister,
		DisplayCategory = Ammo,
        Icon = AmmoBox,
    }
 
}
