module Base
{
	imports
	{
		Base
	}
	
	item GLWoodglueBox		/*x12*/
	{
		DisplayName 		= Box of Wood Glue (12),
		DisplayCategory		= Material,
		Type 				= Normal,
		Weight				= 5,
		Icon				= Parcel_Medium_Food,
		WorldStaticModel 	= Parcel_Food_Medium,
		Tags 				= IgnoreZombieDensity,
	}
	item GLWoodglueCarton		/*x6*/
	{
		DisplayName 		= Carton of Wood Glue Boxes (6),
		DisplayCategory 	= Material,
		Type 				= Normal,
		Weight				= 20,
		SurvivalGear		= TRUE,
        Icon				= Parcel_Large_Hardware,
		WorldStaticModel 	= Parcel_Hardware_Large,
		Tags 				= IgnoreZombieDensity,
	}
	
	item GLGlueBox			/*x12*/
	{
		DisplayName 		= Box of Glue (6),
		DisplayCategory		= Material,
		Type 				= Normal,
		Weight				= 5,
		Icon				= Parcel_Medium_Food,
		WorldStaticModel 	= Parcel_Food_Medium,
		Tags 				= IgnoreZombieDensity,
	}
	item GLGlueCarton		/*x6*/
	{
		DisplayName 		= Carton of Glue,
		DisplayCategory 	= Material,
		Type 				= Normal,
		Weight				= 20,
        Icon				= Parcel_Large_Hardware,
		WorldStaticModel 	= Parcel_Hardware_Large,
		Tags 				= IgnoreZombieDensity,
	}
	
	item GLAluminumBox			/*x12*/
	{
		DisplayName 		= Box of Aluminum,
		DisplayCategory		= Material,
		Type 				= Normal,
		Weight				= 1,
		Icon 				= Parcel_Small_Food,
		WorldStaticModel 	= Parcel_Food_Small,
		Tags 				= HasMetal;IgnoreZombieDensity,
	}

	item GLAluminumFragmentsBox		/*x12*/
	{
		DisplayName 		= Box of Aluminum Fragments,
		DisplayCategory		= Material,
		Type 				= Normal,
		Weight				= 1,
		Icon 				= Parcel_Small_Food,
		WorldStaticModel 	= Parcel_Food_Small,
		Tags 				= HasMetal;IgnoreZombieDensity,
	}
	
	item GLWeldingRodsBox		/*x6*/
	{
		DisplayName 		= Box of Welding Rods,
		DisplayCategory		= Material,
		Type 				= Normal,
		Weight				= 8,
		Icon				= Parcel_Medium_Food,
		WorldStaticModel 	= Parcel_Food_Medium,
		Tags 				= IgnoreZombieDensity,
	}
	
	item GLBlowTorchBox		/*x6*/
	{
		DisplayName 		= Box of Blow Torch's,
		DisplayCategory		= Material,
		Type 				= Normal,
		Weight				= 5,
		Icon				= Parcel_Medium_Food,
		WorldStaticModel 	= Parcel_Food_Medium,
		Tags 				= IgnoreZombieDensity,
	}
	
	item GLBatteryCarton	/*x12*/
	{
		DisplayName 		= Box of Batteries,
		DisplayCategory 	= Electronics,
		Type 				= Normal,
		Weight 				= 10,
		Icon				= Parcel_Medium_Food,
		WorldStaticModel 	= Parcel_Food_Medium,
		Tags 				= HasMetal;IgnoreZombieDensity,
	}
	
	item GLDuctTapeCarton	/*x6*/
	{
		DisplayName 		= Carton of Duct Tape,
		DisplayCategory 	= Material,
		Type 				= Normal,
		Weight 				= 20,
        Icon				= Parcel_Large_Hardware,
		WorldStaticModel 	= Parcel_Hardware_Large,
		Tags 				= IgnoreZombieDensity,
	}
	
