Cold Pack

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]
Cold Pack
ColdPack Model.png
General
Category
First Aid
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
Technical
Item ID
Base.Coldpack
Used in improvised defensive devices. Requires known recipe or Engineer profession.
— In-game tooltip.

A cold pack is an item used in crafting electrical items.

Usage

Cold packs are used to create smoke bombs.

Note that cold packs currently have no use in player health.

Crafting

Product Ingredients Tools Requirements Workstation XP
Smokebomb.png
Smoke Bomb
Coldpack.png Cold Pack ×1
Newspaper.png Newspaper ×2
Rag.png Ripped Sheets ×1
none
Profession engineer.png
Engineer occupation
(or)
MagazineMechanics.png
Engineer Magazine Vol.2
none none

Distribution

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

Coldpack distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median 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.
Containers
Building/Room Container Effective chance
Bag_DoctorBag Bag_DoctorBag 6.41%
Bag_MedicalBag Bag_MedicalBag 12.41%
FirstAidKit FirstAidKit 6.41%

Cold packs are household items found in first aid kits and by foraging.

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Coldpack
    {
        DisplayCategory = FirstAid,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Cold Pack,
        Icon	=	Coldpack,
        Tooltip = Tooltip_ItemTraps,
        WorldStaticModel = ColdPack,
    }

See also