Journal: Difference between revisions

From PZwiki
m (Minor)
(Added 3d Model and removed reupload tag)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Literature|type=Literature|version=Version 39|incver=67.5}}
{{Header|Project Zomboid|Items|Literature|type=Literature|version=Version 39|incver=67.5}}
{{Reupload}}<!--Missing 3D model-->
{{Infobox literature
{{Infobox literature
|display_name=Journal
|display_name=Journal
|name_colour=Literature
|name_colour=Literature
|name_text_colour=Literature
|name_text_colour=Literature
|image=Notebook.png
|image=Notebook_Model.png
|alternate_image=Notebook.png
|alternate_name=Notebook
|category=Literature
|category=Literature
|weight=0.1
|weight=0.1

Revision as of 03:54, 13 January 2024

Journal
Journal
Notebook
General
Category Literature
Encumbrance
Heavy Load
0.1
Writable True
Total pages 20 pages
Technical details
Base ID Base.Journal
PlushSpiffo.pngThis article is about the larger notebook with more pages. For the smaller notebook with fewer pages, see Empty Notebook.

A journal is a writable literature item.

Usage

A journal can be used with a pen or pencil to write text in it. Common uses are: write down important reminders, or leave messages in Multiplayer servers. An empty notebook can be renamed and has up to 20 writable pages.

Does not reduce stress, boredom, or unhappiness.

Fuel

It can also be used as a fuel for a fire and lasts for 10 minutes.

Distribution

Journals are found in desks and bookshelves of many houses, but can also be found in crates and in kitchen counters.

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.50
item Journal
{
    Weight = 0.1,
    Type = Literature,
    DisplayName = Journal,
    Icon = Notebook,
    CanBeWrite = true,
    PageToWrite = 20,
    StaticModel = Newspaper,
}

See also