module FNVG
{
	item RhinoMount
  	{
		DisplayCategory  		= Accessory,
    	ItemType             	= Normal,
		Weight			 		= 1,
		WorldStaticModel 		= FNVG_RhinoMount,
    	Icon             		= FNVG_RhinoMount,
		StaticModel 			= FNVG_RhinoMount,
		AttachmentType 			= NVGMount,
	}

	item RhinoMount_UP
  	{
		DisplayCategory  		= Accessory,
    	ItemType             	= Normal,
		Weight			 		= 1,
		WorldStaticModel 		= FNVG_RhinoMount_UP,
    	Icon             		= FNVG_RhinoMount,
		StaticModel 			= FNVG_RhinoMount_UP,
		AttachmentType 			= NVGMount,
	}
}