Empty Notebook: Difference between revisions

From PZwiki
No edit summary
m (Automated Formatting)
(44 intermediate revisions by 15 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 = 2
|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 a stationery item that has no purpose in its base form. However, when combined with a pencil or a pen in the crafting area to make a journal, which is extremely effective at killing boredom, unhappiness, and stress. The empty notebook is found in schools, offices, and some drawers and closets.
{{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|24}}
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 = 2
  | 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 0.2.0p]]

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