Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Comic Book

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Comic Book
Comic Book
General
Category
Literature
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Consumed
True
Effect
UnhappinessUI Unhappy.png
-20
BoredomUI Bored.png
-30
StressUI Stressed.png
-20
Technical
Item 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.

Location

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

ComicBook distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
all shelvesmag 19.68%
all shelves 11.21%
all sidetable 11.21%
all Student (male)
Student (female)
2.93%
all Varsity (male)
Varsity (female)
2.93%
bedroom crate 76.71%
bedroom crate 41.46%
bedroom crate 23.67%
bedroom crate 1.13%
bookstore shelves 41.46%
bookstore shelves 23.67%
cafe shelves 41.46%
cafe shelves 23.67%
classroom desk 6.74%
closet crate 76.71%
closet crate 41.46%
closet crate 23.67%
closet crate 1.13%
daycare desk 6.74%
garagestorage crate 76.71%
garagestorage crate 41.46%
garagestorage crate 23.67%
garagestorage crate 1.13%
gasstorage counter 11.21%
hall locker 6.74%
hall shelvesmag 19.68%
janitor counter 11.21%
kitchen shelves 11.21%
livingroom crate 76.71%
livingroom crate 41.46%
livingroom crate 23.67%
livingroom overhead 11.21%
livingroom shelves 11.21%
livingroom sidetable 11.21%
livingroom wardrobe 41.46%
livingroom wardrobe 23.67%
motelroomoccupied sidetable 1.73%
office shelves 11.21%
schoolstorage counter 11.21%
storageunit crate 76.71%
storageunit crate 41.46%
storageunit crate 23.67%
storageunit crate 1.13%
storageunit metal_shelves 1.13%
zippeestorage counter 11.21%
Vehicle
Type Container Effective chance
Postal Trunk 10.13%
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 0 DeepForest: 50
Farm: 50
FarmLand: 50
Forest: 50
Nav: 50
TownZone: 50
TrailerPark: 50
Vegitation: 50
- - - - - - -

Trivia

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

Gallery

History

Base.ComicBook

Version Description
Build 41.65 DisplayCategory added with value Literature.
Build 41.54 WorldStaticModel added with value MagazineOpenGround.
Build 41.12 StaticModel added with value Magazine.
Build 32.14 Released on this version.

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.78.16
item ComicBook
    {
        DisplayCategory = Literature,
        Weight	=	0.1,
        Type	=	Literature,
        DisplayName	=	Comic Book,
        Icon	=	ComicBook,
        UnhappyChange	=	-20,
        StressChange	=	-20,
        BoredomChange	=	-30,
        StaticModel = Magazine,
        WorldStaticModel = MagazineOpenGround,
    }

See also