Comic Book: Difference between revisions

From PZwiki
(new infobox +item distribution section)
Tag: categories removed
m (Automated Formatting)
(35 intermediate revisions by 9 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Literature}}
{{languages|Comic Book}}
{{Page version|41.78.16}}
{{header|The Game World|Items|Literature|version=Version 39|incver=67.2}}{{infobox literature
{{Reupload|Missing 3D model}}
|display_name=Comic Book
{{Infobox item
|image=ComicBook_120px.png
|name=Comic Book
|weight=0.5
|icon=ComicBook.png
|weight_bkg=1
|category=Literature
|weight=0.1
|unhappy_change=-20
|unhappy_change=-20
|boredom_change=-30
|boredom_change=-30
|boredom_change_bkg=1
|stress_change=-20
|stress_change=-20
|consumed=True
|consumed=True
|consumed_bkg=1
|item_id=Base.ComicBook
|class_name=Base.ComicBook
}}
}}
A '''comic book''' is a literature [[Items|item]].


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


==Item Distribution==
===Fuel===
===Buildings===
A comic book can be used as a fuel for a [[heat source]], and lasts for 10 minutes.
{| class="wikitable" style="text-align:center;"
 
==Distribution==
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|rowspan="5"|all
|[[shelves]]
|4
|4
|-
|[[shelvesmag]]
|4
|8
|-
|[[shelvesmag]]
|4
|8
|-
|-
!Building/Room
|[[shelvesmag]]
!Container
|4
!Rolls
|8
!Chance
|-
|-
|rowspan="7"|All
|[[shelvesmag]]
|[[Containers#Lockers|Locker]]
|4
|2
|8
|3
|-
|-
<!--|All-->
|rowspan="5"|bedroom
|[[Containers#Desks|Desk]]
|[[crate]]
|4
|1
|1
|-
|[[crate]]
|4
|1
|1
|-
|-
<!--|All-->
|[[crate]]
|[[Containers#Cabinets|Filing Cabinet]]
|4
|1
|2
|-
|[[crate]]
|4
|2
|2
|-
|-
<!--|All-->
|[[crate]]
|[[Containers#Bedroom Storage|Small Table]]
|4
|5
|-
|rowspan="2"|bookstore
|[[shelves]]
|4
|1
|1
|-
|[[shelves]]
|4
|2
|2
|-
|-
<!--|All-->
|rowspan="2"|cafe
|rowspan="2"|[[Containers#Desks|Office Drawers]]
|[[shelves]]
|1
|4
|1
|1
|-
|-
<!--|All-->
|[[shelves]]
<!--|[[Containers#Desks|Office Drawers]]-->
|4
|1
|2
|2
|-
|-
<!--|All-->
|classroom
|[[Containers#Mail Boxes|Mail Boxes]]
|[[desk]]
|3
|4
|10
|2
|-
|-
|Plaza Store
|rowspan="2"|closet
|[[Containers#Counters|Counter]]
|[[crate]]
|4
|1
|1
|-
|[[crate]]
|4
|2
|2
|-
|-
|Library
|daycare
|[[Containers#Counters|Counter]]
|[[desk]]
|4
|4
|2
|2
|-
|-
|Motel Room
|gasstorage
|[[Containers|Other]]
|[[counter]]
|2
|4
|4
|-
|hall
|[[locker]]
|4
|2
|2
|-
|-
|kitchen
|[[shelves]]
|4
|4
|-
|rowspan="4"|livingroom
|[[shelves]]
|4
|4
|-
|[[shelves]]
|4
|4
|-
|[[sidetable]]
|4
|4
|-
|[[sidetable]]
|4
|4
|}
|}


===Vehicles===
===Vehicles===
{| class="wikitable" style="text-align:center;"
{| class="wikitable theme-red mw-collapsible" style="text-align:center; width:400px;"
! colspan=4 |
|-
|-
!Profession
!Profession
Line 90: Line 157:
|4
|4
|10
|10
|-
|}
|}


== Code ==
==Trivia==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
*Comic Book and [[HottieZ]] currently share the same model when placed on the ground.
<nowiki> item ComicBook
 
Weight = 0.1,
==Code==
Type = Literature,
{{CodeBox
UnhappyChange = -20,
| {{CodeSnip
DisplayName = Comic Book,
  | lang = java
StressChange = -20,
  | line = true
Icon = ComicBook,
  | start = 1379
BoredomChange = -30,</nowiki>
  | source = items_literature.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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==
==See also==
*Book
*[[Book]]
*Magazine
*[[Magazine]]
*Newspaper
*[[Newspaper]]


{{Navbox/Consumables}}
{{Navbox items|literature}}

Revision as of 07:41, 14 April 2024

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
Moodle Icon HeavyLoad.png
0.1
Properties
Consumed
True
Effect
UnhappinessMoodle Icon Unhappy.png
-20
BoredomMoodle Icon Bored.png
-30
StressMoodle Icon 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.

Distribution

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

Containers
Building/Room Container Rolls Chance
all shelves 4 4
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.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