Book: Difference between revisions

From PZwiki
m (Automated header update.)
m (Automated Formatting)
(5 intermediate revisions by the same user not shown)
Line 15: Line 15:
}}
}}
{{About|the consumable item affecting the player's mood|books that increase experience gain|Skill books}}
{{About|the consumable item affecting the player's mood|books that increase experience gain|Skill books}}
A '''book''' is an [[Items|item]] designed to relieve [[Moodles#Unhappiness|unhappiness]], [[Moodles#Stress|stress]], and [[Moodles#Boredom|boredom]] when the [[player]] character is seriously struggling with the [[Knox Event]]. Unlike [[skill books]], these books are ''consumed'' once they're read, and therefore are removed from the player's inventory. A book can also be used as a fuel for particular [[heat source]]s, and lasts for 15 minutes if done so.
A '''book''' is an [[Items|item]] designed to relieve [[Unhappiness|unhappiness]], [[Stress|stress]], and [[Boredom|boredom]] when the [[player]] character is seriously struggling with the [[Knox Event]]. Unlike [[skill books]], these books are ''consumed'' once they're read, and therefore are removed from the player's inventory. A book can also be used as a fuel for particular [[heat source]]s, and lasts for 15 minutes if done so.


==Distribution==
==Distribution==
Line 23: Line 23:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|rowspan="3"|all
|[[locker]]
|4
|1
|-
|-
| rowspan="2"|all
|[[other]]
| [[other]]
|1
| 1
|1
| 1
|-
|-
|[[shelves]]
|[[shelves]]
Line 37: Line 41:
|1
|1
|-
|-
| rowspan="1"|artstore
|artstore
| [[counter]]
|[[counter]]
| 4
|4
| 1
|1
|-
|-
| rowspan="1"|bathroom
|bathroom
| [[shelves]]
|[[shelves]]
| 4
|4
| 1
|1
|-
|-
| rowspan="5"|bedroom
|rowspan="5"|bedroom
| [[crate]]
|[[crate]]
| 4
|4
| 1
|1
|-
|-
|[[crate]]
|[[crate]]
Line 68: Line 72:
|5
|5
|-
|-
| rowspan="2"|bookstore
|rowspan="2"|bookstore
| [[shelves]]
|[[shelves]]
| 4
|4
| 1
|1
|-
|-
|[[shelves]]
|[[shelves]]
Line 77: Line 81:
|2
|2
|-
|-
| rowspan="2"|camping
|rowspan="2"|camping
| [[counter]]
|[[counter]]
| 4
|4
| 1
|1
|-
|-
|[[counter]]
|[[counter]]
Line 86: Line 90:
|1
|1
|-
|-
| rowspan="2"|carsupply
|rowspan="2"|carsupply
| [[shelves]]
|[[shelves]]
| 4
|4
| 1
|1
|-
|-
|[[shelves]]
|[[shelves]]
Line 95: Line 99:
|2
|2
|-
|-
| rowspan="4"|classroom
|rowspan="4"|classroom
| [[counter]]
|[[counter]]
| 4
|4
| 1
|1
|-
|-
|[[counter]]
|[[counter]]
Line 112: Line 116:
|1
|1
|-
|-
| rowspan="3"|daycare
|rowspan="3"|daycare
| [[desk]]
|[[desk]]
| 4
|4
| 1
|1
|-
|-
|[[metal_shelves]]
|[[metal_shelves]]
Line 125: Line 129:
|2
|2
|-
|-
| rowspan="1"|empty
|empty
| [[crate]]
|[[crate]]
| 4
|4
| 1
|1
|-
|-
| rowspan="2"|hall
|rowspan="2"|hall
| [[locker]]
|[[locker]]
| 4
|4
| 1
|1
|-
|-
|[[locker]]
|[[locker]]
Line 139: Line 143:
|2
|2
|-
|-
| rowspan="1"|kitchen
|kitchen
| [[shelves]]
|[[shelves]]
| 4
|4
| 1
|1
|-
|-
| rowspan="4"|library
|rowspan="4"|library
| [[shelves]]
|[[shelves]]
| 4
|4
| 1
|1
|-
|-
|[[shelves]]
|[[shelves]]
Line 161: Line 165:
|2
|2
|-
|-
| rowspan="4"|livingroom
|rowspan="4"|livingroom
| [[shelves]]
|[[shelves]]
| 4
|4
| 1
|1
|-
|-
|[[shelves]]
|[[shelves]]
Line 178: Line 182:
|2
|2
|-
|-
| rowspan="4"|medical
|rowspan="4"|medical
| [[shelves]]
|[[shelves]]
| 4
|4
| 1
|1
|-
|-
|[[shelves]]
|[[shelves]]
Line 195: Line 199:
|2
|2
|-
|-
| rowspan="1"|office
|office
| [[counter]]
|[[counter]]
| 4
|4
| 1
|1
|-
|-
| rowspan="4"|poststorage
|rowspan="4"|poststorage
| [[metal_shelves]]
|[[metal_shelves]]
| 4
|4
| 1
|1
|-
|-
|[[metal_shelves]]
|[[metal_shelves]]
Line 217: Line 221:
|2
|2
|-
|-
| rowspan="3"|toolstore
|rowspan="3"|toolstore
| [[counter]]
|[[counter]]
| 4
|4
| 1
|1
|-
|-
|[[counter]]
|[[counter]]
Line 230: Line 234:
|2
|2
|}
|}


===Vehicles===
===Vehicles===
Line 253: Line 256:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 5
   | source = items_literature.txt
   | source = items_literature.txt
   | retrieved = true
   | retrieved = true
   | version = 41.50
   | version = 41.78.16
   | code =
   | code =
item Book
item Book
{
{
    Weight       = 0.5,
    DisplayCategory = Literature,
    Type         = Literature,
Weight = 0.5,
    UnhappyChange = -40,
Type = Literature,
    DisplayName   = Book,
UnhappyChange = -40,
    StressChange = -40,
DisplayName = Book,
    Icon         = Book,
StressChange = -40,
    BoredomChange = -50,
Icon = Book,
    StaticModel   = Book,
BoredomChange = -50,
}
StaticModel = Book,
  }}
WorldStaticModel = BookClosedGround,
}
}}
}}
}}


