Empty Notebook

From PZwiki
(Redirected from Empty Notebook)
Project ZomboidItemsLiteratureEmpty Notebook
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Empty Notebook
Empty Notebook Model.png
General
Category
Literature
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Properties
Writable
True
Total pages
10 pages
Technical
Item ID
Base.Notebook
PlushSpiffo.pngThis article is about the smaller notebook with fewer pages. For the larger notebook with more pages, see Journal.

An empty notebook is a writable literature item.

Usage

An empty notebook 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.

Distribution

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

Containers
Building/Room Container Rolls Chance
all desk 4 2
filingcabinet 4 1
locker 4 1
officedrawers 4 1
other 1 1
shelves 4 1
artstore counter 4 1
shelves 4 1
shelves 4 1
shelves 4 2
shelves 4 2
bedroom desk 4 1
desk 4 1
sidetable 4 4
bookstore counter 4 1
counter 4 2
classroom counter 4 1
desk 4 1
metal_shelves 4 1
closet crate 4 4
empty crate 4 1
garagestorage crate 4 1
crate 4 2
hall locker 4 1
kitchen shelves 4 1
livingroom shelves 4 1
shelves 4 1
sidetable 4 1
sidetable 4 1
office counter 4 1
desk 4 2
metal_shelves 4 1
metal_shelves 4 2
prisoncells wardrobe 4 1

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 Notebook
    {
        DisplayCategory = Literature,
        Weight	=	0.5,
        Type	=	Literature,
        DisplayName	=	Empty Notebook,
        Icon	=	Notebook,
        CanBeWrite  =   true,
        PageToWrite =   10,
        WorldStaticModel = EmptyNotebook,
    }

See also