Newspaper Hat

From PZwiki
Project ZomboidItemsClothingHeadwearHatsNewspaper Hat
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.
Newspaper Hat
Hat NewspaperHat model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Equipped
Hat
Properties
Insulation
10%
Crafting
Ingredients
Technical
Item ID
Base.Hat_NewspaperHat

A newspaper hat is a clothing item.

Usage

Pros and cons

Pros Cons
  • Easy to find component materials for crafting.
  • Easily knocked off head by zombies.
  • Provides poor insulation.

Crafting

Product Ingredients Tools Requirements Workstation XP
NewspaperHat.png
Newspaper Hat
Newspaper.png Newspaper ×1 none none none none

Body location

Protection Hat.png
  • Head

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\clothing\clothing_hats.txt

Retrieved: Build 41.78.16
item Hat_NewspaperHat
	{
	    DisplayCategory = Accessory,
        Type = Clothing,
        DisplayName = Newspaper Hat,
        ClothingItem = Hat_NewspaperHat,
        BodyLocation = Hat,
        Icon = NewspaperHat,
        CanHaveHoles = false,
        ChanceToFall = 80,
        Insulation = 0.10,
        Weight = 0.3,
    }

See also