Pants (disambiguation): Difference between revisions

From PZwiki
No edit summary
(fleshed out the article and updated to the current version (Build 38.30))
Line 1: Line 1:
{{Languages}}
{{Languages|Pants}}


{{Clothing
{{Clothing
Line 7: Line 7:
}}
}}


'''Pants''' are an article of clothing wearable on the legs. It is commonly found in [[Wardrobe|wardrobes]] of many houses and on the corpses of dead NPCs and zombies. They have 5 different colors. If the pants are taken off, the character will walk around in his boxers. Pants warm the character quite a lot.
[[Pants]] are currently the only article of [[Clothing|clothing]] equipable on the legs. It is commonly found in bedroom [[Containers#Wardrobe|wardrobes]] of many houses and on the corpses of dead [[NPC|NPCs]] and [[Zombies|zombies]].  
They are primarily used to protect the player from getting [[Moodles#Hypothermia|cold]], typically during the [[Weather#Winter|winter]] months. The player may also find themselves getting too [[Moodles#Hyperthermia|hot]] when wearing pants, at this point it may be recommended to unequip them. Pants give a +8 effect to [[Player#Temperature|temperature]].


As of RC2.9 Build 0008B, '''pants''' give a +8 effect to temperature.
Over the course of the zombie apocalypse, clothing will become dirty and bloody, which is dependant on the player's activities. If the player is wearing dirty or bloody clothing over an open wound, the chance of [[Health#Types of Injuries|infection]] will increase. However, using [[Soap|soap]] and [[Water|water]], pants can be cleaned. Each piece of clothing has durability, losing a little upon each hit. Pants have a maximum condition of 12 and the condition will lower one in 20 times the player gets hit. Thus, making pants the most durable item of clothing.


There are currently 5 different variants of pants.
<br>
{| class="wikitable sortable" style="text-align:center;"
|-
! class="unsortable" | Item
! class="unsortable" | Description
! class="unsortable" | Temperature
! class="unsortable" | ConditionLowerChanceOneIn:
! class="unsortable" | ConditionMax
! class="unsortable" | Classname
|-
| [[File:PANTSBlack.png|32px|link=Pants|Pants]] [[File:PANTSWhite.png|32px|link=Pants|Pants]] [[File:PANTSBrown.png|32px|link=Pants|Pants]] [[File:PANTSTurquoise.png|32px|link=Pants|Pants]] <br> [[Pants|Pants]]
| Provides moderate protection from the cold. Can be ripped into [[Ripped Sheets|ripped sheets]] or tied into a [[Sheet Rope|sheet rope]].
| 8
| 20
| 12
| Base.Trousers
|}
<br>
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 19: Line 40:
{{RecipeLookup|4000}}
{{RecipeLookup|4000}}
|}
|}
 
<br>
== Code ==
<nowiki>
item Trousers
{
Palettes = Trousers_White,
BodyLocation = Bottoms,
PalettesStart = Trousers_,
Type = Clothing,
Temperature = 8,
SpriteName = Trousers,
DisplayName = Pants,
Icon = Trousers,
        ConditionLowerChanceOneIn = 20,
        ConditionMax = 12,
}
</nowiki>
<br>


==See Also==
==See Also==
* [[Clothing]]
* [[Underwear]]
* [[Belt]]
* [[Socks]]
* [[Socks]]
*[[Belt]]


{{Navbox/Clothing}}
{{Navbox/Clothing}}
[[Category:Clothing]]
[[Category:Clothing]]
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]

Revision as of 18:53, 17 April 2018


Template:Clothing

Pants (disambiguation) are currently the only article of clothing equipable on the legs. It is commonly found in bedroom wardrobes of many houses and on the corpses of dead NPCs and zombies. They are primarily used to protect the player from getting cold, typically during the winter months. The player may also find themselves getting too hot when wearing pants, at this point it may be recommended to unequip them. Pants give a +8 effect to temperature.

Over the course of the zombie apocalypse, clothing will become dirty and bloody, which is dependant on the player's activities. If the player is wearing dirty or bloody clothing over an open wound, the chance of infection will increase. However, using soap and water, pants can be cleaned. Each piece of clothing has durability, losing a little upon each hit. Pants have a maximum condition of 12 and the condition will lower one in 20 times the player gets hit. Thus, making pants the most durable item of clothing.

There are currently 5 different variants of pants.

Item Description Temperature ConditionLowerChanceOneIn: ConditionMax Classname
Pants Pants Pants Pants
Pants (disambiguation)
Provides moderate protection from the cold. Can be ripped into ripped sheets or tied into a sheet rope. 8 20 12 Base.Trousers


Crafting

Name Recipe Description













Code

item Trousers
	{
		Palettes			= Trousers_White,
		BodyLocation			= Bottoms,
		PalettesStart			= Trousers_,
		Type				= Clothing,
		Temperature			= 8,
		SpriteName			= Trousers,
		DisplayName			= Pants,
		Icon				= Trousers,
        	ConditionLowerChanceOneIn 	= 20,
        	ConditionMax			= 12,
	}


See Also

Template:Navbox/Clothing