Cold Pack: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy ReLookup, eid: 7a27a43923d7ddfc10799659c55cfa60))
Line 16: Line 16:


==Crafting==
==Crafting==
{{Crafting table header}}
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 7017 -->
{{RecipeLookup|7017}}
{{Crafting/core|ing=3
{{Crafting table footer}}
| product_image = [[File:Smokebomb.png|link=Smoke Bomb|Smoke Bomb]] | product_name = [[Smoke Bomb]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req = [[File:Engineer.png|Occupation#Engineer|Engineer]]{{or}}[[File:MagazineMechanics.png|32px|Recipe Magazines#Electrical|Engineer Magazine]]
| f1 = [[File:Coldpack.png|link=Coldpack|Coldpack]] | i1 = [[Coldpack]] | q1 = x1 | tag1 = (consumed)
| f2 = [[File:Newspaper.png|link=Newspaper|Newspaper]] | i2 = [[Newspaper]] | q2 = x2 | tag2 = (consumed)
| f3 = [[File:Rag.png|link=Ripped Sheets|Ripped Sheets]] | i3 = [[Ripped Sheets]] | q3 = x1 | tag3 = (consumed)
}}
|}
 


==Distribution==
==Distribution==

Revision as of 04:46, 26 March 2022

Cold Pack
Cold Pack
General
Category Item
Encumbrance
Heavy Load
0.1
Function Crafting
Technical details
Base 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
Smoke Bomb
Smoke Bomb x1
none Engineer
OR
Engineer Magazine
Coldpack
Cold Pack x1
(consumed)
Newspaper
Newspaper x2
(consumed)
Ripped Sheets
Ripped Sheets x1
(consumed)


Distribution

Cold packs are common household items found in freezers.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.5

	item Coldpack
		Weight		= 0.1,
		Type		= Normal,
		DisplayName	= Cold Pack,
		Icon		= Coldpack,
		Tooltip		= Tooltip_ItemTraps,

See also