	item GLRazorBox			/*x12*/
	{
		DisplayName 		= Box of Razors,
		DisplayCategory 	= Junk,
		Type 				= Normal,
		Weight 				= 2,
		Icon 				= Parcel_Small_Food,
		WorldStaticModel 	= Parcel_Food_Small,
		Tags 				= HasMetal;IgnoreZombieDensity,
	}
	item GLRazorCarton		/*x12*/
	{
		DisplayName 		= Box of Razors,
		DisplayCategory 	= Junk,
		Type 				= Normal,
		Weight 				= 20,
		Icon				= Parcel_Medium_Food,
		WorldStaticModel 	= Parcel_Food_Medium,
		Tags 				= HasMetal;IgnoreZombieDensity,
	}
	
	item GLToiletPaperBox		/*x12*/
	{
		DisplayName 		= Box of  Toilet Paper,
		DisplayCategory		= Junk,
		Type 				= Normal,
		Weight				= 5,
		Icon				= Parcel_Medium_Food,
		WorldStaticModel 	= Parcel_Food_Medium,
		Tags 				= IgnoreZombieDensity,
	}
	
	item GLJarLidBox		/*x12*/
	{
		DisplayName 		= Box of Jar Lids,
		DisplayCategory 	= Cooking,
		Type 				= Normal,
		Weight 				= 1,
		Icon 				= Parcel_Small_Food,
		WorldStaticModel 	= Parcel_Food_Small,
		Tags 				= HasMetal;IgnoreZombieDensity,
	}
	
	item GLBleachBox			/*x6*/
	{
		DisplayName 		= Box of Bleach,
		DisplayCategory		= Household,
		Type 				= Normal,
		Weight				= 6,
		Icon				= Parcel_Medium_Food,
		WorldStaticModel 	= Parcel_Food_Medium,
		Tags 				= IgnoreZombieDensity,
	}

	item GLCleaningLiquid2Box	/*x6*/
	{
		DisplayName 		= Box of Cleaning Liquids,
		DisplayCategory		= Household,
		Type 				= Normal,
		Weight				= 4,
		Icon				= Parcel_Medium_Food,
		WorldStaticModel 	= Parcel_Food_Medium,
		Tags 				= IgnoreZombieDensity,
	}

	item GLSoap2Box		/*x12*/
	{
		DisplayName 		= Box of Soaps,
		DisplayCategory 	= Household,
		Type 				= Normal,
		Weight 				= 2,
		Icon 				= Parcel_Small_Food,
		WorldStaticModel 	= Parcel_Food_Small,
		Tags 				= IgnoreZombieDensity,
	}
	
	item GLSpongeBox		/*x12*/
	{
		DisplayName 		= Box of Sponges,
		DisplayCategory 	= Household,
		Type 				= Normal,
		Weight 				= 1,
		Icon 				= Parcel_Small_Food,
		WorldStaticModel 	= Parcel_Food_Small,
		Tags 				= IgnoreZombieDensity,
	}
	
	item GLEpoxyBox			/*x12*/
	{
		DisplayName 		= Box of Epoxy,
		DisplayCategory		= Material,
		Type 				= Normal,
		Weight				= 5,
		Icon				= Parcel_Medium_Food,
		WorldStaticModel 	= Parcel_Food_Medium,
		Tags 				= IgnoreZombieDensity,
	}
	
	item GLFiberglassTapeBox			/*x6*/
	{
		DisplayName 		= Box of Fiberglass Tape,
		DisplayCategory		= Material,
		Type 				= Normal,
		Weight				= 4,
		Icon				= Parcel_Medium_Food,
		WorldStaticModel 	= Parcel_Food_Medium,
		Tags 				= IgnoreZombieDensity,
	}

	item GLNutsBoltsBox			/*x12*/
	{
		DisplayName 		= Box of Nuts & Bolts,
		DisplayCategory		= Material,
		Type 				= Normal,
		Weight				= 2,
		Icon 				= Parcel_Small_Food,
		WorldStaticModel 	= Parcel_Food_Small,
		Tags 				= HasMetal;IgnoreZombieDensity,
	}
	
	item GLTwineBox		/*x12*/
	{
		DisplayName 		= Box of Twine,
		DisplayCategory		= Material,
		Type 				= Normal,
		Weight				= 5,
		Icon				= Parcel_Medium_Food,
		WorldStaticModel 	= Parcel_Food_Medium,
		Tags 				= IgnoreZombieDensity,
	}

