module Base
{
	
    item ThugNotebook
    {
        DisplayName	=	ThugLife: Killing You Softly,
        DisplayCategory = SkillBook,
        ItemType	=	base:literature,
        Weight	=	0.1,
        Icon	=	Notebook,
        BoredomChange = -10,
        StressChange = -5,		
        LearnedRecipes  =   Make Supressor,
        ReplaceOnUse    =   ThugNotebook,
        StaticModel = EmptyNotebook,
        WorldStaticModel = EmptyNotebook,
        Tags = base:magazine,
        OnCreate = SpecialLootSpawns.OnCreateRecipeMagazine,		
    }	
}