Empty Notebook

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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.

Notebook distribution Show / Hide
Containers
Building / Room Container Rolls Chance
Not referenced GolfLockers 4 10.0
all Bag_GolfBag 1 10.0
all counter 4 10.0
all desk 4 2.0
all filingcabinet 4 10.0
all inventoryfemale 1 1.0
all locker 4 10.0
all officedrawers 4 10.0
all other 1 10.0
all shelves 4 10.0
all sidetable 4 2.0
artstore counter 4 10.0
artstore shelves 4 20.0
artstore shelves 4 10.0
bedroom crate 1 1.0
bedroom desk 4 10.0
bedroom sidetable 4 4.0
bookstore counter 4 10.0
bookstore counter 4 20.0
classroom counter 4 10.0
classroom desk 4 10.0
classroom metal_shelves 4 10.0
closet crate 4 4.0
empty crate 4 10.0
garagestorage crate 4 10.0
garagestorage crate 4 20.0
hall locker 4 10.0
kitchen shelves 4 10.0
livingroom shelves 4 10.0
livingroom sidetable 4 10.0
office counter 4 10.0
office desk 4 2.0
office desk 4 10.0
office metal_shelves 4 20.0
office metal_shelves 4 10.0
prisoncells wardrobe 4 10.0
Vehicles
Vehicle Type/Location Rolls Chance
AmbulanceGloveBox 4 10
CarpenterGloveBox 4 10
ConstructionWorkerGloveBox 4 10
DistilleryGloveBox 4 10
DoctorGloveBox 4 10
ElectricianGloveBox 4 10
FarmerGloveBox 4 10
FireGloveBox 4 10
FishermanGloveBox 4 10
FossoilGloveBox 4 10
GloveBox 4 10
GolfGloveBox 4 10
HeraldsGloveBox 4 10
HunterGloveBox 4 10
MassGenFacGloveBox 4 10
McCoyGloveBox 4 10
MetalWelderGloveBox 4 10
PainterGloveBox 4 10
PoliceGloveBox 4 20
PostalGloveBox 4 10
RadioGloveBox 4 10
RadioGloveBox 4 20
RangerGloveBox 4 10
SpiffoGloveBox 4 10
SurvivalistGlovebox 4 10
TaxiGloveBox 4 10
TransitGloveBox 4 10

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