Diamond-pattern Sweater Vest

From PZwiki
Project ZomboidItemsClothingTopsVestsDiamond-pattern Sweater Vest
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Diamond-pattern Sweater Vest
Diamond-pattern Sweater Vest
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1
Technical
Item ID
Base.Jumper_TankTopDiamondTINT

Diamond-pattern sweater vest is clothing item.

Distribution

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 Jumper_TankTopDiamondTINT
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Diamond-pattern Sweater Vest,
        ClothingItem = Jumper_TankTopDiamondTINT,
        BodyLocation = Sweater,
        BloodLocation = JumperNoSleeves,
        Icon = SweaterVestArgyle,
        ScratchDefense = 10,
        Insulation = 0.4,
        WindResistance = 0.2,
        FabricType = Cotton,
        WorldStaticModel = JumperSleeveless_Ground,
    }