Comic Book: Difference between revisions

From PZwiki
mNo edit summary
(Changed header type +added retrieved template to code)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Comic Book}}
{{languages|Comic 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.2}}{{infobox literature
|display_name=Comic Book
|display_name=Comic Book
|image=ComicBook_120px.png
|image=ComicBook_120px.png
Line 26: Line 26:
!Chance
!Chance
|-
|-
|rowspan="6"|All
|rowspan="5"|All
|[[Containers#Lockers|Locker]]
|[[Containers#Lockers|Locker]]
|2
|2
Line 47: Line 47:
|-
|-
<!--|All-->
<!--|All-->
|rowspan="2"|[[Containers#Desks|Office Drawers]]
|[[Containers#Desks|Office Drawers]]
|1
|1
|1
|1 (+2)
|-
<!--|All-->
<!--|[[Containers#Desks|Office Drawers]]-->
|1
|2
|-
|-
|Library
|Library
Line 95: Line 90:
== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
  <nowiki> item ComicBook
{{Retrieved|version=39|incver=67.5}}
  <nowiki>
item ComicBook
Weight = 0.1,
Weight = 0.1,
Type = Literature,
Type = Literature,

Revision as of 15:31, 21 June 2018


Comic Book
Comic Book
General
Encumbrance
Heavy Load
0.5
Consumed True
Effect
Unhappiness
Unhappiness
-20
Boredom
Boredom
-30
Stress
Stress
-20
Technical details
Base ID Base.ComicBook


The comic book is a literature item used to relieve boredom, unhappiness and stress. It can be found in lockers, library counters, small tables and more. Once used it is effectively 'consumed' and removed from the player's inventory. A comic book can be used as a fuel for a heat source, and lasts for 15 mins if done so.

Item Distribution

Buildings

Building/Room Container Rolls Chance
All Locker 2 3
Desk 1 1
Filing Cabinet 1 2
Small Table 1 2
Office Drawers 1 1 (+2)
Library Counter 4 2
Motel Room Other 2 2
Plaza Store Counter 1 2
Post Storage All 3 10

Vehicles

Profession Container Rolls Chance
Post Van Trunk 4 10

Code

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

	item ComicBook
		Weight		= 0.1,
		Type		= Literature,
		UnhappyChange	= -20,
		DisplayName	= Comic Book,
		StressChange	= -20,
		Icon		= ComicBook,
		BoredomChange	= -30,

See also

Template:Navbox/Consumables