Cold Pack: Difference between revisions

From PZwiki
m (Remove lines))
m (minor)
Line 4: Line 4:
|name=Cold Pack
|name=Cold Pack
|model=ColdPack_Model.png
|model=ColdPack_Model.png
|model_width=200px
|icon=Coldpack.png
|icon=Coldpack.png
|icon_name=Cold Pack
|icon_name=Cold Pack
Line 12: Line 11:
|item_id=Base.Coldpack
|item_id=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==
Line 25: Line 25:


==Distribution==
==Distribution==
'''Cold packs''' are household items found in first aid kits and by [[foraging]].
Cold packs are household items found in first aid kits and by [[foraging]].


==Code==
==Code==
Line 52: Line 52:
==See also==
==See also==
*[[Electrical]]
*[[Electrical]]
{{Navbox items|first_aid_materials}}
{{Navbox items|first_aid_materials}}


[[Category:Electricals and Transmission (Project)]]
[[Category:Electricals and Transmission (Project)]]
[[Category:First aid materials]]
[[Category:First aid materials]]

Revision as of 20:51, 19 April 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 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

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