Underwear: Difference between revisions

From PZwiki
(Cleanup)
Line 1: Line 1:
__NOTOC__
{{Languages}}{{Header|The Game World|Items|Clothing|version=Version 40|incver=43}}{{Obsolete|link=Underpants}}{{Infobox clothing
{{languages|Underwear}}
{{header|The Game World|Items|Clothing|version=Version 40|incver=43}}{{Infobox normal
|display_name = Underwear
|display_name = Underwear
|name_colour = Clothing
|name_colour = Clothing
|name_text_colour = Clothing
|name_text_colour = Clothing
|image = UnderwearAnim_120px.gif
|image = UnderwearAnim.gif
|image_width = 120px
|image_width = 120px
|alternate_image = Underwear1.png
|alternate_image = Underwear1.png
Line 16: Line 14:
|function = Make {{T|Ripped Sheets}}
|function = Make {{T|Ripped Sheets}}
|class_name = Base.Underwear1<br>Base.Underwear2
|class_name = Base.Underwear1<br>Base.Underwear2
}}'''Underwear''' is an item of {{T|clothing}} in {{T|Project Zomboid}}.  
}}'''Underwear''' was an item of {{T|clothing}} in {{T|Project Zomboid}}.  


==Usage==
==Usage==
The {{T|player}} can neither equip nor unequip underwear and is 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.  
The {{T|player}} can neither equip nor unequip underwear and is 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 currently isn't much use for underwear other than being torn for {{T|Ripped Sheets|ripped sheets}}. However, like other items of clothing, underwear can be cleaned with {{T|soap}} and {{T|water}}, even though it can't get dirty or bloody. This is likely a bug as other ''junk'' clothing items like {{T|socks}} cannot 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>  
<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:MaleUnderwearAnim.gif|thumb|100px|The male character in his underwear]] </li>
Line 27: Line 25:
</ul></div>
</ul></div>


== Crafting ==
==Crafting==
Clothing be torn into [[Ripped Sheets|ripped sheets]], which is a makeshift [[bandage]], an essential first aid tool. Clothing also be turned into [[Sheet Rope|sheet ropes]], which can be used to rappel down from (and also up, as long as the player doesn't have the [[Traits#Negatives|weak]] trait) a window.
Clothing can be torn into [[Ripped Sheets|ripped sheets]], which is a makeshift [[bandage]], an essential first aid tool. Clothing can also be turned into [[Sheet Rope|sheet ropes]], which can be used to rappel down from (and also up, as long as the player doesn't have the [[Traits#Negatives|weak]] trait) a window.
{{Crafting header|ing=1}}
{{Crafting header|ing=1}}
{{Crafting general|005|ing=1}}
{{Crafting general|005|ing=1}}
Line 41: Line 39:


''Underwear1'' [[File:Underwear1.png]]
''Underwear1'' [[File:Underwear1.png]]
<pre> item Underwear1
<pre>
item Underwear1
Weight = 0.1,
Weight = 0.1,
Type = Normal,
Type = Normal,
DisplayName = Underwear,
DisplayName = Underwear,
Icon = Underwear1,</pre>
Icon = Underwear1,
</pre>


''Underwear2'' [[File:Underwear2.png]]
''Underwear2'' [[File:Underwear2.png]]
<pre> item Underwear2
<pre>
item Underwear2
Weight = 0.1,
Weight = 0.1,
Type = Normal,
Type = Normal,
DisplayName = Underwear,
DisplayName = Underwear,
Icon = Underwear2,</pre>
Icon = Underwear2,
</pre>


==See also==
==See also==
* [[Clothing]]
*[[Clothing]]
* [[Pants]]
*[[Pants]]
* [[Skirt]]
*[[Skirt]]
* [[Belt]]
*[[Belt]]


{{Navbox/Clothing}}
{{Navbox clothing}}

Revision as of 15:20, 4 March 2023

BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.
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 can neither equip nor unequip underwear and is 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.

  • The male character in his underwear
  • The female character in her underwear

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 will commonly be found in bedroom wardrobes of many houses, on the shelves of clothing stores, or in the lockers of schools and police stations.

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