Magazine: Difference between revisions

From PZwiki
(Redesigned page, +Navbar, +categories, reworked description, confirmed code)
m (updated fuel time, replaced 'your' with 'player')
Line 2: Line 2:
{{languages|Magazine}}
{{languages|Magazine}}
<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:


'''Magazines''' are [[items|items]] found in the drawers and closets of many houses, but can also be found in crates and in kitchen containers. It manages to reduce a medium amount of boredom and a small amount of stress. <br><br>
'''Magazines''' are [[items|items]] found in the drawers and closets of many houses, but can also be found in crates and in kitchen containers. It manages to reduce a medium amount of boredom and a small amount of stress. <br><br>
Once used it is effectively 'consumed' and disappears from your inventory. <br><br>
Once used it is effectively 'consumed' and disappears from the player's inventory. <br><br>
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 a [[heat source]], and lasts for 15 mins if done so.
<br><br><br><br>
<br><br><br><br>
== Code ==
== Code ==

Revision as of 08:58, 13 April 2018


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


Magazines are items found in the drawers and closets of many houses, but can also be found in crates and in kitchen containers. It manages to reduce a medium amount of boredom and a small amount of stress.

Once used it is effectively 'consumed' and disappears from the player's inventory.

It can also be used as a fuel for a heat source, and lasts for 15 mins if done so.



Code

	
	item Magazine
		Weight		= 0.2,
		Type		= Literature,
		DisplayName	= Magazine,
		StressChange	= -15,
		Icon		= Magazine,
		BoredomChange	= -20,

Template:Navbox/Consumables