Book: Difference between revisions

From PZwiki
(Redesigned page, +Navbar, +version category, confirmed code as current, reworked description)
(Fixed formatting.)
Line 16: Line 16:
They are most commonly found on in homes on shelves and bookcases, though they can also be found in many shops. <br>
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 ingame hour if done so.
A book can also be used as a fuel for [[heat_source|fires]], and lasts for 1 ingame hour if done so.
 
<br><br><br><br><br>
== Code ==
== Code ==
  <nowiki>
  <nowiki>

Revision as of 23:14, 24 August 2016


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


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.

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 ingame 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