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

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Hat - Summer

From PZwiki
(Redirected from Hat - Summer)
Project ZomboidItemsClothingHeadwearHatsHat - Summer
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Parts of this page may have been automatically updated to the latest build (42.0.2).
Hat - Summer
HatSummerYellow Model.png
Hat SummerHat Pink model.png
Hat SummerHat Striped model.png
General
Category
Accessory
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
Properties
Insulation
10%
Wind resistance
10%
Technical
Item ID
Base.Hat_SummerHat
GUID
b18b17cb-7d48-4484-b8bd-8697616d74fd
ClothingItem

A summer hat is a clothing item.

Usage

The summer hat provides minimal insulation and no protection, so is best used as a cosmetic item. It has a very high chance to fall off the player's head, and comes in three variants: yellow, pink, and striped.

Body part

Location

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

Hat_SummerHat distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
all wardrobe 4.44%
all wardrobe 2.57%
all wardrobe 2.34%
backstage cardboardbox 2.25%
backstage counter 4.44%
backstage locker 2.25%
bedroom cardboardbox 2.34%
bedroom crate 2.34%
bedroom dresser 4.44%
bedroom dresser 2.57%
bedroom dresser 2.34%
bedroom sidetable 4.44%
bedroom smallbox 2.34%
bedroom wardrobe 4.44%
bedroom wardrobe 2.57%
bedroom wardrobe 2.34%
closet cardboardbox 19.68%
closet cardboardbox 6.74%
closet cardboardbox 2.34%
closet smallbox 19.68%
closet smallbox 6.74%
closet smallbox 2.34%
clothingstorage cardboardbox 11.21%
clothingstorage crate 11.21%
clothingstorage metal_shelves 11.21%
clothingstorage smallbox 11.21%
clothingstore cardboardbox 11.21%
clothingstore counter 11.21%
clothingstore crate 11.21%
clothingstore metal_shelves 11.21%
clothingstore smallbox 11.21%
departmentstorage cardboardbox 11.21%
departmentstorage crate 11.21%
departmentstorage metal_shelves 11.21%
departmentstorage smallbox 11.21%
departmentstore cardboardbox 11.21%
departmentstore crate 11.21%
departmentstore smallbox 11.21%
Farmer dresser 5.1%
Farmer wardrobe 5.1%
garagestorage cardboardbox 19.68%
garagestorage cardboardbox 6.74%
garagestorage cardboardbox 4.44%
garagestorage cardboardbox 2.34%
garagestorage crate 4.44%
garagestorage smallbox 19.68%
garagestorage smallbox 6.74%
garagestorage smallbox 2.34%
kidsbedroom cardboardbox 2.34%
kidsbedroom crate 2.34%
kidsbedroom smallbox 2.34%
livingroom cardboardbox 19.68%
livingroom cardboardbox 6.74%
livingroom cardboardbox 2.34%
livingroom crate 19.68%
livingroom crate 6.74%
livingroom crate 2.34%
livingroom smallbox 19.68%
livingroom smallbox 6.74%
livingroom smallbox 2.34%
shed smallbox 19.68%
shed smallbox 6.74%
shed smallbox 2.34%
shoestore counter 11.21%
sportstorage counter 11.21%
storageunit cardboardbox 19.68%
storageunit cardboardbox 6.74%
storageunit cardboardbox 2.34%
storageunit crate 19.68%
storageunit crate 6.74%
storageunit crate 2.34%
storageunit metal_shelves 19.68%
storageunit metal_shelves 6.74%
storageunit metal_shelves 2.34%
storageunit smallbox 19.68%
storageunit smallbox 6.74%
storageunit smallbox 2.34%
Outfit
Outfit Probability GUID
Mannequin1 (female) 50% f51a63a7-ddc7-4bba-ad92-8dce563f4960
Resident (female) 10% fb14395f-481e-4ba7-9401-9ff28fade1ad
Retiree (female) 30% b83664b0-098d-43a9-a9dc-ee4c5ffebdce
Tourist (female) 20% 66e92995-31c6-4b85-84e3-453dd634b37b
Tutorial Mom (female) 100% bc5bfeec-feaf-4f2b-ab09-550826f53256
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 0 ForagingNav: 5
TownZone: 5
TrailerPark: 5
Vegitation: 5
- - - - - - -

History

Base.Hat_SummerHat

Version Description
Build 42.0.0 CanHaveHoles changed from false to FALSE.
DisplayName changed from Summer Hat to Hat - Summer.
Item tag added with value ['IsFireFuel', 'IsFireTinder'].
Build 41.65 DisplayCategory added with value Accessory.
Build 41.20 BloodLocation added with value Head.
Insulation added with value 0.1.
WindResistance added with value 0.1.
Build 41.19 ChanceToFall added with value 80.
Build 41.12 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 42.0.2
item Hat_SummerHat
	{
		DisplayName = Hat - Summer,
		DisplayCategory = Accessory,
		Type = Clothing,
		IconsForTexture = HatSummerYellow;HatSummerPink;HatSummerStriped,
		BloodLocation = Head,
		BodyLocation = Hat,
		CanHaveHoles = FALSE,
		ChanceToFall = 80,
		ClothingItem = Hat_SummerHat,
		Insulation = 0.1,
		WindResistance = 0.1,
		Tags = IsFireFuel;IsFireTinder,
	}

See also