Book: Difference between revisions

From PZwiki
(Added new infobox +item distribution)
(Changed header type +added retrieved template to code)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Book}}
{{languages|Book}}
{{header|The Game World|Items|Literature|version=Version 39|incver=67.2}}{{infobox literature
{{header|The Game World|Items|Literature|type=Literature|version=Version 39|incver=67.5}}{{infobox literature
|display_name=Book
|display_name=Book
|image=Book_120px.png
|image=Book_120px.png
Line 25: Line 25:
!Chance
!Chance
|-
|-
|rowspan="9"|All
|rowspan="8"|All
|[[Containers#Lockers|Locker]]
|[[Containers#Lockers|Locker]]
|2
|2
Line 46: Line 46:
|-
|-
<!--|All-->
<!--|All-->
|rowspan="2"|[[Containers#Desks|Office Drawers]]
|[[Containers#Desks|Office Drawers]]
|1
|1
|3
|3 (+2)
|-
<!--|All-->
<!--|[[Containers#Desks|Office Drawers]]-->
|1
|2
|-
|-
<!--|All-->
<!--|All-->
Line 91: Line 86:
|3
|3
|-
|-
|rowspan="10"|Book Store
|rowspan="2"|Book Store
|rowspan="10"|[[Containers|All]]
|rowspan="2"|[[Containers|All]]
|1
|1
|3
|3  
|-
<!--|Book Store-->
<!--|[[Containers|All]]-->
|5
|100
|-
<!--|Book Store-->
<!--|[[Containers|All]]-->
|5
|100
|-
<!--|Book Store-->
<!--|[[Containers|All]]-->
|5
|100
|-
<!--|Book Store-->
<!--|[[Containers|All]]-->
|5
|100
|-
<!--|Book Store-->
<!--|[[Containers|All]]-->
|5
|100
|-
<!--|Book Store-->
<!--|[[Containers|All]]-->
|5
|100
|-
<!--|Book Store-->
<!--|[[Containers|All]]-->
|5
|100
|-
<!--|Book Store-->
<!--|[[Containers|All]]-->
|5
|100
|-
|-
<!--|Book Store-->
<!--|Book Store-->
<!--|[[Containers|All]]-->
<!--|[[Containers|All]]-->
|5
|5
|100
|100 (x9)
|-
|-
|Library
|Library
Line 151: Line 106:
|5
|5
|-
|-
|rowspan="2"|Restaurant
|Restaurant
|rowspan="2"|[[Containers#Counters|Counter]]
|[[Containers#Counters|Counter]]
|2
|2
|4
|4 (x2)
|-
|-
<!--|Restaurant-->
|Post Office
<!--|[[Containers#Counters|Counter]]-->
|[[Containers#Counters|Counter]]
|2
|4
|-
|rowspan="2"|Post Office
|rowspan="2"|[[Containers#Counters|Counter]]
|2
|4
|-
<!--|Post Office-->
<!--|[[Containers#Counters|Counter]]-->
|2
|2
|4
|4 (x2)
|-
|-
|Plaza Storage
|Plaza Storage
Line 240: Line 185:
== Code ==
== Code ==
'''From items.txt (Project Zomboid directory/media/scripts/)'''
'''From items.txt (Project Zomboid directory/media/scripts/)'''
  <nowiki> item Book
{{Retrieved|version=39|incver=67.5}}
  <nowiki>
item Book
Weight = 0.5,
Weight = 0.5,
Type = Literature,
Type = Literature,
Line 247: Line 194:
StressChange = -40,
StressChange = -40,
Icon = Book,
Icon = Book,
BoredomChange = -50,
BoredomChange = -50,</nowiki>
</nowiki>


==See Also==
==See Also==

Revision as of 15:29, 21 June 2018


Book
Book
General
Encumbrance
Heavy Load
0.5
Consumed True
Effect
Unhappiness
Unhappiness
-40
Boredom
Boredom
-50
Stress
Stress
-40
Technical details
Base 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 immense 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.

Item Distribution

Buildings

Building/Room Container Rolls Chance
All Locker 2 7
Desk 1 2
Filing Cabinet 1 4
Small Table 1 4
Office Drawers 1 3 (+2)
Shelves 3 20
Other 1 1
School Bag 2 3
Kitchen Shelves 2 10
Plaza Store Counter 1 2
Motel Room Wardrobe 1 3
Lobby Counter 1 3
Book Store All 1 3
5 100 (x9)
Library Counter 4 2
Clothes Store Counter 3 5
Restaurant Counter 2 4 (x2)
Post Office Counter 2 4 (x2)
Plaza Storage All 3 10
Furniture Store Counter 3 5
Corner Store Magazine Shelf 2 3
Houseware Store Shelves 3 7
Shoe Store Counter 3 5
Sports Store Counter 3 5
Gift Storage Crate 3 7
Gift Store Shelves 3 7
Display Case 3 7
Counter 3 5

Vehicles

Profession Container Rolls Chance
Post Van Trunk 4 10

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

	item Book
		Weight		= 0.5,
		Type		= Literature,
		UnhappyChange	= -40,
		DisplayName	= Book,
		StressChange	= -40,
		Icon		= Book,
		BoredomChange	= -50,

See Also

Template:Navbox/Consumables