Underwear

From PZwiki
Revision as of 15:34, 20 April 2018 by Vaileasys (talk | contribs) (Created a detailed page for underwear)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Template:Clothing Underwear is an item of clothing in Project Zomboid. 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.

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.

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

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

Crafting

Name Recipe Description

























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

Template:Navbox/Clothing