Newspaper: Difference between revisions

From PZwiki
(small edits and added its ability to be burned)
(Redesigned page, + Navbar, checked code, confirmed consumable section, +categories)
Line 1: Line 1:
{{languages}}
__NOTOC__
{{languages|Newspaper}}
<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 = Newspaper.png
|image = Newspaper.png
Line 7: Line 11:
}}
}}
'''Newspaper''' is one of the [[items]] of literature which help reduce your boredom and stress. It is found in many containers including shelves and cupboards.
'''Newspaper''' is one of the [[items]] of literature which help reduce your boredom and stress. It is found in many containers including shelves and cupboards.
It can also be used as a fuel for [[heat_source|fires]], and lasts for 1 hour if done so.
It can also be used as a fuel for [[heat_source|fires]], and lasts for 1 hour if done so.<br><br>
 
Once used it is effectively 'consumed' and disappears from your inventory. <br><br>
== Effects ==
<br><br><br><br>
[[Boredom]]: -15<br>
[[Stress]]: -15
 
 
 
 
 
 
 
 
== Code ==
== Code ==
  <nowiki>item Newspaper
  <nowiki>
{
item Newspaper
Type = Literature,
Weight = 0.1,
DisplayName = Newspaper,
Type = Literature,
Icon = Newspaper,
DisplayName = Newspaper,
Weight = 0.1,
StressChange = -15,
BoredomChange = -15,
Icon = Newspaper,
StressChange = -15
BoredomChange = -15,
}</nowiki>
</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 01:30, 29 August 2016


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

Newspaper is one of the items of literature which help reduce your boredom and stress. It is found in many containers including shelves and cupboards. It can also be used as a fuel for fires, and lasts for 1 hour if done so.

Once used it is effectively 'consumed' and disappears from your inventory.





Code

	
	item Newspaper
		Weight		= 0.1,
		Type		= Literature,
		DisplayName	= Newspaper,
		StressChange	= -15,
		Icon		= Newspaper,
		BoredomChange	= -15,

Template:Navbox/Consumables