Book: Difference between revisions

From PZwiki
mNo edit summary
No edit summary
Line 23: Line 23:
== Code ==
== Code ==
  <nowiki>item Book
  <nowiki>item Book
{
{
Type = Literature,
Weight = 0.5,
DisplayName = Book,
Type = Literature,
Icon = Book,
UnhappyChange = -40,
Weight = 0.8,
DisplayName = Book,
BoredomChange = -50,
StressChange = -40,
StressChange = -40,
Icon = Book,
UnhappyChange = -40
BoredomChange = -50,
}</nowiki>
}</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}

Revision as of 13:17, 16 October 2014


An entertaining novel that is used to reduce the stress and boredom caused by staying indoors for a long period of time. They may be found within shops, on shelves and drawers of most houses, and in many bookcases. They reduce a good deal of boredom, stress, and unhappiness.


Effects

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




Code

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

Template:Navbox/Consumables