Diamond-pattern Sweater

From PZwiki
Project ZomboidItemsClothingTopsJacketsDiamond-pattern Sweater
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.
Diamond-pattern Sweater
Jumper Diamond Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1
Technical
Item ID
Base.Jumper_DiamondPatternTINT

Diamond-pattern sweater is clothing. It is currently the only sweater in the base game that provides extra neck protection slot if improved by tailoring.

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
all clothingrack 4 6
clothingrack 4 6
dresser 4 0.3
locker 4 0.5
wardrobe 4 0.1
wardrobe 4 0.5
wardrobe 4 0.1
wardrobe 4 0.5
bathroom locker 4 0.1
bedroom crate 4 1
crate 1 0.1
dresser 4 0.3
clothingstorage clothingrack 4 4
laundry clothingdryer 4 1
clothingdryer 4 0.4

The diamond-pattern sweater can mostly be found in wardrobes in homes.

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_DiamondPatternTINT
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Diamond-pattern Sweater,
        ClothingItem = Jumper_DiamondPatternTINT,
        BodyLocation = Sweater,
        BloodLocation = Jacket,
        Icon = SweaterVneckArgyle,
        ScratchDefense = 10,
        Insulation = 0.55,
        WindResistance = 0.45,
        FabricType = Cotton,
        WorldStaticModel = Jumper_Ground,
    }