Line 277: Line 282:
*[[Newspaper]]
*[[Newspaper]]


{{Navbox literature}}
{{Navbox items|literature}}

Revision as of 06:40, 14 April 2024

Spiffo controlyourself.png
This page was last updated for an older version (41.50).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Book
Book Model.png
General
Category
Literature
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Properties
Consumed
True
Effect
UnhappinessMoodle Icon Unhappy.png
-40
BoredomMoodle Icon Bored.png
-50
StressMoodle Icon Stressed.png
-40
Technical
Item ID
Base.Book
PlushSpiffo.pngThis article is about the consumable item affecting the player's mood. For books that increase experience gain, see Skill books.

A book is an item designed to relieve unhappiness, stress, and boredom when the player character is seriously struggling with the Knox Event. Unlike skill books, these books are consumed once they're read, and therefore are removed from the player's inventory. A book can also be used as a fuel for particular heat sources, and lasts for 15 minutes if done so.

Distribution

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

Containers
Building/Room Container Rolls Chance
all locker 4 1
other 1 1
shelves 4 1
artstore counter 4 1
bathroom shelves 4 1
bedroom crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5
bookstore shelves 4 1
shelves 4 2
camping counter 4 1
counter 4 1
carsupply shelves 4 1
shelves 4 2
classroom counter 4 1
counter 4 2
desk 4 1
metal_shelves 4 1
daycare desk 4 1
metal_shelves 4 1
metal_shelves 4 2
empty crate 4 1
hall locker 4 1
locker 4 2
kitchen shelves 4 1
library shelves 4 1
shelves 4 1
shelves 4 2
shelves 4 2
livingroom shelves 4 1
shelves 4 2
shelves 4 1
shelves 4 2
medical shelves 4 1
shelves 4 1
shelves 4 2
shelves 4 2
office counter 4 1
poststorage metal_shelves 4 1
metal_shelves 4 1
metal_shelves 4 2
metal_shelves 4 2
toolstore counter 4 1
counter 4 1
counter 4 2

Vehicles

Profession Container Rolls Chance
Post Van Trunk 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 Book
	{
	    DisplayCategory = Literature,
		Weight	=	0.5,
		Type	=	Literature,
		UnhappyChange	=	-40,
		DisplayName	=	Book,
		StressChange	=	-40,
		Icon	=	Book,
		BoredomChange	=	-50,
		StaticModel = Book,
		WorldStaticModel = BookClosedGround,
	}

See also