Magazine: Difference between revisions

From PZwiki
(small edits and added its ability to be burned)
(Redesigned page, +Navbar, +categories, reworked description, confirmed code)
Line 1: Line 1:
{{languages}}
__NOTOC__
{{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 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 = Magazine.png
|image = Magazine.png
Line 6: Line 10:
|stress = -15
|stress = -15
}}
}}
The magazine is an [[items|item]] 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/>
 
'''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>
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><br><br>
== Code ==
<nowiki>
item Magazine
Weight = 0.2,
Type = Literature,
DisplayName = Magazine,
StressChange = -15,
Icon = Magazine,
BoredomChange = -20,
</nowiki>


== Effects ==
[[Boredom]]: -20<br>
[[Stress]]: -15
== Code ==
<nowiki>item Magazine
{
Type = Literature,
DisplayName = Magazine,
Icon = Magazine,
Weight = 0.2,
BoredomChange = -20,
StressChange = -15
}</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:58, 24 August 2016


Page Updated @ Version: 34.28
   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 your inventory.

It can also be used as a fuel for fires, and lasts for 1 hour if done so.



Code

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

Template:Navbox/Consumables