Cold Pack: Difference between revisions

From PZwiki
m (→‎Crafting: Change to template)
(added model + update code block)
Line 1: Line 1:
{{languages|Cold Pack}}
{{languages}}
{{header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 40|incver=5}}{{Infobox normal
{{header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 41|incver=78.16}}{{Infobox normal
|display_name = Cold Pack
|display_name = Cold Pack
|name_colour = Electric
|name_colour = Electric
|name_text_colour = Electric
|name_text_colour = Electric
|image = Coldpack.png  
|image =  ColdPack_Model.png
|image_width = 200px
|alternate_image = Coldpack.png
|alternate_name = Cold Pack
|category = First Aid
|weight = 0.1
|weight = 0.1
|primary_use = [[Crafting]]
|primary_use = [[Crafting]]
Line 25: Line 29:
==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=5}}
{{Retrieved|version=41|incver=78.16}}
<pre> item Coldpack
<pre>   item Coldpack
Weight = 0.1,
    {
Type = Normal,
        DisplayCategory = FirstAid,
DisplayName = Cold Pack,
        Weight = 0.1,
Icon = Coldpack,
        Type = Normal,
Tooltip = Tooltip_ItemTraps,</pre>
        DisplayName = Cold Pack,
        Icon = Coldpack,
        Tooltip = Tooltip_ItemTraps,
        WorldStaticModel = ColdPack,
    }</pre>


==See also==
==See also==

Revision as of 08:10, 18 June 2023

Cold Pack
Cold Pack
Cold Pack
General
Category First Aid
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 41.78.16

    item Coldpack
    {
        DisplayCategory = FirstAid,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Cold Pack,
        Icon	=	Coldpack,
        Tooltip = Tooltip_ItemTraps,
        WorldStaticModel = ColdPack,
    }

See also