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

	item AN_PVS14_UP
  	{
		DisplayCategory  		= Accessory,
    	ItemType             	= Normal,
		Weight			 		= 1,
		WorldStaticModel 		= FNVG_AN_PVS14_UP,
    	Icon             		= FNVG_AN_PVS14,
		StaticModel 			= FNVG_AN_PVS14_UP,
		OnCreate 		 		= FNVG_OnNightVisionGogglesCreate,
		AttachmentType 			= NVGMount,
	}

	item AN_PVS14_PART
  	{
		DisplayCategory  		= Material,
    	ItemType             	= Normal,
		Weight			 		= 1,
		WorldStaticModel 		= FNVG_AN_PVS14_PART,
    	Icon             		= FNVG_AN_PVS14,
		OnCreate 		 		= FNVG_OnNightVisionGogglesCreate,
	}
}