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]
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Cooler
Cooler Model.png
General
Category
Container
Encumbrance
Moodle Icon HeavyLoad.png
1.5 (empty)
8.05 (full)
Equipped
One-handed
Properties
Capacity
8
Run speed
90% (disabled)
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.

Distribution

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

Cooler distribution Show / Hide
Containers
Building / Room Container Rolls Chance
closet crate 4 10.0

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