Tin Foil Hat: Difference between revisions

From PZwiki
(Add code, add infobox, add headers)
m (stub)
Line 1: Line 1:
{{Testing|build=[[Build 41]]}}
{{Testing|build=[[Build 41]]}}{{stub}}
{{languages}}
{{languages}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=0|hidecat=true}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=0|hidecat=true}}

Revision as of 05:41, 16 November 2021

Profession engineer.png
This is a testing feature.
This article is about an item or mechanic that is currently in testing and not part of the stable version of the game.
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
The Game WorldItemsClothingTin Foil Hat
Tin Foil Hat
Tin Foil Hat
General
Category Clothing
Encumbrance
Heavy Load
0.3
Body location Hat
Insulation
Insulation 0.10
Technical details
Ingredients Aluminum
Item ID Hat_TinFoilHat

A tin foil hat is a hat made from aluminum that can be found in the world.

Distribution

Random house events exist in which a number of infected and corpses will be wearing tin foil hats.

Code

From items_weapons.txt (Project Zomboid directory/media/scripts/)

Retrieved: Build 41.56

	item Hat_TinFoilHat
		Type		= Clothing,
		DisplayName	= Tin Foil Hat,
		ClothingItem	= Hat_TinFoilHat,
		BodyLocation	= Hat,
		Icon		= FoilHat,
		Weight		= 0.1,
		CanHaveHoles	= false,
		ChanceToFall	= 60,
		Insulation	= 0.10,
		Weight		= 0.3,