module FNVG
{
	item AN_PVS7
  	{
		DisplayCategory  		= Accessory,
    	ItemType             	= Normal,
		Weight			 		= 1,
		WorldStaticModel 		= FNVG_AN_PVS7,
    	Icon             		= FNVG_AN_PVS7,
		StaticModel 			= FNVG_AN_PVS7,
		OnCreate 		 		= FNVG_OnNightVisionGogglesCreate,
		AttachmentType 			= NVGMount,
	}

	item AN_PVS7_UP
  	{
		DisplayCategory  		= Accessory,
    	ItemType             	= Normal,
		Weight			 		= 1,
		WorldStaticModel 		= FNVG_AN_PVS7_UP,
    	Icon             		= FNVG_AN_PVS7,
		StaticModel 			= FNVG_AN_PVS7_UP,
		OnCreate 		 		= FNVG_OnNightVisionGogglesCreate,
		AttachmentType 			= NVGMount,
	}

	item AN_PVS7_PART
  	{
		DisplayCategory  		= Material,
    	ItemType             	= Normal,
		Weight			 		= 1,
		WorldStaticModel 		= FNVG_AN_PVS7_PART,
    	Icon             		= FNVG_AN_PVS7,
		OnCreate 		 		= FNVG_OnNightVisionGogglesCreate,
	}
}