V-neck Sweater

From PZwiki
(Redirected from V-neck Sweater)
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%
Bite defence
0%
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.

Containers
Building/Room Container Rolls Chance
all clothingrack 4 8
clothingrack 4 8
dresser 4 0.5
locker 4 0.5
wardrobe 4 0.5
wardrobe 4 0.5
wardrobe 4 0.5
wardrobe 4 0.5
bathroom locker 4 0.5
bedroom crate 4 6
crate 1 0.6
dresser 4 0.5
wardrobe 4 0.5
clothingstorage clothingrack 4 8
laundry clothingdryer 4 6
clothingdryer 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