module Base
{

	/************************Schematics************************/

	item GunsmithSchematic
	{
			DisplayCategory = SkillBook,
			Weight	=	0.1,
			ItemType	=	base:literature,
			DisplayName	=	Schematic,
			Icon	=	Paperwork_Graph_Crumpled,
			ReadType = photo,
			StaticModel = Firearms_Blueprint,
			WorldStaticModel = Firearms_Blueprint,
			Tags = NewspaperRead;Picturebook,
			OnCreate = SpecialLootSpawns.OnCreateFirearmsBlueprint,
	}
}
