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

Cold Pack

From PZwiki
(Redirected from Cold Pack)
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
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
(or)
MagazineMechanics.png
Engineer Magazine Vol. 2
none none

Location

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

Coldpack 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.

Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 - DeepForest: 30
Farm: 30
FarmLand: 30
Forest: 30
Nav: 30
TownZone: 30
TrailerPark: 30
Vegitation: 30
- - - - - - -

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

History

Base.Coldpack

Version Description
Build 41.65 DisplayCategory added with value FirstAid.
Build 41.50 WorldStaticModel added with value ColdPack.
Build 35.25b DisplayName changed from Coldpack to Cold Pack.
Tooltip added with value Tooltip_ItemTraps.
Build 32.14 Released on this version.

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