Chef Jacket: Difference between revisions

From PZwiki
m (Removed Navbox(es) and added Navbox items)
(+ distribution table request tag)
Line 59: Line 59:


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

Revision as of 21:47, 11 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

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.