	item GLSpeakerBox			/*x12*/
	{
		DisplayName 		= Box of Speakers,
		DisplayCategory		= Electronics,
		Type 				= Normal,
		Weight				= 3,
		Icon 				= Parcel_Small_Food,
		WorldStaticModel 	= Parcel_Food_Small,
		Tags 				= HasMetal;IgnoreZombieDensity,
	}

	item GLAmplifierBox			/*x12*/
	{
		DisplayName 		= Box of Amplifiers,
		DisplayCategory		= Electronics,
		Type 				= Normal,
		Weight				= 3,
		Icon 				= Parcel_Small_Food,
		WorldStaticModel 	= Parcel_Food_Small,
		Tags 				= HasMetal;IgnoreZombieDensity,
	}

	item GLElectricWireBox			/*x12*/
	{
		DisplayName 		= Box of Electrical Wires,
		DisplayCategory		= Electronics,
		Type 				= Normal,
		Weight				= 1,
		Icon 				= Parcel_Small_Food,
		WorldStaticModel 	= Parcel_Food_Small,
		Tags 				= HasMetal;IgnoreZombieDensity,
	}

	item GLElectronicsScrapBox			/*x12*/
	{
		DisplayName 		= Box of Electronics Scraps,
		DisplayCategory		= Electronics,
		Type 				= Normal,
		Weight				= 1,
		Icon 				= Parcel_Small_Food,
		WorldStaticModel 	= Parcel_Food_Small,
		Tags 				= HasMetal;IgnoreZombieDensity,
	}

	item GLMotionSensorBox			/*x12*/
	{
		DisplayName 		= Box of Motion Sensors,
		DisplayCategory		= Electronics,
		Type 				= Normal,
		Weight				= 3,
		Icon 				= Parcel_Small_Food,
		WorldStaticModel 	= Parcel_Food_Small,
		Tags 				= HasMetal;IgnoreZombieDensity,
	}
	
	item GLRadioReceiverBox			/*x12*/
	{
		DisplayName 		= Box of Radio Receivers,
		DisplayCategory		= Electronics,
		Type 				= Normal,
		Weight				= 1,
		Icon 				= Parcel_Small_Food,
		WorldStaticModel 	= Parcel_Food_Small,
		Tags 				= HasMetal;IgnoreZombieDensity,
	}

	item GLRadioTransmitterBox			/*x12*/
	{
		DisplayName 		= Box of Radio Transmitters,
		DisplayCategory		= Electronics,
		Type 				= Normal,
		Weight				= 1,
		Icon 				= Parcel_Small_Food,
		WorldStaticModel 	= Parcel_Food_Small,
		Tags 				= HasMetal;IgnoreZombieDensity,
	}

	item GLReceiverBox			/*x12*/
	{
		DisplayName 		= Box of Receivers,
		DisplayCategory		= Electronics,
		Type 				= Normal,
		Weight				= 1,
		Icon 				= Parcel_Small_Food,
		WorldStaticModel 	= Parcel_Food_Small,
		Tags 				= HasMetal;IgnoreZombieDensity,
	}

	item GLScannerModuleBox			/*x12*/
	{
		DisplayName 		= Box of Scanner Modules,
		DisplayCategory		= Electronics,
		Type 				= Normal,
		Weight				= 1,
		Icon 				= Parcel_Small_Food,
		WorldStaticModel 	= Parcel_Food_Small,
		Tags 				= HasMetal;IgnoreZombieDensity,
	}

	item GLWhetstoneBox			/*x6*/
	{
		DisplayName 		= Box of Whetstones,
		DisplayCategory		= Tool,
		Type 				= Normal,
		Weight				= 2.5,
		Icon				= Parcel_Medium_Food,
		WorldStaticModel 	= Parcel_Food_Medium,
		Tags 				= IgnoreZombieDensity,
	}

