Journal: Difference between revisions

From PZwiki
m (change of item ID Base.Notebook -> Base.Journal)
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages}}
{{Languages}}{{Geader|The Game World|Items|Literature|type=Literature|version=Version 39|incver=67.5}}{{Infobox literature
{{header|The Game World|Items|Literature|type=Literature|version=Version 39|incver=67.5}}
{{Infobox literature
|display_name=Journal
|display_name=Journal
|name_colour=Literature
|name_colour=Literature
|name_text_colour=Literature
|name_text_colour=Literature
|image=Notebook_120px.png
|image=Notebook.png
|category=Literature
|category=Literature
|weight=0.1
|weight=0.1
Line 14: Line 12:
A '''journal''' is a writable literature [[item]].
A '''journal''' is a writable literature [[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 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.


Does not reduce [[stress]], [[boredom]], or [[unhappiness]].
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 ==
==Distribution==
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]].  
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]].  


== Code ==
==Code==
'''''From items_literature.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_literature.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=50}}
{{Retrieved|version=41|incver=50}}
Line 37: Line 35:
StaticModel = Newspaper,</pre>
StaticModel = Newspaper,</pre>


== See also ==
==See also==
* [[Empty Notebook]]
*[[Empty Notebook]]
* [[Sheet of Paper]]
*[[Sheet of Paper]]


{{Navbox/Tools}}
{{Navbox/Tools}}


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

Revision as of 21:26, 17 February 2023

Template:Geader

Journal
Journal
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 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.

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

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

	item Journal
		Weight		= 0.1,
		Type		= Literature,
		DisplayName	= Journal,
		Icon		= Notebook,
		CanBeWrite  	= true,
		PageToWrite 	= 20,
		StaticModel	= Newspaper,

See also

Template:Navbox/Tools