Book: Difference between revisions

From PZwiki
(small edits and added its ability to be burned)
No edit summary
Line 1: Line 1:
{{languages}}
__NOTOC__
{{languages|Book}}
 
{{Consumables
{{Consumables
|image = Book.png
| image = Book.png
|weight = 0.5
| weight = 0.5
|boredom = -50
| boredom = -50
| unhappiness = -40
| stress= -40
}}
}}
== 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. <br />
==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. <br>
A book can also be used as a fuel for [[heat_source|fires]], and lasts for 1 hour if done so.
A book can also be used as a fuel for [[heat_source|fires]], and lasts for 1 hour if done so.
== Effects ==
[[Boredom]] reduction: -50
[[Stress]] reduction: -40


== Code ==
==Code==
  <nowiki>item Book
  <nowiki>item Book
{
{
Line 24: Line 25:
BoredomChange = -50,
BoredomChange = -50,
}</nowiki>
}</nowiki>


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

Revision as of 22:03, 23 March 2016



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.
A book can also be used as a fuel for fires, and lasts for 1 hour if done so.

Code

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


Template:Navbox/Consumables