Long Gloves

From PZwiki
Project ZomboidItemsClothingGlovesLong Gloves
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.
Long Gloves
Long Gloves
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Equipped
Hands
Properties
Material
Cotton
Insulation
50%
Wind resistance
50%
Technical
Item ID
Base.Gloves_LongWomenGloves

A long gloves are a clothing item

Usage

Pros and cons

Pros Cons
  • Provides some protection from the elements
  • Provides no protection against zombies

Recipes

Long gloves 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 Hands.png
  • Hands

Distribution

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

Containers
Building/Room Container Rolls Chance
all wardrobe 4 0.1
wardrobe 4 0.1
clothingstore counter 4 4
lingeriestore counter 4 1
counter 4 2

Code

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

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

Retrieved: Build 41.78.16
item Gloves_LongWomenGloves
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Long Gloves,
		ClothingItem = Gloves_LongWomenGloves,
		BodyLocation = Hands,
		BloodLocation = Hands,
		Icon = GlovesLongBlack,
		Weight = 0.1,
        Insulation = 0.5,
        WindResistance = 0.5,
        FabricType = Cotton,
        WorldStaticModel = GlovesLong_Ground,
	}

See also