Book: Difference between revisions

From PZwiki
No edit summary
(Redesigned page, +Navbar, +version category, confirmed code as current, reworked description)
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 -->
<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: 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.png
Line 10: Line 12:
}}
}}


==Description==
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.
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>
<br><br>
A book can also be used as a fuel for [[heat_source|fires]], and lasts for 1 hour if done so.
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.
==Code==
<nowiki>item Book
{
Weight = 0.5,
Type = Literature,
UnhappyChange = -40,
DisplayName = Book,
StressChange = -40,
Icon = Book,
BoredomChange = -50,
}</nowiki>


== Code ==
<nowiki>
item Book
Weight = 0.5,
Type = Literature,
UnhappyChange = -40,
DisplayName = Book,
StressChange = -40,
Icon = Book,
BoredomChange = -50,
</nowiki>


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

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