Journal: Difference between revisions

From PZwiki
No edit summary
mNo edit summary
Line 2: Line 2:
{{Consumables
{{Consumables
|image = Notepad.png
|image = Notepad.png
|weight = 0.3
|weight = 0.1
|boredom = -50
|boredom = -50
|stress = -40
|stress = -40

Revision as of 21:47, 28 November 2013


The journal is an effective diary you crafted with an Empty Notebook and a pen or pencil. The journal is the most effective item of literature, when crafted, you get 20 journals, and each journal takes out a good amount of stress, boredom, and unhappiness.

Effects

Moodles: -50
Stressed: -15
Unhappy: -40

Code

item Journal
{
	Count	=	20,
		Weight	=	0.3,
		Type	=	Literature,
		UnhappyChange	=	-40,
		DisplayName	=	Journal,
		StressChange	=	-40,
		Icon	=	Notebook,
		BoredomChange	=	-50,
}

History

Alpha
RC 2.9.8a Add history here.

See Also

Template:Navbox/Consumables