	item GLZiptiesBox			/*x24*/
	{
		DisplayName 		= Box of Zip Ties,
		DisplayCategory		= Tool,
		Type 				= Normal,
		Weight				= 2,
		Icon 				= Parcel_Small_Food,
		WorldStaticModel 	= Parcel_Food_Small,
		Tags 				= IgnoreZombieDensity,
	}

	item GLTrapMouseBox			/*x12*/
	{
		DisplayName 		= Box of Mouse Traps,
		DisplayCategory		= Trapping,
		Type 				= Normal,
		Weight				= 3,
		Icon				= Parcel_Medium_Food,
		WorldStaticModel 	= Parcel_Food_Medium,
		Tags 				= IgnoreZombieDensity,
	}
	
	item GLAlcoholBandageBox	/*x24*/
	{
		DisplayName = Box of Sterilized Bandages,
		DisplayCategory = FirstAid,
		Type = Normal,
		Weight = 2,
        Icon	=	GenericMedicalParcel2,
		Medical = TRUE,
		WorldStaticModel = MedicalParcel_Green,
		Tags = IgnoreZombieDensity;IsFireFuel,
		FireFuelRatio = 0.25,
	}
	
	item GLPillsBox			/*x12*/
	{
		DisplayName = Box of Painkillers,
		DisplayCategory = FirstAid,
		Type = Normal,
		Weight = 2,
        Icon	=	GenericMedicalParcel1,
		Medical = TRUE,
		WorldStaticModel = MedicalParcel_Red,
		Tags = IgnoreZombieDensity,
	}
	
	item GLPillsAntiDepBox		/*x12*/
	{
		DisplayName = Box of Antidepressants,
		DisplayCategory = FirstAid,
		Type = Normal,
		Weight = 2,
        Icon	=	GenericMedicalParcel1,
		Medical = TRUE,
		WorldStaticModel = MedicalParcel_Red,
		Tags = IgnoreZombieDensity,
	}
	
	item GLPillsBetaBox		/*x12*/
	{
		DisplayName = Box of Blockers,
		DisplayCategory = FirstAid,
		Type = Normal,
		Weight = 2,
        Icon	=	GenericMedicalParcel1,
		Medical = TRUE,
		WorldStaticModel = MedicalParcel_Red,
		Tags = IgnoreZombieDensity,
	}
	
	item GLPillsSleepingTabletsBox		/*x12*/
	{
		DisplayName = Box of Sleeping Pills,
		DisplayCategory = FirstAid,
		Type = Normal,
		Weight = 2,
        Icon	=	GenericMedicalParcel1,
		Medical = TRUE,
		WorldStaticModel = MedicalParcel_Red,
		Tags = IgnoreZombieDensity,
	}
	
	item GLPillsVitaminsBox			/*x12*/
	{
		DisplayName = Box of PillsVitamins,
		DisplayCategory = FirstAid,
		Type = Normal,
		Weight = 2,
        Icon	=	GenericMedicalParcel1,
		Medical = TRUE,
		WorldStaticModel = MedicalParcel_Red,
		Tags = IgnoreZombieDensity,
	}
	
	item GLAlcoholWipesBox			/*x12*/
	{
		DisplayName = Box of Alcohol Wipes,
		DisplayCategory = FirstAid,
		Type = Normal,
		Weight = 3,
        Icon	=	GenericMedicalParcel2,
		Medical = TRUE,
		WorldStaticModel = MedicalParcel_Green,
		Tags = IgnoreZombieDensity;IsFireFuel,
		FireFuelRatio = 0.25,
	}
	
	item GLDisinfectantBox			/*x12*/
	{
		DisplayName 		= Box of Bottles of Disinfectant,
		DisplayCategory		= FirstAid,
		Type 				= Normal,
		Weight				= 7,
		Icon				= Parcel_Medium_Food,
		WorldStaticModel 	= Parcel_Food_Medium,
		Tags 				= IgnoreZombieDensity,
	}
	
	item GLEggCartonBox		/*x12*/
	{
		DisplayName 		= Large Box of Egg Cartons,
		DisplayCategory		= Food,
		Type 				= Food,
		Weight				= 10,
		Icon				= Parcel_Medium_Food,
		WorldStaticModel 	= Parcel_Food_Medium,
		Tags 				= IgnoreZombieDensity,
		DaysFresh = 14,
		DaysTotallyRotten = 21,
	}
	
