Magazine: Difference between revisions

From PZwiki
No edit summary
m (Cleanups)
Line 1: Line 1:
{{languages}}
{{Languages}}{{Header|The Game World|Items|Literature|type=Literature|version=Version 41|incver=78.3}}{{Infobox literature
{{header|The Game World|Items|Literature|type=Literature|version=Version 41|incver=78.3}}{{infobox literature
|display_name=Magazine
|display_name=Magazine
|name_colour=Literature
|name_colour=Literature
Line 18: Line 17:


==Usage==
==Usage==
A magazine reduces a moderate amount of [[Moodles#Bored|boredom]] and a small amount of [[Moodles#Stress|stress]]. Once used it is effectively consumed and disappears from the player's inventory.  
A magazine reduces a moderate amount of [[Moodles#Bored|boredom]] and a small amount of [[Moodles#Stress|stress]]. Once used it is effectively consumed and disappears from the player's inventory.
 
===Fuel===
===Fuel===
A magazine can be used as fuel for a [[heat source]], and lasts for 15 mins if done so.
A magazine can be used as fuel for a [[heat source]], and lasts for 15 mins if done so.


==Distribution==
==Distribution==
Magazines are a very common item found in a large variety of places.  
Magazines are a very common item found in a large variety of places.
 
===Buildings===
===Buildings===
'''''Common'''''
'''''Common'''''
Line 68: Line 69:
==Gallery==
==Gallery==
<gallery>
<gallery>
File:The Forgotten Element cover.png|''The Forgotten Element, a game by [[Lemmy]] and [[Binky]].''
The Forgotten Element cover.png|''The Forgotten Element, a game by [[Lemmy]] and [[Binky]].''
File:Mia TFE profile.png|''Mia, the covergirl, from The Forgotten Element.''
Mia TFE profile.png|''Mia, the covergirl, from The Forgotten Element.''
File:Mia Clancy Carter TFE.png|''Mia, Mr. Clancy and Dr. Carter, from The Forgotten Element.''
Mia Clancy Carter TFE.png|''Mia, Mr. Clancy and Dr. Carter, from The Forgotten Element.''
</gallery>
</gallery>


== Code ==
==Code==
'''''From items_literature.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_literature.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=52}}
{{Retrieved|version=41|incver=52}}
<pre> item Magazine
<pre>
item Magazine
Weight = 0.2,
Weight = 0.2,
Type = Literature,
Type = Literature,
Line 83: Line 85:
Icon = Magazine,
Icon = Magazine,
BoredomChange = -20,
BoredomChange = -20,
StaticModel = Magazine,</pre>
StaticModel = Magazine,
</pre>


==See also==
==See also==

Revision as of 20:54, 22 June 2023

Magazine
Magazine
Magazine.png
General
Category Literature
Encumbrance
Heavy Load
0.2
Consumed True
Effect
Boredom
Boredom
-20
Stress
Stress
-15
Technical details
Base ID Base.Magazine
PlushSpiffo.pngThis article is about the consumable item affecting the player's mood. For magazines that teach recipes, see Recipe magazines. For firearm magazines, see Magazine (disambiguation).

A magazine is a literature item. There are 4 types: a normal magazine, a TV magazine, a crossword magazine and a wordsearch magazine, all of them have the same effect.

Usage

A magazine reduces a moderate amount of boredom and a small amount of stress. Once used it is effectively consumed and disappears from the player's inventory.

Fuel

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

Distribution

Magazines are a very common item found in a large variety of places.

Buildings

Common

Uncommon

Vehicles

Common

Furniture

Common

Trivia

  • The person appearing on the cover is a reference to a game Chris Simpson and Andy Hodgetts worked on prior to Project Zomboid, called The Forgotten Element. It was a traditional point-and-click adventure game featuring a "colourful" protagonist by the name of Mia (cover), who is found naked in the woods of the decaying Seahorse Island, by Dr. Carter, upon whom takes her to the local hospital, where she is dressed in a nurse's attire.

Gallery

Code

From items_literature.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.52

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

See also