Comic Book: Difference between revisions

From PZwiki
(Automated update of distribution header)
m (Automated Formatting)
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Literature}}
{{Header/sandbox2|Project Zomboid|Items|Literature}}
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Reupload|Missing 3D model}}
{{Reupload|Missing 3D model}}
{{Infobox literature
{{Infobox item
|display_name=Comic Book
|name=Comic Book
|name_colour=Literature
|icon=ComicBook.png
|name_text_colour=Literature
|image=ComicBook.png
|category=Literature
|category=Literature
|weight=0.1
|weight=0.1
Line 14: Line 11:
|stress_change=-20
|stress_change=-20
|consumed=True
|consumed=True
|class_name=Base.ComicBook
|item_id=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 [[Unhappiness|unhappiness]], [[Stress|stress]], and [[Boredom|boredom]]. Once used, it is effectively 'consumed' and removed from the player's inventory.


===Fuel===
===Fuel===
A comic book can be used as a fuel for a [[heat source]], and lasts for 10 minutes.
A comic book can be used as a fuel for a [[heat source]], and lasts for 10 minutes.


{{clear}}
==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.
Line 31: Line 27:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|-
| rowspan="4"|all  
|rowspan="5"|all
| [[shelvesmag]]  
|[[shelves]]
| 4  
|4
| 8
|4
|-
|-
|[[shelvesmag]]
|[[shelvesmag]]
Line 53: Line 49:
|8
|8
|-
|-
| rowspan="5"|bedroom  
|[[shelvesmag]]
| [[crate]]  
|4
| 4  
|8
| 1
|-
|rowspan="5"|bedroom
|[[crate]]
|4
|1
|-
|-
|[[crate]]
|[[crate]]
Line 74: Line 74:
|5
|5
|-
|-
| rowspan="2"|bookstore  
|rowspan="2"|bookstore
| [[shelves]]  
|[[shelves]]
| 4  
|4
| 1
|1
|-
|-
|[[shelves]]
|[[shelves]]
Line 83: Line 83:
|2
|2
|-
|-
| rowspan="2"|cafe  
|rowspan="2"|cafe
| [[shelves]]  
|[[shelves]]
| 4  
|4
| 1
|1
|-
|-
|[[shelves]]
|[[shelves]]
Line 92: Line 92:
|2
|2
|-
|-
| rowspan="1"|classroom  
|classroom
| [[desk]]  
|[[desk]]
| 4  
|4
| 2
|2
|-
|-
| rowspan="2"|closet  
|rowspan="2"|closet
| [[crate]]  
|[[crate]]
| 4  
|4
| 1
|1
|-
|-
|[[crate]]
|[[crate]]
Line 106: Line 106:
|2
|2
|-
|-
| rowspan="1"|daycare  
|daycare
| [[desk]]  
|[[desk]]
| 4  
|4
| 2
|2
|-
|-
| rowspan="1"|gasstorage  
|gasstorage
| [[counter]]  
|[[counter]]
| 4  
|4
| 4
|4
|-
|-
| rowspan="1"|hall  
|hall
| [[locker]]  
|[[locker]]
| 4  
|4
| 2
|2
|-
|-
| rowspan="1"|kitchen  
|kitchen
| [[shelves]]  
|[[shelves]]
| 4  
|4
| 4
|4
|-
|-
| rowspan="4"|livingroom  
|rowspan="4"|livingroom
| [[shelves]]  
|[[shelves]]
| 4  
|4
| 4
|4
|-
|-
|[[shelves]]
|[[shelves]]
Line 142: Line 142:
|4
|4
|4
|4
|}
===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===
{| class="wikitable theme-red mw-collapsible" style="text-align:center; width:400px;"
{| class="wikitable theme-red mw-collapsible" style="text-align:center; width:400px;"
! colspan=4 |  
! colspan=4 |
|-
|-
!Profession
!Profession
Line 223: Line 167:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 1379
   | source = items_literature.txt
   | source = items_literature.txt
   | retrieved = true
   | retrieved = true
   | version = 41
   | version = 41.78.16
  | incver = 50
   | code =
   | code =
item ComicBook
item ComicBook
{
    {
  Weight         = 0.1,
        DisplayCategory = Literature,
  Type           = Literature,
        Weight = 0.1,
  UnhappyChange  = -20,
        Type = Literature,
  DisplayName    = Comic Book,
        DisplayName = Comic Book,
  StressChange  = -20,
        Icon = ComicBook,
  Icon          = ComicBook,
        UnhappyChange = -20,
  BoredomChange = -30,
        StressChange = -20,
  StaticModel   = Magazine,
        BoredomChange = -30,
}
        StaticModel = Magazine,
  }}
        WorldStaticModel = MagazineOpenGround,
    }
}}
}}
}}


Line 248: Line 193:
*[[Newspaper]]
*[[Newspaper]]


{{Navbox literature}}
{{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