Empty Notebook: Difference between revisions

From PZwiki
m (Brought up to date with current version; cleared up wording; some detail.)
m (Automated Formatting)
(39 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Literature}}
{{Items
{{Page version|41.78.16}}
|image = Notepad.png  
{{Infobox item
|weight = 1
|name=Empty Notebook
|model=Empty_Notebook_Model.png
|icon=Notebook.png
|icon_name=Notebook
|category=Literature
|weight=0.5
|writable=True
|page_number=10
|item_id=Base.Notebook
}}
}}
An Empty Notebook is used to create [[Journal|Journals]]. This can be created by combining and Empty Notebook with a pencil or pen.  The Empty Notebook with turn into [[Journal|Journals]] (x20) and the pen/pencil will be consumed.  [[Journal|Journals]] are extremely effective at reducing boredom, unhappiness, and stress. The empty notebook is found in schools, offices, and some drawers and closets, as well on on bookshelves.
{{About|the smaller notebook with fewer pages|the larger notebook with more pages|Journal}}
An '''empty notebook''' is a writable literature [[Items|item]].


== Crafting ==
==Usage==
{| class="wikitable sortable" style="text-align:center;"  
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.
|-  
 
! Name
It does not reduce [[stress]], [[boredom]], or [[unhappiness]].
! class="unsortable" | Recipe
 
! class="unsortable" | Description
===Fuel===
{{RecipeLookup|4002}}
It can also be used as a fuel for a [[Heat Source|fire]], and lasts for 10 minutes.
 
==Distribution==
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|rowspan="6"|all
|[[desk]]
|4
|2
|-
|[[filingcabinet]]
|4
|1
|-
|[[locker]]
|4
|1
|-
|[[officedrawers]]
|4
|1
|-
|[[other]]
|1
|1
|-
|[[shelves]]
|4
|1
|-
|rowspan="5"|artstore
|[[counter]]
|4
|1
|-
|[[shelves]]
|4
|1
|-
|[[shelves]]
|4
|1
|-
|[[shelves]]
|4
|2
|-
|[[shelves]]
|4
|2
|-
|rowspan="3"|bedroom
|[[desk]]
|4
|1
|-
|[[desk]]
|4
|1
|-
|[[sidetable]]
|4
|4
|-
|rowspan="2"|bookstore
|[[counter]]
|4
|1
|-
|[[counter]]
|4
|2
|-
|rowspan="3"|classroom
|[[counter]]
|4
|1
|-
|[[desk]]
|4
|1
|-
|[[metal_shelves]]
|4
|1
|-
|closet
|[[crate]]
|4
|4
|-
|empty
|[[crate]]
|4
|1
|-
|rowspan="2"|garagestorage
|[[crate]]
|4
|1
|-
|[[crate]]
|4
|2
|-
|hall
|[[locker]]
|4
|1
|-
|kitchen
|[[shelves]]
|4
|1
|-
|rowspan="4"|livingroom
|[[shelves]]
|4
|1
|-
|[[shelves]]
|4
|1
|-
|[[sidetable]]
|4
|1
|-
|[[sidetable]]
|4
|1
|-
|rowspan="4"|office
|[[counter]]
|4
|1
|-
|[[desk]]
|4
|2
|-
|[[metal_shelves]]
|4
|1
|-
|[[metal_shelves]]
|4
|2
|-
|prisoncells
|[[wardrobe]]
|4
|1
|}
|}


== Code ==
==Code==
<nowiki>item Notebook
{{CodeBox
{
| {{CodeSnip
Type = Normal,
  | lang = java
DisplayName = Empty Notebook,
  | line = true
Icon = Notebook,
  | start = 1277
Weight = 1
  | source = items_literature.txt
}</nowiki>
  | retrieved = true
  | version = 41.78.16
  | code =
item Notebook
    {
        DisplayCategory = Literature,
        Weight = 0.5,
        Type = Literature,
        DisplayName = Empty Notebook,
        Icon = Notebook,
        CanBeWrite  =  true,
        PageToWrite =  10,
        WorldStaticModel = EmptyNotebook,
    }
}}
}}
 
==See also==
*[[Journal]]
*[[Sheet of Paper]]
 
{{Navbox items|literature}}
 
 
[[Category:Stationery]]
[[Category:Stationery]]
[[Category:Version b27]]

Revision as of 08:18, 14 April 2024

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