Comic Book: Difference between revisions

From PZwiki
m (Changed Version Category)
(new infobox +item distribution section)
Tag: categories removed
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Comic Book}}
{{languages|Comic Book}}
<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 -->
{{header|The Game World|Items|Literature|version=Version 39|incver=67.2}}{{infobox literature
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 39.45'''    </div><!-- Code for Version Tag at top -->
|display_name=Comic Book
<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 -->
|image=ComicBook_120px.png
{{Consumables
|weight=0.5
| image = ComicBook.png
|weight_bkg=1
| weight = 0.1
|unhappy_change=-20
| boredom = -30
|boredom_change=-30
| unhappiness = -20
|boredom_change_bkg=1
| stress= -20
|stress_change=-20
|consumed=True
|consumed_bkg=1
|class_name=Base.ComicBook
}}
}}


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.  
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.
<br><br>
 
Once used it is effectively 'consumed' and removed from the player's inventory.
==Item Distribution==
<br><br>
===Buildings===
A Comic Book can be used as a fuel for a [[heat source]], and lasts for 15 mins if done so.
{| class="wikitable" style="text-align:center;"
<br><br><br><br><br>
|-
!Building/Room
!Container
!Rolls
!Chance
|-
|rowspan="7"|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-->
|rowspan="2"|[[Containers#Desks|Office Drawers]]
|1
|1
|-
<!--|All-->
<!--|[[Containers#Desks|Office Drawers]]-->
|1
|2
|-
<!--|All-->
|[[Containers#Mail Boxes|Mail Boxes]]
|3
|10
|-
|Plaza Store
|[[Containers#Counters|Counter]]
|1
|2
|-
|Library
|[[Containers#Counters|Counter]]
|4
|2
|-
|Motel Room
|[[Containers|Other]]
|2
|2
|-
|}
 
===Vehicles===
{| class="wikitable" style="text-align:center;"
|-
!Profession
!Container
!Rolls
!Chance
|-
|[[Chevalier Step Van|Post Van]]
|[[Trunk]]
|4
|10
|-
|}
 
== Code ==
== Code ==
  <nowiki>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
item ComicBook
  <nowiki> item ComicBook
Weight = 0.1,
Weight = 0.1,
Type = Literature,
Type = Literature,
Line 27: Line 102:
StressChange = -20,
StressChange = -20,
Icon = ComicBook,
Icon = ComicBook,
BoredomChange = -30,
BoredomChange = -30,</nowiki>
</nowiki>
 
==See also==
*Book
*Magazine
*Newspaper


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Literature]]
[[Category:Items]]
[[Category:Version 32]]

Revision as of 09:37, 11 June 2018


Comic Book
Comic Book
General
Encumbrance
Heavy Load
0.5
Consumed True
Effect
Unhappiness
Unhappiness
-20
Boredom
Boredom
-30
Stress
Stress
-20
Technical details
Base ID Base.ComicBook


The comic book is a literature item used to relieve boredom, unhappiness and stress. It can be found in lockers, library counters, small tables, 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.

Item Distribution

Buildings

Building/Room Container Rolls Chance
All Locker 2 3
Desk 1 1
Filing Cabinet 1 2
Small Table 1 2
Office Drawers 1 1
1 2
Mail Boxes 3 10
Plaza Store Counter 1 2
Library Counter 4 2
Motel Room Other 2 2

Vehicles

Profession Container Rolls Chance
Post Van Trunk 4 10

Code

From newitems.txt (Project Zomboid directory/media/scripts/)

		item ComicBook
		Weight		= 0.1,
		Type		= Literature,
		UnhappyChange	= -20,
		DisplayName	= Comic Book,
		StressChange	= -20,
		Icon		= ComicBook,
		BoredomChange	= -30,

See also

  • Book
  • Magazine
  • Newspaper

Template:Navbox/Consumables