Book: Difference between revisions

From PZwiki
(removed jargon, fixed mistakes, updated fuel time)
(cleanup +links +see also)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Book}}
{{languages|Book}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
{{header|The Game World|Items|Consumables|Literature|version=Version 39|incver=58}}
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 39.45'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Literature|Literature]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
| image = Book.png
| image = Book_120px.png
| weight = 0.5
| weight = 0.5
| boredom = -50
| boredom = -50
Line 11: Line 9:
| stress= -40
| stress= -40
}}
}}
 
A '''Book''' is an [[item]] designed to relieve immense [[Moodles#Unhappiness|unhappiness]], [[Moodles#Stress|stress]] and [[Moodles#Boredom|boredom]] when the [[player]] character is seriously struggling with the zombie apocalypse. They are common throughout the [[Knox County|map]]: being found in [[Containers#Bookshelf|bookshelves]], bedroom [[Containers#Bedroom Storage|wardrobes and drawers]], shop [[Containers#Counter|counters]], restaurant [[Containers#Shelves|shelves]], [[Containers#Desks|desks]] and many more locations.
A '''Book''' is an [[item]] designed to relieve immense unhappiness, stress and boredom when the player character is seriously struggling with the zombie apocalypse. They are most commonly found in homes on shelves and bookcases, though they can also be found in many shops.  
<br><br>
<br><br>
Unlike learning books, these books only pass the time, and once used the book is 'consumed' and removed from the player's inventory.
Unlike [[Skill Books|skill books]], these books are 'consumed' once they're read, and therefore are removed from the player's inventory.  
<br><br>
<br><br>
A book can also be used as a fuel for a [[heat source]], and lasts for 15 minutes if done so.
A book can also be used as a fuel for particular [[heat source]]s, and lasts for 15 minutes if done so.
<br><br><br><br><br>
<br><br><br><br><br>
== Code ==
== Code ==
Line 29: Line 26:
BoredomChange = -50,
BoredomChange = -50,
</nowiki>
</nowiki>
==See Also==
*[[Comic Book]]
*[[Magazine]]
*[[Newspaper]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Literature]]
[[Category:Items]]
[[Category:Version 34.28]]

Revision as of 14:56, 17 May 2018


A Book is an item designed to relieve immense unhappiness, stress and boredom when the player character is seriously struggling with the zombie apocalypse. They are common throughout the map: being found in bookshelves, bedroom wardrobes and drawers, shop counters, restaurant shelves, desks and many more locations.

Unlike skill books, these books are 'consumed' once they're read, and therefore are removed from the player's inventory.

A book can also be used as a fuel for particular heat sources, and lasts for 15 minutes if done so.




Code

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

See Also

Template:Navbox/Consumables