Cold Pack: Difference between revisions

From PZwiki
m (Automated linking update (or fix).)
m (Automated Formatting for Infobox and Section Headers)
Line 13: Line 13:
|primary_use=[[Crafting]]
|primary_use=[[Crafting]]
|class_name=Base.Coldpack
|class_name=Base.Coldpack
}}{{Quote|text=Used in improvised defensive devices. Requires known recipe or Engineer profession.|author=In-game tooltip.}}A '''cold pack''' is an [[items|item]] used in [[crafting]] [[electrical]] items.
}}
 
{{Quote|text=Used in improvised defensive devices. Requires known recipe or Engineer profession.|author=In-game tooltip.}}A '''cold pack''' is an [[items|item]] used in [[crafting]] [[electrical]] items.


==Usage==
==Usage==

Revision as of 05:57, 7 March 2024

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 XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Smokebomb.png
Smoke Bomb
0 XP none Engineer
OR
Engineer Magazine Vol. 2
Coldpack.png
Cold Pack
(consumed)
Newspaper.png
Newspaper x2
(consumed)
Rag.png
Ripped Sheets
(consumed)

Distribution

Cold packs are common household items found in freezers and first aid kits.

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