Chef Jacket: Difference between revisions

From PZwiki
m (Automated Formatting)
m (Minor)
Line 12: Line 12:
|item_id=Base.Jacket_Chef
|item_id=Base.Jacket_Chef
}}
}}
'''Chef jacket''' is a piece of [[clothing]].
A '''chef jacket''' is a piece of [[clothing]].


==Usage==
==Usage==
Line 18: Line 18:


==Distribution==
==Distribution==
{{Stub|section=true}}
{{Stub|section=true}}[[Category:Articles requiring distribution tables]]


==Body location==
==Body location==
Line 58: Line 58:


{{Navbox items|tops}}
{{Navbox items|tops}}
[[Category:Articles requiring distribution tables]]

Revision as of 20:50, 14 April 2024

Project ZomboidItemsClothingTopsJacketsChef Jacket
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Chef Jacket
Jacket Chef Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1
Technical
Item ID
Base.Jacket_Chef

A chef jacket is a piece of clothing.

Usage

Notebook.png
This section may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.

Distribution

Notebook.png
This section may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.

Body location

Notebook.png
This section may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.

Code

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

Source: ProjectZomboid\media\scripts\clothing\clothing_jacket.txt

Retrieved: Build 41.78.16
item Jacket_Chef
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Chef Jacket,
        ClothingItem = Jacket_Chef,
        BodyLocation = Jacket,
        Icon = JacketChef,
        BloodLocation = Jacket,
        RunSpeedModifier = 0.95,
        CombatSpeedModifier = 0.97,
        NeckProtectionModifier = 0.5,
        Insulation = 0.35,
        WindResistance = 0.15,
        FabricType = Cotton,
        Weight = 2,
        WorldStaticModel = JacketCoat_Ground,
    }

See also

Notebook.png
This section may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.