Journal: Difference between revisions

From PZwiki
m (change of item ID Base.Notebook -> Base.Journal)
m (Wrong section)
 
(31 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Literature}}
{{header|The Game World|Items|Literature|type=Literature|version=Version 39|incver=67.5}}
{{Page version|41.78.16}}
{{Infobox literature
{{Infobox item
|display_name=Journal
|name=Journal
|name_colour=Literature
|model=Notebook_Model.png
|name_text_colour=Literature
|icon=Notebook.png
|image=Notebook_120px.png
|icon_name=Notebook
|category=Literature
|category=Literature
|weight=0.1
|weight=0.1
|writable=True
|writable=True
|page_number=20
|page_number=20
|class_name=Base.Journal
|item_id=Base.Journal
}}{{About|the larger notebook with more pages|the smaller notebook with fewer pages|Empty Notebook}}
}}
A '''journal''' is a writable literature [[item]].
{{About|the larger notebook with more pages|the smaller notebook with fewer pages|Empty Notebook}}
A '''journal''' is a writable literature [[Items|item]].


== Usage ==
==Usage==
A journal can be use 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.
A journal can be used to write notes, using [[pen]] or [[pencil]]. Common uses are writing down important reminders, or leave messages in [[multiplayer]] servers. An empty notebook can be renamed and has up to 10 writable pages.


Does not reduce [[stress]], [[boredom]], or [[unhappiness]].
It does not reduce [[stress]], [[boredom]], or [[unhappiness]].


== Fuel ==
===Fuel===
It can also be used as a fuel for a [[Heat Source|fire]] and lasts for 10 minutes.
It can also be used as a fuel for a [[Heat Source|fire]] and lasts for 10 minutes.


== Distribution ==
==Crafting==
Journals are found in  [[Containers#Desks|desks]] and [[Containers#Shelves|bookshelves]] of many houses, but can also be found in [[Containers#Crates|crates]] and in kitchen [[Containers#Counters|counters]].  
Formerly, a [[pencil]] or [[pen]] could be used with with an [[Empty Notebook|empty notebook]] which were then consumed to make 20 [[journal]]s, but this has been removed in [[build 28]].


== Code ==
==Distribution==
'''''From items_literature.txt (Project Zomboid directory/media/scripts/)'''''
The loot distributions can be found in the table(s) below.
{{Retrieved|version=41|incver=50}}
<pre> item Journal
Weight = 0.1,
Type = Literature,
DisplayName = Journal,
Icon = Notebook,
CanBeWrite  = true,
PageToWrite = 20,
StaticModel = Newspaper,</pre>


== See also ==
<!--BOT FLAG|Journal|41.78.16-->
* [[Empty Notebook]]
{{Clear}}
* [[Sheet of Paper]]
<div class="togglebox theme-red">
    <div>Journal distribution
        <span class="mw-customtoggle-togglebox-Journal" title="{{int:show}} / {{int:hide}}" style="float: right; padding-right: 30px; padding-top: 4px; font-size: 0.7em; font-weight: normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Journal">
    Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the [[lucky]] and [[unlucky]] traits.    <div class="toggle-content">
<div class="pz-container">
<div id="containers" style="flex-basis:30%">
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
    |+ {{ll|Containers}}
    ! Building/Room
    ! Container
    ! Effective chance
    |-
    | all
    | {{ll|sidetable}}
    | 10.78%
    |}
</div>
    </div><div style="clear: both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Journal" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Journal|41.78.16-->
 
Unlike [[Empty Notebook|empty notebooks]], journals are only found in side tables, most commonly in houses.
 
==Trivia==
*While it has a unique model present in the game files, it currently uses a model from the [[newspaper]].
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 1301
  | source = items_literature.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Journal
    {
        DisplayCategory = Literature,
        Weight = 0.1,
        Type = Literature,
        DisplayName = Journal,
        Icon = Notebook,
        CanBeWrite  =  true,
        PageToWrite =  20,
        StaticModel = Newspaper,
        WorldStaticModel = Newspaper_Ground,
    }
}}
}}
 
==See also==
*[[Empty Notebook]]
*[[Sheet of Paper]]
 
{{Navbox items|literature}}


{{Navbox/Tools}}


[[Category:Stationery]]
[[Category:Stationery]]

Latest revision as of 10:28, 1 May 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Journal
Notebook Model.png
General
Category
Literature
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Writable
True
Total pages
20 pages
Technical
Item 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 to write notes, using pen or pencil. Common uses are writing down important reminders, or leave messages in multiplayer servers. An empty notebook can be renamed and has up to 10 writable pages.

It does not reduce stress, boredom, or unhappiness.

Fuel

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

Crafting

Formerly, a pencil or pen could be used with with an empty notebook which were then consumed to make 20 journals, but this has been removed in build 28.

Distribution

The loot distributions can be found in the table(s) below.

Journal distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
all sidetable 10.78%

Unlike empty notebooks, journals are only found in side tables, most commonly in houses.

Trivia

  • While it has a unique model present in the game files, it currently uses a model from the newspaper.

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

See also