Book: Difference between revisions

From PZwiki
(Fixed formatting.)
(removed jargon, fixed mistakes, updated fuel time)
Line 2: Line 2:
{{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 -->
<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 -->
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<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 -->
<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
Line 12: Line 12:
}}
}}


A '''Book''' item ingame are items designed to relieve immense unhappiness, stress and boredom when the player character is seriously struggling with the zombie apocalypse. Unlike learning books, these books only pass the time, and once activated the book is 'consumed' and no longer usable.
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>
They are most commonly found on in homes on shelves and bookcases, though they can also be found in many shops. <br>
Unlike learning books, these books only pass the time, and once used the book is 'consumed' and removed from the player's inventory.
A book can also be used as a fuel for [[heat_source|fires]], and lasts for 1 ingame hour if done so.
<br><br>
A book can also be used as a fuel for a [[heat source]], and lasts for 15 minutes if done so.
<br><br><br><br><br>
<br><br><br><br><br>
== Code ==
== Code ==

Revision as of 09:06, 13 April 2018


Page Updated @ Version: 39.45
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Literature -> Book   


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.

Unlike learning books, these books only pass the time, and once used the book is 'consumed' and removed from the player's inventory.

A book can also be used as a fuel for a heat source, 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,

Template:Navbox/Consumables