Fast Food Server Hat: Difference between revisions

From PZwiki
m (→‎Variants: Base→Item)
m (Insert empty line above each {{Navbox}})
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Clothing|Headwear|Hats}}
{{Header|Project Zomboid|Items|Clothing|Headwear|Hats}}
{{Page version|41.56}}
{{Page version|41.56}}
{{Reupload|Missing 3D models}}
{{Infobox item
{{Infobox item
|name=Fast Food Server Hat
|name=Fast Food Server Hat
|name_colour=Clothing
|model=Hat_FastFood_Black_model.png
|name_text_colour=Clothing
|icon=CookHatBlack.png
|icon=CookHatBlack.png
|model2=Hat_FastFood_Blue_model.png
|icon2=CookHatBlue.png
|icon2=CookHatBlue.png
|model3=Hat_FastFood_Green_model.png
|icon3=CookHatGreen.png
|icon3=CookHatGreen.png
|model4=Hat_FastFood_Red_model.png
|icon4=CookHatRed.png
|icon4=CookHatRed.png
|icon5=ChefHat.png
|model5=Hat_FastFood_Yellow_model.png
|icon6=CookHatSpiffo.png
|icon5=CookHatYellow.png
|icon7=CookHatIceCream.png
|model6=Hat_FastFood_White_model.png
|icon6=ChefHat.png
|model7=Hat_FastFood_Spiffo_model.png
|icon7=CookHatSpiffo.png
|model8=Hat_FastFood_IceCream_model.png
|icon8=CookHatIceCream.png
<!-- General -->
<!-- General -->
|category=Clothing
|category=Clothing
Line 20: Line 26:
|item_id=''See [[#Variants|Variants]]''
|item_id=''See [[#Variants|Variants]]''
}}
}}
A '''fast food server hat''' is a hat that provides no protection or insulation.
A '''fast food server hat''' is a hat that provides no protection or insulation.


Line 53: Line 58:


==Code==
==Code==
[[File:CookHatBlack.png|Fast Food Server Hat (Black)]] ''Fast Food Server Hat''
{{CodeBox|[[File:CookHatBlack.png]] {{ID|Hat_FastFood}}<br>
{{CodeBox
{{CodeSnip
| {{CodeSnip
   | lang = java
   | lang = java
   | line = true
   | line = true
Line 74: Line 78:
ChanceToFall = 80,
ChanceToFall = 80,
Weight = 0.3,
Weight = 0.3,
}
}
}}
}}
}}


[[File:CookHatSpiffo.png|Spiffo's Server Hat]] ''Spiffo's Server Hat''
[[File:CookHatSpiffo.png]] {{ID|Hat_FastFood_Spiffo}}<br>
{{CodeBox
{{CodeSnip
| {{CodeSnip
   | lang = java
   | lang = java
   | line = true
   | line = true
Line 99: Line 101:
ChanceToFall = 80,
ChanceToFall = 80,
Weight = 0.3,
Weight = 0.3,
}
}
}}
}}
}}


[[File:CookHatIceCream.png|Ice Cream Server Hat]] ''Ice Cream Server Hat''
[[File:CookHatIceCream.png]] {{ID|Hat_FastFood_IceCream}}<br>
{{CodeBox
{{CodeSnip
| {{CodeSnip
   | lang = java
   | lang = java
   | line = true
   | line = true
Line 124: Line 124:
ChanceToFall = 80,
ChanceToFall = 80,
Weight = 0.3,
Weight = 0.3,
}  
}
}}
}}
}}
}}


{{Navbox clothing|headwear}}
==See also==
 
{{Navbox items|headwear}}

Latest revision as of 14:57, 25 April 2024

Project ZomboidItemsClothingHeadwearHatsFast Food Server Hat
Spiffo controlyourself.png
This page was last updated for an older version (41.56).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Fast Food Server Hat
Hat FastFood Black model.png
Hat FastFood Blue model.png
Hat FastFood Green model.png
Hat FastFood Red model.png
Hat FastFood Yellow model.png
Hat FastFood White model.png
Hat FastFood Spiffo model.png
Hat FastFood IceCream model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Equipped
Hat
Technical
Item ID

A fast food server hat is a hat that provides no protection or insulation.

Usage

A fast food server hat is a cosmetic hat, as it provides no insulation or protection to the wearer.

Body location

Protection Hat.png
  • Head

Variants

Icon Name Description Item ID
Fast Food Server Hat (Black)Fast Food Server Hat (Blue)Fast Food Server Hat (Green)
Fast Food Server Hat (Red)Fast Food Server Hat (White)Fast Food Server Hat (Yellow)
Fast Food Server Hat General-purpose server hat Base.Hat_FastFood
Spiffo's Server Hat Spiffo's Server Hat Server hat worn by employees of Spiffo's Base.Hat_FastFood_Spiffo
Ice Cream Server Hat Ice Cream Server Hat Server hat worn by employees of ice-cream parlors Base.Hat_FastFood_IceCream

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

CookHatBlack.png Hat_FastFood
Source: ProjectZomboid\media\scripts\clothing\clothing_hats.txt

Retrieved: Build 41.78.16
item Hat_FastFood
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Fast Food Server Hat,
		ClothingItem = Hat_FastFood,
		BodyLocation = Hat,
		IconsForTexture = CookHatBlack;CookHatBlue;CookHatGreen;CookHatRed;ChefHat;CookHatYellow,
		CanHaveHoles = false,
		ChanceToFall = 80,
		Weight = 0.3,
	}

CookHatSpiffo.png Hat_FastFood_Spiffo
Source: ProjectZomboid\media\scripts\clothing\clothing_hats.txt

Retrieved: Build 41.78.16
item Hat_FastFood_Spiffo
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Spiffo's Server Hat,
		ClothingItem = Hat_FastFood_SPiffo,
		BodyLocation = Hat,
		Icon = CookHatSpiffo,
		CanHaveHoles = false,
		ChanceToFall = 80,
		Weight = 0.3,
	}

CookHatIceCream.png Hat_FastFood_IceCream
Source: ProjectZomboid\media\scripts\clothing\clothing_hats.txt

Retrieved: Build 41.78.16
item Hat_FastFood_IceCream
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Ice Cream Server Hat,
		ClothingItem = Hat_FastFood_IceCream,
		BodyLocation = Hat,
		Icon = CookHatIceCream,
		CanHaveHoles = false,
		ChanceToFall = 80,
		Weight = 0.3,
	}

See also