	item GLScrapMetalBox			/*x6*/
	{
		DisplayName 		= Box of Scrap Metal,
		DisplayCategory		= Material,
		Type 				= Normal,
		Weight				= 5,
		Icon				= Parcel_Medium_Food,
		WorldStaticModel 	= Parcel_Food_Medium,
		Tags 				= HasMetal;IgnoreZombieDensity,
		MetalValue = 180,
	}
	
	item GLThreadBox			/*x12*/
	{
		DisplayName 		= Box of Thread,
		DisplayCategory		= Material,
		Type 				= Normal,
		Weight				= 1,
		Icon 				= Parcel_Small_Food,
		WorldStaticModel 	= Parcel_Food_Small,
		Tags 				= IgnoreZombieDensity,
	}
	
	item GLHingeBox			/*x12*/
	{
		DisplayName 		= Box of Hinges,
		DisplayCategory		= Material,
		Type 				= Normal,
		Weight				= 2,
		Icon 				= Parcel_Small_Food,
		WorldStaticModel 	= Parcel_Food_Small,
		Tags 				= HasMetal;IgnoreZombieDensity,
	}
	
	item GLDoorknobBox			/*6*/
	{
		DisplayName 		= Box of Doorknobs,
		DisplayCategory		= Material,
		Type 				= Normal,
		Weight				= 5,
		Icon				= Parcel_Medium_Food,
		WorldStaticModel 	= Parcel_Food_Medium,
		Tags 				= HasMetal;IgnoreZombieDensity,
	}
	
	item GLTimerBox			/*x12*/
	{
		DisplayName 		= Box of Timer,
		DisplayCategory		= Cooking,
		Type 				= Normal,
		Weight				= 3,
		Icon 				= Parcel_Small_Food,
		WorldStaticModel 	= Parcel_Food_Small,
		Tags 				= HasMetal;IgnoreZombieDensity,
	}
	
	item GLHairspray2Box			/*6*/
	{
		DisplayName 		= Box of Hairspray,
		DisplayCategory		= Appearance,
		Type 				= Normal,
		Weight				= 2,
		Icon				= Parcel_Medium_Food,
		WorldStaticModel 	= Parcel_Food_Medium,
		Tags 				= HasMetal;IgnoreZombieDensity,
	}
	
	item GLSparklersBox		/*x12*/
	{
		DisplayName 		= Boxed Sparklers Boxes,
		DisplayCategory 	= Material,
		Type 				= Normal,
		Weight 				= 3,
		Icon 				= Parcel_Small_Food,
		WorldStaticModel 	= Parcel_Food_Small,
		Tags 				= HasMetal;IgnoreZombieDensity,
	}
	
	item GLMilkBox			/*x6*/
	{
		DisplayName 		= Box of Cartons of Milk,
		DisplayCategory		= Food,
		Type 				= Food,
		Weight				= 6,
		Icon				= Parcel_Medium_Food,
		WorldStaticModel 	= Parcel_Food_Medium,
		Tags 				= IgnoreZombieDensity,
	}

	item GLButterBox			/*x12*/
	{
		DisplayName 		= Box of Butter,
		DisplayCategory		= Food,
		Type 				= Food,
		Weight				= 3,
		Icon 				= Parcel_Small_Food,
		WorldStaticModel 	= Parcel_Food_Small,
		Tags 				= IgnoreZombieDensity,
	}
	
	item GLCheeseBox			/*x12*/
	{
		DisplayName 		= Box of Cheese,
		DisplayCategory		= Food,
		Type 				= Food,
		Weight				= 2,
		Icon 				= Parcel_Small_Food,
		WorldStaticModel 	= Parcel_Food_Small,
		Tags 				= IgnoreZombieDensity,
		DaysFresh = 14,
		DaysTotallyRotten = 20,
	}
	
