Journal: Difference between revisions

From PZwiki
(Update fuel duration (it does burn, I was wrong.))
Tag: Undo
(Updated code section to 41.50)
Line 26: Line 26:


== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_literature.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=41|incver=50}}
<pre> item Journal
<pre> item Journal
Weight = 0.1,
Weight = 0.1,
Line 34: Line 34:
Icon = Notebook,
Icon = Notebook,
CanBeWrite  = true,
CanBeWrite  = true,
PageToWrite = 20,</pre>
PageToWrite = 20,
StaticModel = Newspaper,</pre>


== See also ==
== See also ==

Revision as of 16:57, 14 May 2021

Journal
Journal
General
Category Literature
Encumbrance
Heavy Load
0.1
Writable True
Total pages 20 pages
Technical details
Base ID Base.Notebook
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