Cold Pack: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy ReLookup, eid: 7a27a43923d7ddfc10799659c55cfa60))
m (→‎Crafting: Change to template)
Line 16: Line 16:


==Crafting==
==Crafting==
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 7017 -->
{{Crafting header|ing=3}}
{{Crafting/core|ing=3
{{Crafting electrical|305|ing=3}}
| 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 00:46, 31 May 2023

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

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