	item GLOatsRawBox			/*x6*/
	{
		DisplayName 		= Box of Cans of Oats,
		DisplayCategory		= Food,
		Type 				= Food,
		Weight				= 4,
		Icon				= Parcel_Medium_Food,
		WorldStaticModel 	= Parcel_Food_Medium,
		Tags 				= IgnoreZombieDensity,
	}
	
	item GLPastaBox			/*weight 1.0x6*/
	{
		DisplayName 		= Box of Pasta,
		DisplayCategory		= Food,
		Type 				= Food,
		Weight				= 5,
		Icon				= Parcel_Medium_Food,
		WorldStaticModel 	= Parcel_Food_Medium,
		Tags 				= IgnoreZombieDensity,
	}
	
	item GLCoffee2Box			/*x6*/
	{
		DisplayName 		= Box of Coffee,
		DisplayCategory		= Food,
		Type 				= Food,
		Weight				= 5,
		Icon				= Parcel_Medium_Food,
		WorldStaticModel 	= Parcel_Food_Medium,
		Tags 				= IgnoreZombieDensity,
	}
	
	item GLBreadBox					/*x12*/
	{
		DisplayName 		= Box of Bread,
		DisplayCategory		= Food,
		Type 				= Food,
		Weight				= 3,
		Icon 				= Parcel_Medium_Food,
		WorldStaticModel 	= Parcel_Food_Medium,
		Tags 				= IgnoreZombieDensity,
		DaysFresh = 3,
		DaysTotallyRotten = 6,
	}
	
	item GLProcessedcheeseBox		/*x12*/
	{
		DisplayName = Box of Processed Cheese,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 1,
		Icon = Parcel_Small_Food,
		WorldStaticModel = Parcel_Food_Small,
		Tags = IgnoreZombieDensity,
		DaysFresh = 6,
		DaysTotallyRotten = 10,
	}
	
	item GLSourCreamBox			/*x12*/
	{
		DisplayName = Box of Sour Cream,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 2,
		Icon = Parcel_Small_Food,
		WorldStaticModel = Parcel_Food_Small,
		Tags = IgnoreZombieDensity,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
	}
	
	item GLYoghurtBox			/*x12*/
	{
		DisplayName = Box of Yoghurt,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 2,
		Icon = Parcel_Medium_Food,
		WorldStaticModel = Parcel_Food_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 10,
		DaysTotallyRotten = 15,
	}
	
	/******* FRUITS & VEGETABLES - STANDARD *******/
	
	item GLBellPepperBox			/*x24*/
	{
		DisplayName = Box of Bell Peppers,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 4,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
	}
	
	item GLBroccoliBox			/*x24*/
	{
		DisplayName = Box of Broccoli,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 4,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 4,
		DaysTotallyRotten = 6,
	}
	
	item GLCarrotsBox			/*x24*/
	{
		DisplayName = Box of Carrots,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 4,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 6,
		DaysTotallyRotten = 8,
	}

	item GLCauliflowerBox			/*x24*/
	{
		DisplayName = Box of Cauliflower,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 4,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 4,
		DaysTotallyRotten = 6,
	}
	
	item GLCornBox			/*x24*/
	{
		DisplayName = Box of Corn,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 4,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
	}

	item GLCucumberBox			/*x24*/
	{
		DisplayName = Box of Cucumber,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 6,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 6,
		DaysTotallyRotten = 14,
	}
	
	item GLGarlicBox			/*x24*/
	{
		DisplayName = Box of Garlic,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 4,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 14,
		DaysTotallyRotten = 28,
	}

	item GLGreenpeasBox			/*x24*/
	{
		DisplayName = Box of Greenpeas,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 4,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
	}

	item GLKaleBox			/*x24*/
	{
		DisplayName = Box of Kale,
		DisplayCategory	= Food,
		Type = Normal,
		Weight = 4,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
	}
	
	item GLLeekBox			/*x24*/
	{
		DisplayName = Box of Leek,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 4,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
	}
	
	item GLLettuceBox			/*x24*/
	{
		DisplayName = Box of Lettuce,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 4,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
	}
	
	item GLOnionBox			/*x24*/
	{
		DisplayName = Box of Onions,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 4,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 14,
		DaysTotallyRotten = 28,
	}
	
