Comic Book: Difference between revisions

From PZwiki
m (Category Project: Literature)
m (Bump version, add 3D model request, add trivia, minor)
Line 1: Line 1:
{{languages|Comic Book}}
{{Languages}}
{{header/sandbox2|Project Zomboid|Items|Literature}}
{{Header/sandbox2|Project Zomboid|Items|Literature}}
{{page version|40.43}}
{{Page version|41.78.16}}
{{infobox literature
{{Reupload|Missing 3D model}}
{{Infobox literature
|display_name=Comic Book
|display_name=Comic Book
|name_colour=Literature
|name_colour=Literature
Line 14: Line 15:
|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]].


==Usage==
==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.  
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.  


===Fuel===
===Fuel===
Line 24: Line 26:
==Distribution==
==Distribution==
It can be found in [[Containers#Lockers|lockers]], library [[Containers#Counters|counters]], and [[Containers#Bedroom Storage|small tables]].
It can be found in [[Containers#Lockers|lockers]], library [[Containers#Counters|counters]], and [[Containers#Bedroom Storage|small tables]].
===Buildings===
===Buildings===
{| class="wikitable theme-red mw-collapsible" style="text-align:center; width:400px;"
{| class="wikitable theme-red mw-collapsible" style="text-align:center; width:400px;"
Line 93: Line 96:
|4
|4
|10
|10
|-
|}
|}
==Trivia==
*Comic Book and [[Hottiez]] currently share the same model when placed on the ground.


==Code==
==Code==
'''''From items_literature.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_literature.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41.50}}
{{Retrieved|version=41.50}}
<nowiki>
<pre>
item ComicBook
item ComicBook
Weight = 0.1,
Weight = 0.1,
Line 108: Line 113:
Icon = ComicBook,
Icon = ComicBook,
BoredomChange = -30,
BoredomChange = -30,
StaticModel = Magazine,</nowiki>
StaticModel = Magazine,
</pre>


==See also==
==See also==

Revision as of 01:28, 31 January 2024

Template:Header/sandbox2

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this 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

Trivia

  • Comic Book and Hottiez currently share the same model when placed on the ground.

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