Tin Foil Hat: Difference between revisions

From PZwiki
(Created page with "Tin Foil Hat A hat made from tinfoil that can be found in some random house events where a number of infected will be wearing these as well as corpses can be found wearing th...")
 
(Add code, add infobox, add headers)
Line 1: Line 1:
Tin Foil Hat
{{Testing|build=[[Build 41]]}}
{{languages}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=0|hidecat=true}}
{{Infobox clothing
| display_name=Tin Foil Hat
| name_colour=Clothing
| name_text_colour=Clothing
| image=Image.png
| image_width=120px
<!-- General -->
| category=Clothing
| weight=0.3
| body_location=Hat
<!-- Insulation -->
| insulation=0.10
<!-- Technical details -->
| ingredients=[[Aluminum]]
| class_name=Hat_TinFoilHat
}}
A '''tin foil hat''' is a hat made from aluminum that can be found in the world.


A hat made from tinfoil that can be found in some random house events where a number of infected will be wearing these as well as corpses can be found wearing them in the same event
==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|version=41|incver=56}}
<pre> 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,
</pre>

Revision as of 05:39, 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.
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,