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

Cooler

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Cooler
Cooler Model.png
General
Category
Container
Encumbrance
Moodle Icon HeavyLoad.png
1.5 (empty)
8.05 (full)
Equipped
One-handed
Properties
metal quantity
15
Capacity
8
Technical
Item ID
Base.Cooler

A cooler is a container item.

Usage

A cooler cannot be equipped on the player's back. It must be equipped in one of the player's hands or dropped to be accessed.

Location

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

Cooler 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
closet crate 23.67%
garagestorage crate 23.67%
storageunit crate 23.67%
Stories
Story ID Link
RZSBBQParty Zone stories
RZSBeachParty Zone stories
RZSFishingTrip Zone stories
RZSForestCamp Zone stories
RZSForestCampEaten Zone stories
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 0 DeepForest: 33
Farm: 33
FarmLand: 33
Forest: 33
Nav: 33
TownZone: 33
TrailerPark: 33
Vegitation: 33
- - - - - - -

History

Base.Cooler

Version Description
Build 41.65 DisplayCategory added with value Container.
Build 41.54 WorldStaticModel added with value Cooler_Ground.
Build 41.51 RunSpeedModifier added with value 0.9.
Build 41.45 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_bags.txt

Retrieved: Build 41.78.16
item Cooler
    {
        DisplayCategory = Container,
        WeightReduction	=	5,
        Weight	=	1.5,
        Type	=	Container,
        Capacity	=	8,
        DisplayName	=	Cooler,
        Icon	=	Cooler,
        MetalValue = 15,
        RunSpeedModifier = 0.9,
        ReplaceInSecondHand = Bag_Cooler_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_Cooler_RHand holdingbagright,
        WorldStaticModel = Cooler_Ground,
    }

See also