Underwear: Difference between revisions

From PZwiki
m (Page version update)
m (Fix link, move to gallery)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header/sandbox2|Project Zomboid|Items|Clothing}}
{{Header/sandbox2|Project Zomboid|Items|Clothing}}
{{page version|41.78.16}}
{{Page version|41.78.16}}
{{Obsolete|build 41|Underpants|item=true}}
{{Obsolete|build 41|Underpants|item=true}}
{{Infobox clothing
{{Infobox clothing
Line 19: Line 19:
|class_name = Base.Underwear1<br>Base.Underwear2
|class_name = Base.Underwear1<br>Base.Underwear2
}}
}}
'''Underwear''' was an item of {{T|clothing}} in {{T|Project Zomboid}}.  
'''Underwear''' was an item of [[clothing]] in [[Project Zomboid]].


==Usage==
==Usage==
Line 25: Line 25:


There wasn't much use for underwear other than being torn for {{T|Ripped Sheets|ripped sheets}}. However, like other items of clothing, underwear could be cleaned with {{T|soap}} and {{T|water}}, even though it couldn't get dirty or bloody. This was likely a bug as other ''junk'' clothing items like {{T|socks}} could not be cleaned.
There wasn't much use for underwear other than being torn for {{T|Ripped Sheets|ripped sheets}}. However, like other items of clothing, underwear could be cleaned with {{T|soap}} and {{T|water}}, even though it couldn't get dirty or bloody. This was likely a bug as other ''junk'' clothing items like {{T|socks}} could not be cleaned.
<div><ul>
<li style="display: inline-block;"> [[File:MaleUnderwearAnim.gif|thumb|100px|The male character in his underwear]] </li>
<li style="display: inline-block;"> [[File:FemaleUnderwearAnim.gif|thumb|100px|The female character in her underwear]] </li>
</ul></div>


==Crafting==
==Crafting==
Line 38: Line 34:


==Distribution==
==Distribution==
They were commonly found in bedroom [[Containers#Bedroom Storage|wardrobes]] of many houses, on the [[Containers#Shelves|shelves]] of [[Clothing Stores|clothing stores]], or in the [[Containers#Lockers|lockers]] of [[school]]s and [[police stations]]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>
MaleUnderwearAnim.gif|The male character in his underwear.
FemaleUnderwearAnim.gif|The female character in her underwear.
</gallery>


==Code==
==Code==
Line 68: Line 70:


{{Navbox clothing}}
{{Navbox clothing}}
[[Category:Household items]]
[[Category:Household items]]

Revision as of 00:14, 4 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
Underwear
Underwear1.png Underwear2.png
General
Category Clothing
Encumbrance
Heavy Load
0.1
Function Make Ripped Sheets
Technical details
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