Diamond-pattern Sweater: Difference between revisions

From PZwiki
m (Automated Formatting)
m (Distribution table update)
Line 20: Line 20:
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|Jumper_DiamondPatternTINT|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>Jumper_DiamondPatternTINT distribution
! Container
        <span class="mw-customtoggle-togglebox-Jumper_DiamondPatternTINT" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
! style="width: 3.2em;" | Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Jumper_DiamondPatternTINT">
! style="width: 3.2em;" | Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
|rowspan="8"|all
    |+ {{ll|Containers}}
|[[clothingrack]]
    ! Building / Room
|4
    ! Container
|6
    ! Rolls
|-
    ! Chance
|[[clothingrack]]
    |-
|4
    | all
|6
    | {{ll|clothingrack}}
|-
    | 4
|[[dresser]]
    | 6.0
|4
    |-
|0.3
    | all
|-
    | {{ll|dresser}}
|[[locker]]
    | 4
|4
    | 0.3
|0.5
    |-
|-
    | all
|[[wardrobe]]
    | {{ll|locker}}
|4
    | 4
|0.1
    | 0.5
|-
    |-
|[[wardrobe]]
    | all
|4
    | {{ll|wardrobe}}
|0.5
    | 4
|-
    | 0.5
|[[wardrobe]]
    |-
|4
    | all
|0.1
    | {{ll|wardrobe}}
|-
    | 4
|[[wardrobe]]
    | 0.1
|4
    |-
|0.5
    | bathroom
|-
    | {{ll|locker}}
|bathroom
    | 4
|[[locker]]
    | 0.1
|4
    |-
|0.1
    | bedroom
|-
    | {{ll|crate}}
|rowspan="3"|bedroom
    | 4
|[[crate]]
    | 1.0
|4
    |-
|1
    | bedroom
|-
    | {{ll|crate}}
|[[crate]]
    | 1
|1
    | 0.1
|0.1
    |-
|-
    | bedroom
|[[dresser]]
    | {{ll|dresser}}
|4
    | 4
|0.3
    | 0.3
|-
    |-
|clothingstorage
    | clothingstorage
|[[clothingrack]]
    | {{ll|clothingrack}}
|4
    | 4
|4
    | 4.0
|-
    |-
|rowspan="2"|laundry
    | laundry
|[[clothingdryer]]
    | {{ll|clothingdryer}}
|4
    | 4
|1
    | 1.0
|-
    |-
|[[clothingdryer]]
    | laundry
|4
    | {{ll|clothingdryer}}
|0.4
    | 4
|}
    | 0.4
    |}
</div>
<div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Vehicles}}
    ! Vehicle Type/Location
    ! Rolls
    ! Chance
    |-
    | ClothingTruckBed
    | 4
    | 0.4
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Jumper_DiamondPatternTINT" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Jumper_DiamondPatternTINT|41.78.16-->
The diamond-pattern sweater can mostly be found in wardrobes in homes.
The diamond-pattern sweater can mostly be found in wardrobes in homes.



Revision as of 15:22, 24 April 2024

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 a clothing item.

Usage

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.

Jumper_DiamondPatternTINT distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all clothingrack 4 6.0
all dresser 4 0.3
all locker 4 0.5
all wardrobe 4 0.5
all wardrobe 4 0.1
bathroom locker 4 0.1
bedroom crate 4 1.0
bedroom crate 1 0.1
bedroom dresser 4 0.3
clothingstorage clothingrack 4 4.0
laundry clothingdryer 4 1.0
laundry clothingdryer 4 0.4
Vehicles
Vehicle Type/Location Rolls Chance
ClothingTruckBed 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,
    }

See also