	item GLPumpkinBox			/*x6*/
	{
		DisplayName = Box of Pumpkins,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 5,
		Icon = Parcel_ExtraLarge_Fruit,
		WorldStaticModel = ProduceBox_ExtraLarge,
		Tags = IgnoreZombieDensity,
		DaysFresh = 14,
		DaysTotallyRotten = 28,
	}

	item GLSpinachBox			/*x24*/
	{
		DisplayName = Box of Spinach,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 2,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 4,
		DaysTotallyRotten = 6,
	}

	item GLSquashBox			/*x12*/
	{
		DisplayName = Box of Squashes,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 5,
		Icon = Parcel_Large_Fruit,
		WorldStaticModel = ProduceBox_Large,
		Tags = IgnoreZombieDensity,
		DaysFresh = 14,
		DaysTotallyRotten = 28,
	}

	item GLSugarBeetBox			/*x24*/
	{
		DisplayName = Box of SugarBeets,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 4,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 4,
		DaysTotallyRotten = 6,
	}

	item GLSweetPotatoBox			/*x24*/
	{
		DisplayName = Box of Sweet Potatos,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 4,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 28,
		DaysTotallyRotten = 280,
	}
	
	item GLWatermelonBox			/*x6*/
	{
		DisplayName = Box of Watermelon's,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 14,
		Icon = Parcel_ExtraLarge_Fruit,
		WorldStaticModel = ProduceBox_ExtraLarge,
		Tags = IgnoreZombieDensity,
		DaysFresh = 6,
		DaysTotallyRotten = 8,
	}

	item GLTurnipBox			/*x24*/
	{
		DisplayName = Box of Turnips,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 4,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 28,
		DaysTotallyRotten = 280,
	}
	
	item GLZucchiniBox			/*x24*/
	{
		DisplayName = Box of Zucchini,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 6,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 6,
		DaysTotallyRotten = 14,
	}
	
	item GLRedRadishBox			/*x24*/
	{
		DisplayName = Box of Radish,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 2,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 3,
		DaysTotallyRotten = 7,
	}

	item GLStrewberrieBox			/*x24*/
	{
		DisplayName = Box of Strawberries,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 2,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 2,
		DaysTotallyRotten = 5,
	}

	item GLTomatoBox			/*x24*/
	{
		DisplayName = Box of Tomatoes,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 4,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 4,
		DaysTotallyRotten = 12,
	}

	item GLPotatoBox			/*x24*/
	{
		DisplayName = Box of Potatoes,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 4,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 14,
		DaysTotallyRotten = 28,
	}

	item GLCabbageBox			/*x24*/
	{
		DisplayName = Box of Cabbages,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 4,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
	}
	
	item GLAppleBox			/*x12*/
	{
		DisplayName = Box of Apples,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 2,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
	}
	
	item GLBananaBox			/*x12*/
	{
		DisplayName = Box of Bananas,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 2,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 5,
		DaysTotallyRotten = 7,
	}
	
	item GLCherryBox			/*x12*/
	{
		DisplayName = Box of Cherries,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 1,
		Icon = Parcel_Small_Fruit,
		WorldStaticModel = ProduceBox_Small,
		Tags = IgnoreZombieDensity,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
	}

	item GLGrapefruitBox			/*x12*/
	{
		DisplayName = Box of Grapefruit,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 3,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 6,
		DaysTotallyRotten = 8,
	}
	
	item GLGrapesBox			/*x12*/
	{
		DisplayName = Box of Grapes,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 2,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
	}
	
	item GLLemonBox			/*x12*/
	{
		DisplayName = Box of Lemons,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 2,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 7,
		DaysTotallyRotten = 9,
	}
	
	item GLLimeBox			/*x12*/
	{
		DisplayName = Box of Limes,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 2,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 7,
		DaysTotallyRotten = 9,
	}
	
	item GLMangoBox			/*x12*/
	{
		DisplayName = Box of Mangoes,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 3,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 6,
		DaysTotallyRotten = 14,
	}
	
