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

	item AN_PVS15_UP
  	{
		DisplayCategory  		= Accessory,
    	ItemType             	= Normal,
		Weight			 		= 1,
		WorldStaticModel 		= FNVG_AN_PVS15_UP,
    	Icon             		= FNVG_AN_PVS15,
		StaticModel 			= FNVG_AN_PVS15_UP,
		OnCreate 		 		= FNVG_OnNightVisionGogglesCreate,
		AttachmentType 			= NVGMount,
	}

	item AN_PVS15_PART
  	{
		DisplayCategory  		= Material,
    	ItemType             	= Normal,
		Weight			 		= 1,
		WorldStaticModel 		= FNVG_AN_PVS15_PART,
    	Icon             		= FNVG_AN_PVS15,
		OnCreate 		 		= FNVG_OnNightVisionGogglesCreate,
	}
}