Beret: Difference between revisions

From PZwiki
m (Minor fixes, updated code)
m (Added code source)
Line 29: Line 29:


== Code ==
== Code ==
'''''From clothing_hats.txt (Project Zomboid directory/media/scripts/clothing)'''''<br>
{{Retrieved|version=41|incver=65}}
{{Retrieved|version=41|incver=65}}
<pre> item Hat_Beret
<pre> item Hat_Beret

Revision as of 04:34, 20 January 2022

Beret
Beret
BeretGrey.png BeretGreen.png
General
Category Clothing
Encumbrance
Heavy Load
0.5
Body location Hat
Insulation
Insulation 0.3
Technical details
Item ID Base.Hat_Beret
Base.Hat_BeretArmy

A beret is a hat with no protection and low insulation.

Body Location

Protection Hat.png
  • Head

Trivia

  • The beret was created as a French fashion clothing item but was also adopted by the US Army. By 1979, berets in the military were restricted to being worn by special forces and ranger units.

Code

From clothing_hats.txt (Project Zomboid directory/media/scripts/clothing)
Retrieved: Build 41.65

	item Hat_Beret
		DisplayCategory	= Accessory,
		Type		= Clothing,
		DisplayName	= Beret,
		ClothingItem	= Hat_Beret,
		BodyLocation	= Hat,
		Icon		= BeretGrey,
		CanHaveHoles	= false,
		ChanceToFall	= 60,
		Insulation	= 0.3,
		BloodLocation	= Head,
		Weight		= 0.5,