Underwear: Difference between revisions

From PZwiki
(Automated infobox update)
m (Removing trailing whitespace(s))
Line 10: Line 10:
|image_width = 128px
|image_width = 128px
|icon = Underwear1.png
|icon = Underwear1.png
|icon_name =  
|icon_name =
|icon2 = Underwear2.png
|icon2 = Underwear2.png
|icon_name2 =  
|icon_name2 =
|weight = 0.1
|weight = 0.1
|function = Make {{T|Ripped Sheets}}
|function = Make {{T|Ripped Sheets}}
Line 32: Line 32:


==Distribution==
==Distribution==
They were commonly found in bedroom [[Containers#Bedroom Storage|wardrobes]] of many houses, on the [[Containers#Shelves|shelves]] of clothing stores, or in the [[Containers#Lockers|lockers]] of schools and [[police station]]s.  
They were commonly found in bedroom [[Containers#Bedroom Storage|wardrobes]] of many houses, on the [[Containers#Shelves|shelves]] of clothing stores, or in the [[Containers#Lockers|lockers]] of schools and [[police station]]s.


==Gallery==
==Gallery==

Revision as of 11:31, 28 February 2024

Template:Header/sandbox2

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
BoxSmall.png
This item has been removed from the game in build 41.
It has been replaced by Underpants.
Underwear
UnderwearAnim.gif
Underwear2.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
Technical
Item ID
Base.Underwear1
Base.Underwear2

Underwear was an item of clothing in Project Zomboid.

Usage

The player could neither equip nor unequip underwear, as it was always worn by the player. If the player were to unequip all their items of clothing, they would be left with nothing but their underwear. The male character can be seen with only bottoms, and the female with both top and bottoms.

There wasn't much use for underwear other than being torn for ripped sheets. However, like other items of clothing, underwear could be cleaned with soap and water, even though it couldn't get dirty or bloody. This was likely a bug as other junk clothing items like socks could not be cleaned.

Crafting

Clothing can be torn into ripped sheets, which is a makeshift bandage, an essential first aid tool. Clothing can also be turned into sheet ropes, which can be used to rappel down from (and also up, as long as the player doesn't have the weak trait) a window.

Product XP gained Skill(s) Recipe Ingredient 1
Rag.png
Ripped Sheets
0.25 Tailoring none
(consumed)
SheetRope.png
Sheet Rope
0 XP none
(consumed)

Distribution

They were commonly found in bedroom wardrobes of many houses, on the shelves of clothing stores, or in the lockers of schools and police stations.

Gallery

Code

From items.txt (Project Zomboid directory/media/scripts/)

Underwear1 Underwear1.png

	item Underwear1
		Weight		= 0.1,
		Type		= Normal,
		DisplayName	= Underwear,
		Icon		= Underwear1,

Underwear2 Underwear2.png

	item Underwear2
		Weight		= 0.1,
		Type		= Normal,
		DisplayName	= Underwear,
		Icon		= Underwear2,

See also