Journal: Difference between revisions

From PZwiki
m (Fixed Weight)
mNo edit summary
Line 2: Line 2:
{{Consumables
{{Consumables
|image = Notepad.png
|image = Notepad.png
|weight = 0.2
|weight = 0.3
|boredom = -50
|boredom = -50
|stress = -40
|stress = -40
Line 14: Line 14:
  <nowiki>item Journal
  <nowiki>item Journal
{
{
Type = Literature,
Count = 20,
DisplayName = Journal,
Weight = 0.3,
Icon = Notebook,
Type = Literature,
Count = 20,
UnhappyChange = -40,
Weight = 0.2
DisplayName = Journal,
BoredomChange = -50,
StressChange = -40,
StressChange = -40,
Icon = Notebook,
UnhappyChange = -40
BoredomChange = -50,
}</nowiki>
}</nowiki>



Revision as of 08:51, 12 May 2013


The journal is an effective diary you crafted with a notebook and a 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,
}

Template:Navbox/Consumables