Denim Shorts: Difference between revisions

From PZwiki
m (Automated Formatting)
m (Distribution table update)
Line 46: Line 46:
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|Shorts_ShortDenim|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>Shorts_ShortDenim distribution
! Container
        <span class="mw-customtoggle-togglebox-Shorts_ShortDenim" 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-Shorts_ShortDenim">
! 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%;"
|all
    |+ {{ll|Containers}}
|[[wardrobe]]
    ! Building / Room
|4
    ! Container
|0.5
    ! Rolls
|-
    ! Chance
|rowspan="2"|bedroom
    |-
|[[dresser]]
    | all
|4
    | {{ll|wardrobe}}
|1
    | 4
|-
    | 0.5
|[[wardrobe]]
    |-
|4
    | bedroom
|1
    | {{ll|dresser}}
|}
    | 4
    | 1.0
    |-
    | bedroom
    | {{ll|wardrobe}}
    | 4
    | 1.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Shorts_ShortDenim" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Shorts_ShortDenim|41.78.16-->


===Buildings===
===Buildings===

Revision as of 15:21, 24 April 2024

Project ZomboidItemsClothingBottomsShortsDenim Shorts
Spiffo controlyourself.png
This page was last updated for an older version (41.56).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Denim Shorts
ShortShortsDemin Light Model.png
ShortShortsDemin Model.png
ShortShortsDemin Black Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Pants
Properties
Material
Cotton
Scratch defence
20%
Bite defence
10%
Neck protection
0%
Insulation
30%
Wind resistance
15%
Technical
Item ID
Base.Shorts_ShortDenim

Denim shorts are leg wear that comes in three color variants, denim, dark, and black.

Usage

Pros and cons

Pros Cons
  • Provide little insulation and protection.

Recipes

Long Sport Shorts can craft ripped sheets and sheet ropes.

Product Ingredients Tools Requirements Workstation XP
DenimStrips.png
Denim Strips
ShirtDenimBlue.png Clothing (Denim) ×1 Scissors.png
Scissors
none none none

Body location

Protection Pants.png
  • Groin
  • Thighs
  • Shins

Distribution

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

Shorts_ShortDenim distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all wardrobe 4 0.5
bedroom dresser 4 1.0
bedroom wardrobe 4 1.0

Buildings

Long sports shorts can be found in houses.

NPCs

Denim shorts can be found on zombies.

Code

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

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

Retrieved: Build 41.78.16
item Shorts_ShortDenim
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Denim Shorts,
        ClothingItem = Shorts_ShortDenim,
        BodyLocation = Pants,
        BloodLocation = ShortsShort,
        IconsForTexture = ShortsDenimDark;ShortsDenim;ShortsDenimBlack,
        BiteDefense = 10,
        ScratchDefense = 20,
        Insulation = 0.30,
        WindResistance = 0.15,
        FabricType = Denim,
        WorldStaticModel = ShortShorts_Ground,
    }

See also