module Base
{

	/************************Ammo Canisters************************/

	item AmmoCan762
	{
		WeightReduction				=	50,
		Weight						=	0.5,
		Type						=	Container,
		Capacity					=	25,
		DisplayName					=	7.62x51mm Ammo Canister,
		DisplayCategory				=	Canister,
		Icon						=	Ammocan,
		RunSpeedModifier			=	0.99,
		MetalValue					=	15,
		ReplaceInSecondHand			=	Bag_AmmoCan_LHand holdingbagleft,
		ReplaceInPrimaryHand		=	Bag_AmmoCan_RHand holdingbagright,
		WorldStaticModel			=	AmmoCan,
	}

	item AmmoCan762x39
	{
		WeightReduction			=	26,
		Weight					=	0.5,
		Type					=	Container,
		Capacity				=	13,
		DisplayName				=	7.62x39mm Ammo Canister,
		DisplayCategory			=	Canister,
		Icon					=	Ammocan,
		RunSpeedModifier		=	0.99,
		MetalValue				=	15,
		ReplaceInSecondHand		=	Bag_AmmoCan_LHand holdingbagleft,
		ReplaceInPrimaryHand	=	Bag_AmmoCan_RHand holdingbagright,
		WorldStaticModel		=	AmmoCan,
	}

	item AmmoCan556
	{
		WeightReduction			=	20,
		Weight					=	0.5,
		Type					=	Container,
		Capacity				=	10,
		DisplayName				=	5.56x45mm Ammo Canister,
		DisplayCategory			=	Canister,
		Icon					=	Ammocan,
		RunSpeedModifier		=	0.99,
		MetalValue				=	15,
		ReplaceInSecondHand		=	Bag_AmmoCan_LHand holdingbagleft,
		ReplaceInPrimaryHand	=	Bag_AmmoCan_RHand holdingbagright,
		WorldStaticModel		=	AmmoCan,
	}

	item AmmoCan223
	{
		WeightReduction			=	20,
		Weight					=	0.5,
		Type					=	Container,
		Capacity				=	10,
		DisplayName				=	.223 Ammo Canister,
		DisplayCategory			=	Canister,
		Icon					=	Ammocan,
		RunSpeedModifier		=	0.99,
		MetalValue				=	15,
		ReplaceInSecondHand		=	Bag_AmmoCan_LHand holdingbagleft,
		ReplaceInPrimaryHand	=	Bag_AmmoCan_RHand holdingbagright,
		WorldStaticModel		=	AmmoCan,
	}

	item AmmoCan308
	{
		WeightReduction			=	26,
		Weight					=	0.5,
		Type					=	Container,
		Capacity				=	13,
		DisplayName				=	.308 Winchester Ammo Canister,
		DisplayCategory			=	Canister,
		Icon					=	Ammocan,
		RunSpeedModifier		=	0.99,
		MetalValue				=	15,
		ReplaceInSecondHand		=	Bag_AmmoCan_LHand holdingbagleft,
		ReplaceInPrimaryHand	=	Bag_AmmoCan_RHand holdingbagright,
		WorldStaticModel		=	AmmoCan,
	}

	item AmmoCan9mm
	{
		WeightReduction			=	20,
		Weight					=	0.5,
		Type					=	Container,
		Capacity				=	10,
		DisplayName				=	9mm Ammo Canister,
		DisplayCategory			=	Canister,
		Icon					=	Ammocan,
		RunSpeedModifier		=	0.99,
		MetalValue				=	15,
		ReplaceInSecondHand		=	Bag_AmmoCan_LHand holdingbagleft,
		ReplaceInPrimaryHand	=	Bag_AmmoCan_RHand holdingbagright,
		WorldStaticModel		=	AmmoCan,
	}
}
