Newspaper

From PZwiki
Revision as of 10:39, 26 March 2022 by Vaileasys (talk | contribs) (Updated distribution (changed format) + changed over crafting table to template + updated code + navbox)
Newspaper
Newspaper
Newspaper
General
Category Literature
Encumbrance
Heavy Load
0.1
Consumed True
Effect
Boredom
Boredom
-15
Stress
Stress
-15
Technical details
Base ID Base.Newspaper

A newspaper is a literature item.

Usage

A newspaper helps reduce the player's boredom and stress. Once used it is effectively 'consumed' and removed from the inventory.

Fuel

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

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
NewspaperHat.png
Newspaper Hat
0 XP none Newspaper.png
Newspaper
(consumed)


Smokebomb.png
Smoke Bomb
0 XP none Engineer
OR
Engineer Magazine Vol. 2
Coldpack.png
Cold Pack
(consumed)
Newspaper.png
Newspaper x2
(consumed)
Rag.png
Ripped Sheets
(consumed)

Distribution

It is found in many containers, including shelves, counters, crates and corpses.

Buildings

Residential

  • Found in bedrooms, kitchens, home offices and living rooms.

Vehicles

Code

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

    item Newspaper
    {
        DisplayCategory = Literature,
        Weight	=	0.1,
        Type	=	Literature,
        DisplayName	=	Newspaper,
        StressChange	=	-15,
        Icon	=	Newspaper,
        BoredomChange	=	-15,
        StaticModel = Newspaper,
        WorldStaticModel = Newspaper_Ground,
    }

See also