Comic Book: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
m (Category Project: Literature)
Line 1: Line 1:
{{languages|Comic Book}}
{{languages|Comic Book}}
{{Header|Project Zomboid|Items|Literature|type=Literature|version=Version 40|incver=43}}{{infobox literature
{{header/sandbox2|Project Zomboid|Items|Literature}}
{{page version|40.43}}
{{infobox literature
|display_name=Comic Book
|display_name=Comic Book
|name_colour=Literature
|name_colour=Literature
Line 96: Line 98:
==Code==
==Code==
'''''From items_literature.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_literature.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=50}}
{{Retrieved|version=41.50}}
  <nowiki>
  <nowiki>
item ComicBook
item ComicBook

Revision as of 14:36, 25 January 2024

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (40.43).
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.
Comic Book
Comic Book
General
Category Literature
Encumbrance
Heavy Load
0.1
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 10 minutes.

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 items_literature.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.50

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

See also