Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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]
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

History

Base.Hat_NewspaperHat

Version Description
Build 41.65 DisplayCategory added with value Accessory.
Build 41.50 Weight added with value 0.3.
Build 41.46 Released on this version.

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