Newspaper: Difference between revisions

From PZwiki
(→‎Buildings: Manual update)
m (Automated Formatting)
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Literature}}
{{header/sandbox2|Project Zomboid|Items|Literature}}
{{Page version|41.68}}
{{page version|41.68}}
{{Infobox item
{{Infobox literature
|name=Newspaper
|display_name=Newspaper
|model=Newspaper_Model.png
|name_colour=Literature
|icon=Newspaper.png
|name_text_colour=Literature
|icon_name=Newspaper
|image=Newspaper_Model.png
|image_width=200px
|alternate_image=Newspaper.png
|alternate_name=Newspaper
|alternate_link=
|category=Literature
|category=Literature
|weight=0.1
|weight=0.1
Line 16: Line 11:
|stress_change=-15
|stress_change=-15
|consumed=True
|consumed=True
|class_name=Base.Newspaper
|item_id=Base.Newspaper
}}
}}
A '''newspaper''' is a literature [[items|item]].
A '''newspaper''' is a literature [[Items|item]].


==Usage==
==Usage==
A newspaper helps reduce the player's [[Moodles#Bored|boredom]] and [[Moodles#Stress|stress]]. Once used it is effectively 'consumed' and removed from the inventory.  
A newspaper helps reduce the player's [[Bored|boredom]] and [[Stress|stress]]. Once used it is effectively 'consumed' and removed from the inventory.


===Fuel===
===Fuel===
Line 27: Line 22:


==Crafting==
==Crafting==
{{Crafting header|ing=3}}
{{Crafting/sandbox2
{{Crafting general|031|ing=3}}
|newspaper_hat
{{Crafting electrical|305|ing=3}}
|smoke_bomb
|}
}}


{{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 39: Line 33:
! 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="10"|all
|[[desk]]
|4
|4
|-
|-
| rowspan="9"|all
|[[officedrawers]]
| [[officedrawers]]  
|4
| 4  
|1
| 1
|-
|-
|[[other]]
|[[other]]
Line 81: Line 79:
|5
|5
|-
|-
| rowspan="1"|bathroom  
|bathroom
| [[shelves]]  
|[[shelves]]
| 4  
|4
| 1
|1
|-
|-
| rowspan="8"|bedroom  
|rowspan="8"|bedroom
| [[crate]]  
|[[crate]]
| 4  
|4
| 1
|1
|-
|-
|[[crate]]
|[[crate]]
Line 119: Line 117:
|1
|1
|-
|-
| rowspan="1"|breakroom  
|breakroom
| [[overhead]]  
|[[overhead]]
| 4  
|4
| 6
|6
|-
|-
| rowspan="2"|cafe  
|rowspan="2"|cafe
| [[shelves]]  
|[[shelves]]
| 4  
|4
| 1
|1
|-
|-
|[[shelves]]
|[[shelves]]
Line 133: Line 131:
|2
|2
|-
|-
| rowspan="2"|carsupply  
|rowspan="2"|carsupply
| [[shelves]]  
|[[shelves]]
| 4  
|4
| 1
|1
|-
|-
|[[shelves]]
|[[shelves]]
Line 142: Line 140:
|2
|2
|-
|-
| rowspan="6"|closet  
|rowspan="6"|closet
| [[crate]]  
|[[crate]]
| 4  
|4
| 1
|1
|-
|-
|[[crate]]
|[[crate]]
Line 167: Line 165:
|2
|2
|-
|-
| rowspan="1"|empty  
|empty
| [[crate]]  
|[[crate]]
| 4  
|4
| 1
|1
|-
|-
| rowspan="1"|gasstorage  
|gasstorage
| [[counter]]  
|[[counter]]
| 4  
|4
| 1
|1
|-
|-
| rowspan="1"|kitchen  
|kitchen
| [[shelves]]  
|[[shelves]]
| 4  
|4
| 1
|1
|-
|-
| rowspan="4"|livingroom  
|rowspan="4"|livingroom
| [[shelves]]  
|[[shelves]]
| 4  
|4
| 1
|1
|-
|-
|[[shelves]]
|[[shelves]]
Line 199: Line 197:
|1
|1
|-
|-
| rowspan="1"|mechanic  
|mechanic
| [[wardrobe]]  
|[[wardrobe]]
| 4  
|4
| 1
|1
|-
|-
| rowspan="1"|office  
|office
| [[desk]]  
|[[desk]]
| 4  
|4
| 4
|4
|-
|-
| rowspan="5"|poststorage  
|rowspan="5"|poststorage
| [[metal_shelves]]  
|[[metal_shelves]]
| 4  
|4
| 1
|1
|-
|-
|[[metal_shelves]]
|[[metal_shelves]]
Line 230: Line 228:
|5
|5
|-
|-
| rowspan="1"|prisoncells  
|prisoncells
| [[wardrobe]]  
|[[wardrobe]]
| 4  
|4
| 1
|1
|}
|}


