Underwear: Difference between revisions

From PZwiki
m (128px)
m (Minor fixes)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Clothing|version=Version 40|incver=43}}{{Obsolete|link=Underpants}}{{Infobox clothing
{{Languages}}
{{Header|The Game World|Items|Clothing|version=Version 40|incver=43}}
{{Obsolete|link=Underpants}}
{{Infobox clothing
|display_name = Underwear
|display_name = Underwear
|name_colour = Clothing
|name_colour = Clothing
Line 14: Line 17:
|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''' was 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}} 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 {{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.
Line 33: Line 37:


==Distribution==
==Distribution==
They will commonly be 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 Station|police stations]].  
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.  


==Code==
==Code==

Revision as of 18:36, 8 October 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 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.

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

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