TV Magazine

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
TV Magazine
Magazine Model.png
General
Category
Literature
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Effect
BoredomUI Bored.png
-20
StressUI Stressed.png
-15
Technical
Item ID
Base.TVMagazine
PlushSpiffo.pngThis article is about the TV magazine. For other magazine types, see Magazine (disambiguation).

A TV magazine is a literature item in Project Zomboid.

Usage

A TV 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 TV magazine can be used as fuel for a heat source, and lasts for 15 mins if done so.

Location

TV magazines cannot be found by normal means, and can only be found by spawning in debug mode or using server commands.

History

Base.TVMagazine

Version Description
41.65 Released on or before this version.

Help PZwiki by adding to this history.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_literature.txt

Retrieved: Build 41.78.16
item TVMagazine
    {
        DisplayCategory = Literature,
        Weight	=	0.2,
        Type	=	Literature,
        DisplayName	=	TV Magazine,
        StressChange	=	-15,
        Icon	=	Magazine,
        BoredomChange	=	-20,
        StaticModel = Magazine,
        WorldStaticModel = TVMagazineGround,
    }

See also