module Base
{
	item PaydayGoldBars
	{
	    DisplayCategory = Material,
		Weight	=	36,
		Type	=	Normal,
		DisplayName	=	Gold bars,
		Icon	=	pd_gold_E150,
		WorldStaticModel = payday_object_goldWI,
	}

	item PaydayAmmoBag
	{
		DisplayCategory = Bag,
        WeightReduction	=	50,
        Weight	=	1,
        Type	=	Container,
        Capacity	=	15,
        DisplayName	=	Ammo Bag,
        Icon	=	pd_ammo_E150,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        RunSpeedModifier = 0.97,
        WorldStaticModel = payday_object_ammo_bagWI,
	}

	item PaydayBodyBagCase
	{
		DisplayCategory = Bag,
        WeightReduction	=	50,
        Weight	=	1,
        Type	=	Container,
        Capacity	=	15,
        DisplayName	=	Bodybag Case,
        Icon	=	pd_case_E150,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        RunSpeedModifier = 0.97,
        ReplaceInSecondHand = Bag_BodyBag_Lhand holdingbagleft,
        ReplaceInPrimaryHand = Bag_BodyBag_Rhand holdingbagright,
        WorldStaticModel = payday_object_bodybagWI,
	}

	item PaydayMedicBag
	{
		DisplayCategory = Bag,
        WeightReduction	=	50,
        Weight	=	1,
        Type	=	Container,
        Capacity	=	15,
        DisplayName	=	Medic Bag,
        Icon	=	pd_medicbag_E150,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        RunSpeedModifier = 0.97,
        ReplaceInSecondHand = Bag_MedicBag_Lhand holdingbagleft,
        ReplaceInPrimaryHand = Bag_MedicBag_Rhand holdingbagright,
        WorldStaticModel = payday_object_medicbagWI,
	}

	item PaydayCoke
	{
	    DisplayCategory = Container,
		Weight	=	2,
		Type	=	Normal,
		DisplayName	=	Cocaine Packages,
		Icon	=	pd_coke_E150,
		WorldStaticModel = payday_object_cokeWI,
	}

	item PaydayFirstAidKit
	{
		DisplayCategory = Bag,
        WeightReduction	=	5,
        Weight	=	1,
        Type	=	Container,
        Capacity	=	4,
        DisplayName	=	First Aid Kit,
        Icon	=	pd_fak_E150,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        RunSpeedModifier = 0.97,
        WorldStaticModel = payday_object_fakWI,
	}

	item PaydayToothbrush
	{
	    DisplayCategory = Material,
		Weight	=	2,
		Type	=	Normal,
		DisplayName	=	Giant Tootbrush,
		Icon	=	pd_brush_E150,
		WorldStaticModel = payday_object_brushWI,
	}

	item PaydayLootBag
    {
        DisplayCategory = Bag,
        Type = Container,
        DisplayName = Loot Bag,
        WeightReduction	=	90,
        Weight	=	1,
        Capacity	=	28,
        Icon	=	pd_duffle_E150,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        RunSpeedModifier = 0.9,
        ReplaceInSecondHand = Bag_LootBag_Lhand holdingbagleft,
        ReplaceInPrimaryHand = Bag_LootBag_Rhand holdingbagright,
        WorldStaticModel = payday_object_duffleWI,
    }

    item PaydayLootBagOrange
    {
        DisplayCategory = Bag,
        Type = Container,
        DisplayName = Loot Bag,
        WeightReduction	=	90,
        Weight	=	1,
        Capacity	=	28,
        Icon	=	pd_duffle_orange_E150,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        RunSpeedModifier = 0.9,
        ReplaceInSecondHand = Bag_LootBagOrange_Lhand holdingbagleft,
        ReplaceInPrimaryHand = Bag_LootBagOrange_Rhand holdingbagright,
        WorldStaticModel = payday_object_duffle_orangeWI,
    }

    item PaydayLootBagYellow
    {
        DisplayCategory = Bag,
        Type = Container,
        DisplayName = Loot Bag,
        WeightReduction	=	90,
        Weight	=	1,
        Capacity	=	28,
        Icon	=	pd_duffle_yellow_E150,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        RunSpeedModifier = 0.9,
        ReplaceInSecondHand = Bag_LootBagYellow_Lhand holdingbagleft,
        ReplaceInPrimaryHand = Bag_LootBagYellow_Rhand holdingbagright,
        WorldStaticModel = payday_object_duffle_yellowWI,
    }

    item PaydayLootBagGreen
    {
        DisplayCategory = Bag,
        Type = Container,
        DisplayName = Loot Bag,
        WeightReduction	=	90,
        Weight	=	1,
        Capacity	=	28,
        Icon	=	pd_duffle_green_E150,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        RunSpeedModifier = 0.9,
        ReplaceInSecondHand = Bag_LootBagGreen_Lhand holdingbagleft,
        ReplaceInPrimaryHand = Bag_LootBagGreen_Rhand holdingbagright,
        WorldStaticModel = payday_object_duffle_greenWI,
    }

    item PaydayMerchBag
    {
        DisplayCategory = Bag,
        Type = Container,
        DisplayName = Merch Bag,
        WeightReduction =   90,
        Weight  =   1,
        Capacity    =   28,
        Icon    =   pd_duffle_merch_E150,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        RunSpeedModifier = 0.9,
        ReplaceInSecondHand = Bag_MerchBag_Lhand holdingbagleft,
        ReplaceInPrimaryHand = Bag_MerchBag_Rhand holdingbagright,
        WorldStaticModel = payday_object_duffle_extraWI,
    }

    item PaydayMeth
	{
	    DisplayCategory = Material,
		Weight	=	0.1,
		Type	=	Normal,
		DisplayName	=	Meth,
		Icon	=	pd_meth_E150,
		WorldStaticModel = payday_object_methWI,
	}

	item PaydayMoneyPile
	{
	    DisplayCategory = Material,
		Weight	=	10,
		Type	=	Normal,
		DisplayName	=	Money Pile,
		Icon	=	pd_money_E150,
		WorldStaticModel = payday_object_moneyWI,
	}

}