===Vehicles===
===Vehicles===
*[[Chevalier Step Van|Postal van]] in the [[Trunk|trunk]].  
*[[Chevalier Step Van|Postal van]] in the [[Trunk|trunk]].


==Code==
==Code==
Line 244: Line 242:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start =  
   | start = 1353
   | source = items_literature.txt
   | source = items_literature.txt
   | retrieved = true
   | retrieved = true
   | version = 41.68
   | version = 41.78.16
   | code =
   | code =
item Newspaper
item Newspaper
{
    {
  DisplayCategory = Literature,
        DisplayCategory = Literature,
  Weight           = 0.1,
        Weight = 0.1,
  Type             = Literature,
        Type = Literature,
  DisplayName     = Newspaper,
        DisplayName = Newspaper,
  StressChange     = -15,
        StressChange = -15,
  Icon             = Newspaper,
        Icon = Newspaper,
  BoredomChange   = -15,
        BoredomChange = -15,
  StaticModel     = Newspaper,
        StaticModel = Newspaper,
  WorldStaticModel = Newspaper_Ground,
        WorldStaticModel = Newspaper_Ground,
}
    }
  }}
}}
}}
}}


Line 269: Line 267:
*[[Magazine]]
*[[Magazine]]


{{Navbox literature}}
{{Navbox items|literature}}

Revision as of 10:31, 14 April 2024

Spiffo controlyourself.png
This page was last updated for an older version (41.68).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Newspaper
Newspaper Model.png
General
Category
Literature
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Consumed
True
Effect
BoredomMoodle Icon Bored.png
-15
StressMoodle Icon Stressed.png
-15
Technical
Item ID
Base.Newspaper

A newspaper is a literature item.

Usage

A newspaper helps reduce the player's boredom and stress. Once used it is effectively 'consumed' and removed from the inventory.

Fuel

It can be used as a fuel for fires, and lasts for 1 hour if done so.

Crafting

Product Ingredients Tools Requirements Workstation XP
NewspaperHat.png
Newspaper Hat
Newspaper.png Newspaper ×1 none none none none
Smokebomb.png
Smoke Bomb
Coldpack.png Cold Pack ×1
Newspaper.png Newspaper ×2
Rag.png Ripped Sheets ×1
none
Profession engineer.png
Engineer occupation
(or)
MagazineMechanics.png
Engineer Magazine Vol.2
none none

Distribution

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

Containers
Building/Room Container Rolls Chance
all desk 4 4
officedrawers 4 1
other 1 1
postbox 4 1
shelves 4 1
shelvesmag 4 1
shelvesmag 4 1
shelvesmag 4 2
shelvesmag 4 2
shelvesmag 4 5
bathroom shelves 4 1
bedroom crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5
desk 4 1
desk 4 1
sidetable 4 1
breakroom overhead 4 6
cafe shelves 4 1
shelves 4 2
carsupply shelves 4 1
shelves 4 2
closet crate 4 1
crate 4 2
crate 4 1
crate 4 1
crate 4 2
crate 4 2
empty crate 4 1
gasstorage counter 4 1
kitchen shelves 4 1
livingroom shelves 4 1
shelves 4 1
sidetable 4 1
sidetable 4 1
mechanic wardrobe 4 1
office desk 4 4
poststorage metal_shelves 4 1
metal_shelves 4 1
metal_shelves 4 2
metal_shelves 4 2
metal_shelves 4 5
prisoncells wardrobe 4 1

Vehicles

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 Newspaper
    {
        DisplayCategory = Literature,
        Weight	=	0.1,
        Type	=	Literature,
        DisplayName	=	Newspaper,
        StressChange	=	-15,
        Icon	=	Newspaper,
        BoredomChange	=	-15,
        StaticModel = Newspaper,
        WorldStaticModel = Newspaper_Ground,
    }

See also