Comic Book: Difference between revisions

From PZwiki
m (updated infobox variables)
(added category to infobox, made distribution tables collaspible)
Line 1: Line 1:
__NOTOC__
{{languages|Comic Book}}
{{languages|Comic Book}}
{{header|The Game World|Items|Literature|type=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
Line 12: Line 11:
|consumed=True
|consumed=True
|class_name=Base.ComicBook
|class_name=Base.ComicBook
}}
}}A '''comic book''' is a  literature [[items|item]].


A '''comic book''' is a literature [[items|item]] used to relieve [[Moodles#Unhappiness|unhappiness]], [[Moodles#Stress|stress]] and [[Moodles#Boredom|boredom]]. It can be found in [[Containers#Lockers|lockers]], library [[Containers#Counters|counters]], and [[Containers#Bedroom Storage|small tables]]. 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.
==Usage==
A comic book reduces the player's level of [[Moodles#Unhappiness|unhappiness]], [[Moodles#Stress|stress]] and [[Moodles#Boredom|boredom]]. Once used it is effectively 'consumed' and removed from the player's inventory.  


==Item distribution==
===Fuel===
A comic book can be used as a fuel for a [[heat source]], and lasts for 15 mins if done so.
 
==Distribution==
It can be found in [[Containers#Lockers|lockers]], library [[Containers#Counters|counters]], and [[Containers#Bedroom Storage|small tables]].
===Buildings===
===Buildings===
{| class="wikitable" style="text-align:center;"
{| class="wikitable mw-collapsible" style="text-align:center; width:400px;"
! colspan=4 |
|-
|-
!Building/Room
!Building/Room
Line 73: Line 78:


===Vehicles===
===Vehicles===
{| class="wikitable" style="text-align:center;"
{| class="wikitable mw-collapsible" style="text-align:center; width:400px;"
! colspan=4 |
|-
|-
!Profession
!Profession

Revision as of 08:51, 12 August 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

A comic book is a literature item.

Usage

A comic book reduces the player's level of unhappiness, stress and boredom. Once used it is effectively 'consumed' and removed from the player's inventory.

Fuel

A comic book can be used as a fuel for a heat source, and lasts for 15 mins if done so.

Distribution

It can be found in lockers, library counters, and small tables.

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