Cold Pack: Difference between revisions

From PZwiki
(Added header, new infobox, quote, code section and moved around information.)
m (name update)
Line 1: Line 1:
{{languages|Coldpack}}
{{languages|Cold Pack}}
{{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 40|incver=5}}{{Infobox normal
|display_name = Coldpack
|display_name = Cold Pack
|name_colour = Electric
|name_colour = Electric
|name_text_colour = Electric
|name_text_colour = Electric
Line 8: Line 8:
|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 '''coldpack''' is an [[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 [[item]] used in [[crafting]] [[electrical]] items.


==Usage==
==Usage==
Coldpacks are used to create [[Smoke Bomb|smoke bombs]].
Cold Packs are used to create [[Smoke Bomb|smoke bombs]].


Note that coldpacks currently have no use in [[Health|player health]].
Note that cold packs currently have no use in [[Health|player health]].


==Crafting==
==Crafting==
Line 21: Line 21:


==Distribution==
==Distribution==
'''Coldpacks''' are common household items found in [[Containers#Freezer|freezers]].
'''Cold packs''' are common household items found in [[Containers#Freezer|freezers]].


==Code==
==Code==
Line 27: Line 27:
{{Retrieved|version=40|incver=5}}
{{Retrieved|version=40|incver=5}}
<pre> item Coldpack
<pre> item Coldpack
Weight = 0.3,
Weight = 0.1,
Type = Normal,
Type = Normal,
DisplayName = Coldpack,
DisplayName = Cold Pack,
Icon = Coldpack,
Icon = Coldpack,
Tooltip = Tooltip_ItemTraps,</pre>
Tooltip = Tooltip_ItemTraps,</pre>

Revision as of 17:42, 3 August 2018

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

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

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