Book: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
{{Consumables}}
{{Consumables
|image = Book.png
|image = Book.png
|weight = 0.5
|weight = 0.5
|boredom = -50
|boredom = -50
 
}}
 
== Description ==
== Description ==
An entertaining novel that is used to reduce the stress and boredom caused by staying indoors for a long period of time. They are most commonly found on in homes on shelves and bookcases, though they can also be found in many shops.
An entertaining novel that is used to reduce the stress and boredom caused by staying indoors for a long period of time. They are most commonly found on in homes on shelves and bookcases, though they can also be found in many shops.

Revision as of 08:38, 5 April 2015


Description

An entertaining novel that is used to reduce the stress and boredom caused by staying indoors for a long period of time. They are most commonly found on in homes on shelves and bookcases, though they can also be found in many shops.


Effects

Moodles reduction: -50 Stressed reduction: -40


Code

item Book
	{
		Weight	=	0.5,
		Type	=	Literature,
		UnhappyChange	=	-40,
		DisplayName	=	Book,
		StressChange	=	-40,
		Icon	=	Book,
		BoredomChange	=	-50,
	}

Template:Navbox/Consumables