Comic Book: Difference between revisions

From PZwiki
(Automated update of distribution header)
(→‎Distribution: Manual update)
Line 144: Line 144:
|}
|}


===Buildings===
{| class="wikitable theme-red mw-collapsible" style="text-align:center; width:400px;"
! colspan=4 |
|-
!Building/Room
!Container
!Rolls
!Chance
|-
|rowspan="5"|All
|[[Containers#Lockers|Locker]]
|2
|3
|-
<!--|All-->
|[[Containers#Desks|Desk]]
|1
|1
|-
<!--|All-->
|[[Containers#Cabinets|Filing Cabinet]]
|1
|2
|-
<!--|All-->
|[[Containers#Bedroom Storage|Small Table]]
|1
|2
|-
<!--|All-->
|[[Containers#Desks|Office Drawers]]
|1
|1 (+2)
|-
|Library
|[[Containers#Counters|Counter]]
|4
|2
|-
|Motel Room
|[[Containers|Other]]
|2
|2
|-
|Plaza Store
|[[Containers#Counters|Counter]]
|1
|2
|-
|Post Storage
|[[Containers|All]]
|3
|10
|-
|}


===Vehicles===
===Vehicles===

Revision as of 09:54, 11 February 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

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
all shelvesmag 4 8
shelvesmag 4 8
shelvesmag 4 8
shelvesmag 4 8
bedroom crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5
bookstore shelves 4 1
shelves 4 2
cafe shelves 4 1
shelves 4 2
classroom desk 4 2
closet crate 4 1
crate 4 2
daycare desk 4 2
gasstorage counter 4 4
hall locker 4 2
kitchen shelves 4 4
livingroom shelves 4 4
shelves 4 4
sidetable 4 4
sidetable 4 4


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

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_literature.txt

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