Underwear: Difference between revisions

From PZwiki
(Created a detailed page for underwear)
 
m (→‎Code: change item name to italic)
Line 29: Line 29:
== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
=== Underwear1 [[File:Underwear1.png]]===
 
''Underwear1'' [[File:Underwear1.png]]
  <nowiki>
  <nowiki>
item Underwear1
item Underwear1
Line 39: Line 40:
     }
     }
</nowiki>
</nowiki>
=== Underwear2 [[File:Underwear2.png]]===
''Underwear2'' [[File:Underwear2.png]]
  <nowiki>
  <nowiki>
item Underwear2
item Underwear2
Line 51: Line 52:


<br>
<br>
== See Also ==
== See Also ==
* [[Clothing]]
* [[Clothing]]

Revision as of 02:57, 29 April 2018


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