	item GLOrangeBox			/*x12*/
	{
		DisplayName = Box of Oranges,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 2,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 6,
		DaysTotallyRotten = 9,
	}
	
	item GLPeachBox			/*x12*/
	{
		DisplayName = Box of Peaches,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 2,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
	}
	
	item GLPearBox			/*x12*/
	{
		DisplayName = Box of Pears,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 2,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
	}
	
	item GLPineappleBox			/*x12*/
	{
		DisplayName = Box of Pineapples,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 3,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 6,
		DaysTotallyRotten = 14,
	}
	
	item GLAvocadoBox			/*x12*/
	{
		DisplayName = Box of Avocados,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 3,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 6,
		DaysTotallyRotten = 14,
	}
	
	item GLBrusselSproutsBox			/*x12*/
	{
		DisplayName = Box of Brussel Sprouts,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 6,
		Icon = Parcel_Large_Fruit,
		WorldStaticModel = ProduceBox_Large,
		Tags = IgnoreZombieDensity,
		DaysFresh =3,
		DaysTotallyRotten = 5,
	}
	
	item GLEggplantBox			/*x12*/
	{
		DisplayName = Box of Eggplants,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 2,
		Icon = Parcel_Medium_Fruit,
		WorldStaticModel = ProduceBox_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
	}
	
	/******* MEAT - SMOKED/CURED *******/
	
	item GLBaloneyBox			/*x12*/
	{
		DisplayName = Box of Baloney,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 2,
		Icon = Parcel_Medium_Food,
		WorldStaticModel = Parcel_Food_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
	}
	
	item GLHamBox			/*x6*/
	{
		DisplayName = Box of Ham,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 5,
		Icon = Parcel_Medium_Food,
		WorldStaticModel = Parcel_Food_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 5,
		DaysTotallyRotten = 10,
	}
	
	item GLSausageBox		/*x24*/
	{
		DisplayName = Box of Sausages,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 2,
		Icon = Parcel_Medium_Food,
		WorldStaticModel = Parcel_Food_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
	}
	
	item GLMeatPattyBox		/*x12*/
	{
		DisplayName = Box of Meat Patty's,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 3,
		Icon = Parcel_Medium_Food,
		WorldStaticModel = Parcel_Food_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
	}
	
	item GLMincedMeatBox		/*x12*/
	{
		DisplayName = Box of Ground Beef,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 3,
		Icon = Parcel_Medium_Food,
		WorldStaticModel = Parcel_Food_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
	}
	
	item GLPepperoniBox			/*x12*/
	{
		DisplayName = Box of Pepperoni,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 1,
		Icon = Parcel_Small_Food,
		WorldStaticModel = Parcel_Food_Small,
		Tags = IgnoreZombieDensity,
		DaysFresh = 15,
		DaysTotallyRotten = 30,
	}
	
	item GLSalamiBox			/*x12*/
	{
		DisplayName = Box of Salami,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 1,
		Icon = Parcel_Small_Food,
		WorldStaticModel = Parcel_Food_Small,
		Tags = IgnoreZombieDensity,
		DaysFresh = 10,
		DaysTotallyRotten = 15,
	}
	
	item GLChickenBox			/*x12*/
	{
		DisplayName = Box of Chicken,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 3,
		Icon = Parcel_Medium_Food,
		WorldStaticModel = Parcel_Food_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
	}
	
	item GLMuttonChopBox			/*x12*/
	{
		DisplayName = Box of Mutton Chops,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 3,
		Icon = Parcel_Medium_Food,
		WorldStaticModel = Parcel_Food_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
	}
	
	item GLPorkChopBox			/*x12*/
	{
		DisplayName = Box of Pork Chops,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 3,
		Icon = Parcel_Medium_Food,
		WorldStaticModel = Parcel_Food_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
	}
	
	item GLBaconBox			/*x12*/
	{
		DisplayName = Box of Bacon,
		DisplayCategory	= Food,
		Type = Food,
		Weight = 3,
		Icon = Parcel_Medium_Food,
		WorldStaticModel = Parcel_Food_Medium,
		Tags = IgnoreZombieDensity,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
	}
}