Comic Book: Difference between revisions

From PZwiki
mNo edit summary
m (Distribution table update)
(38 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}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
{{Reupload|Missing 3D model}}
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 39'''    </div><!-- Code for Version Tag at top -->
{{Infobox item
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Literature|Literature]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name=Comic Book
{{Consumables
|icon=ComicBook.png
| image = ComicBook.png
|category=Literature
| weight = 0.1
|weight=0.1
| boredom = -30
|unhappy_change=-20
| unhappiness = -20
|boredom_change=-30
| stress= -20
|stress_change=-20
|consumed=True
|item_id=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 desks, filing cabinets, lockers, library counters, side tables and most commonly in mail boxes.  
==Usage==
<br><br>
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.
Once used it is effectively 'consumed' and removed from the player's inventory.
<br><br>
A Comic Book can be used as a fuel for a [[heat source]], and lasts for 15 mins if done so.
<br><br><br><br><br>
== Code ==
<nowiki>
item ComicBook
Weight = 0.1,
Type = Literature,
UnhappyChange = -20,
DisplayName = Comic Book,
StressChange = -20,
Icon = ComicBook,
BoredomChange = -30,
</nowiki>


{{Navbox/Consumables}}
===Fuel===
[[Category:Consumables]]
A comic book can be used as a fuel for a [[heat source]], and lasts for 10 minutes.
[[Category:Literature]]
 
[[Category:Items]]
==Distribution==
[[Category:Version 39]]
The loot distributions can be found in the table(s) below.
 
<!--BOT FLAG|ComicBook|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>ComicBook distribution
        <span class="mw-customtoggle-togglebox-ComicBook" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-ComicBook">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | all
    | {{ll|Bag_Schoolbag}}
    | 1
    | 10.0
    |-
    | all
    | {{ll|shelves}}
    | 4
    | 4.0
    |-
    | all
    | {{ll|shelvesmag}}
    | 4
    | 8.0
    |-
    | all
    | {{ll|sidetable}}
    | 4
    | 4.0
    |-
    | all
    | {{ll|sidetable}}
    | 1
    | 2.0
    |-
    | bedroom
    | {{ll|crate}}
    | 4
    | 50.0
    |-
    | bedroom
    | {{ll|crate}}
    | 4
    | 20.0
    |-
    | bedroom
    | {{ll|crate}}
    | 1
    | 1.0
    |-
    | bedroom
    | {{ll|crate}}
    | 4
    | 10.0
    |-
    | bookstore
    | {{ll|shelves}}
    | 4
    | 10.0
    |-
    | bookstore
    | {{ll|shelves}}
    | 4
    | 20.0
    |-
    | cafe
    | {{ll|shelves}}
    | 4
    | 10.0
    |-
    | cafe
    | {{ll|shelves}}
    | 4
    | 20.0
    |-
    | classroom
    | {{ll|desk}}
    | 4
    | 2.0
    |-
    | closet
    | {{ll|crate}}
    | 4
    | 10.0
    |-
    | closet
    | {{ll|crate}}
    | 4
    | 20.0
    |-
    | daycare
    | {{ll|desk}}
    | 4
    | 2.0
    |-
    | gasstorage
    | {{ll|counter}}
    | 4
    | 4.0
    |-
    | hall
    | {{ll|locker}}
    | 4
    | 2.0
    |-
    | kitchen
    | {{ll|shelves}}
    | 4
    | 4.0
    |-
    | livingroom
    | {{ll|shelves}}
    | 4
    | 4.0
    |-
    | livingroom
    | {{ll|sidetable}}
    | 4
    | 4.0
    |}
</div>
<div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Vehicles}}
    ! Vehicle Type/Location
    ! Rolls
    ! Chance
    |-
    | PostalTruckBed
    | 4
    | 8
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-ComicBook" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|ComicBook|41.78.16-->
 
===Vehicles===
{| class="wikitable theme-red mw-collapsible" style="text-align:center; width:400px;"
! colspan=4 |
|-
!Profession
!Container
!Rolls
!Chance
|-
|[[Chevalier Step Van|Post Van]]
|[[Trunk]]
|4
|10
|}
 
==Trivia==
*Comic Book and [[HottieZ]] currently share the same model when placed on the ground.
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 1379
  | 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==
*[[Book]]
*[[Magazine]]
*[[Newspaper]]
 
{{Navbox items|literature}}

Revision as of 15:15, 24 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.

ComicBook distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all Bag_Schoolbag 1 10.0
all shelves 4 4.0
all shelvesmag 4 8.0
all sidetable 4 4.0
all sidetable 1 2.0
bedroom crate 4 50.0
bedroom crate 4 20.0
bedroom crate 1 1.0
bedroom crate 4 10.0
bookstore shelves 4 10.0
bookstore shelves 4 20.0
cafe shelves 4 10.0
cafe shelves 4 20.0
classroom desk 4 2.0
closet crate 4 10.0
closet crate 4 20.0
daycare desk 4 2.0
gasstorage counter 4 4.0
hall locker 4 2.0
kitchen shelves 4 4.0
livingroom shelves 4 4.0
livingroom sidetable 4 4.0
Vehicles
Vehicle Type/Location Rolls Chance
PostalTruckBed 4 8

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