V-neck Sweater: Difference between revisions

From PZwiki
m (→‎See also: destub)
m (Remove lines with 0 value)
 
(6 intermediate revisions by 3 users not shown)
Line 2: Line 2:
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Reupload|Missing 3D model}}
{{Reupload|Missing 3D model}}
{{Stub}}
{{Infobox item
{{Infobox item
| name = V-neck Sweater
|name=V-neck Sweater
| icon = SweaterVneckWhite.png
|icon=SweaterVneckWhite.png
| icon2 =
<!-- General -->
<!-- General -->
| category = Clothing
|category=Clothing
|weight=1.0
|equipped=Sweater
|material=Cotton
|scratch_defense=10
|insulation=0.4
|wind_resistance=0.2
<!-- Technical details -->
<!-- Technical details -->
| item_id = Base.Jumper_VNeck
|item_id=Base.Jumper_VNeck
}}
}}
A '''v-neck sweater''' is a [[clothing]] item.


'''V-neck sweater''' is a [[clothing]] item.
==Usage==
===Pros and cons===
{{Pros-cons
|pros1 = Provides some protection from the elements.
|cons1 = Provides limited protection against zombies.
}}
 
===Recipes===
V-neck sweaters can be used to make [[Ripped Sheets|ripped sheets]] or [[Sheet Rope|sheet ropes]].
{{Crafting/sandbox2
|ripped_sheets
|sheet_rope
}}
 
==Body location==
{{Body location|body_location=Sweater}}


==Distribution==
==Distribution==
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_VNeck|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>Jumper_VNeck distribution
! Container
        <span class="mw-customtoggle-togglebox-Jumper_VNeck" 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_VNeck">
! 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
|8
    ! Rolls
|-
    ! Chance
|[[clothingrack]]
    |-
|4
    | all
|8
    | {{ll|clothingrack}}
|-
    | 4
|[[dresser]]
    | 8.0
|4  
    |-
|0.5
    | all
|-
    | {{ll|dresser}}
|[[locker]]
    | 4
|4  
    | 0.5
|0.5
    |-
|-
    | all
|[[wardrobe]]
    | {{ll|locker}}
|4  
    | 4
|0.5
    | 0.5
|-
    |-
|[[wardrobe]]
    | all
|4  
    | {{ll|wardrobe}}
|0.5
    | 4
|-
    | 0.5
|[[wardrobe]]
    |-
|4  
    | bathroom
|0.5
    | {{ll|locker}}
|-
    | 4
|[[wardrobe]]
    | 0.5
|4
    |-
|0.5
    | bedroom
|-
    | {{ll|crate}}
|bathroom
    | 4
|[[locker]]
    | 6.0
|4  
    |-
|0.5
    | bedroom
|-
    | {{ll|crate}}
|rowspan="4"|bedroom  
    | 1
|[[crate]]
    | 0.6
|4  
    |-
|6
    | bedroom
|-
    | {{ll|dresser}}
|[[crate]]
    | 4
|1
    | 0.5
|0.6
    |-
|-
    | bedroom
|[[dresser]]
    | {{ll|wardrobe}}
|4  
    | 4
|0.5
    | 0.5
|-
    |-
|[[wardrobe]]
    | clothingstorage
|4  
    | {{ll|clothingrack}}
|0.5
    | 4
|-
    | 8.0
|clothingstorage
    |-
|[[clothingrack]]
    | laundry
|4  
    | {{ll|clothingdryer}}
|8
    | 4
|-
    | 6.0
|rowspan="2"|laundry
    |-
|[[clothingdryer]]
    | laundry
|4
    | {{ll|clothingdryer}}
|6
    | 4
|-
    | 0.8
|[[clothingdryer]]
    |}
|4  
</div>
|0.8
<div style="float:left;">
|}
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Vehicles}}
    ! Vehicle Type/Location
    ! Rolls
    ! Chance
    |-
    | ClothingTruckBed
    | 4
    | 0.8
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Jumper_VNeck" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Jumper_VNeck|41.78.16-->
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 477
  | source = clothing_jacket.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Jumper_VNeck
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = V-Neck Sweater,
        ClothingItem = Jumper_VNeck,
        BodyLocation = Sweater,
        BloodLocation = Jumper,
        Icon = SweaterVneckWhite,
        ScratchDefense = 10,
        Insulation = 0.4,
        WindResistance = 0.20,
        FabricType = Cotton,
        WorldStaticModel = Jumper_Ground,
    }
}}
}}


==See also==
==See also==
*[[Round Neck Sweater]]
*[[Round Neck Sweater]]
*[[Polo Neck Sweater]]


{{Navbox clothing|Tops}}
{{Navbox items|tops}}

Latest revision as of 13:21, 25 April 2024

Project ZomboidItemsClothingTopsJacketsV-neck Sweater
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.
V-neck Sweater
V-neck Sweater
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Sweater
Properties
Material
Cotton
Scratch defence
10%
Insulation
40%
Wind resistance
20%
Technical
Item ID
Base.Jumper_VNeck

A v-neck sweater is a clothing item.

Usage

Pros and cons

Pros Cons
  • Provides some protection from the elements.
  • Provides limited protection against zombies.

Recipes

V-neck sweaters can be used to make ripped sheets or sheet ropes.

Product Ingredients Tools Requirements Workstation XP
Rag.png
Ripped Sheets
One of:
TshirtGeneric.png Clothing (cotton) ×1
Sheet.png Sheet ×1
none none none 0.25 Tailoring
SheetRope.png
Sheet Rope
One of:
Sheet.png Sheet ×1
Vest White.png Clothing (cotton) ×1
none none none none

Body location

Protection Shirt.png
  • Upper Torso
  • Lower Torso
  • Upper Arms
  • Forearms

Distribution

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

Jumper_VNeck distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all clothingrack 4 8.0
all dresser 4 0.5
all locker 4 0.5
all wardrobe 4 0.5
bathroom locker 4 0.5
bedroom crate 4 6.0
bedroom crate 1 0.6
bedroom dresser 4 0.5
bedroom wardrobe 4 0.5
clothingstorage clothingrack 4 8.0
laundry clothingdryer 4 6.0
laundry clothingdryer 4 0.8
Vehicles
Vehicle Type/Location Rolls Chance
ClothingTruckBed 4 0.8

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_VNeck
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = V-Neck Sweater,
        ClothingItem = Jumper_VNeck,
        BodyLocation = Sweater,
        BloodLocation = Jumper,
        Icon = SweaterVneckWhite,
        ScratchDefense = 10,
        Insulation = 0.4,
        WindResistance = 0.20,
        FabricType = Cotton,
        WorldStaticModel = Jumper_Ground,
    }

See also