Pants (disambiguation)

From PZwiki
Revision as of 18:53, 17 April 2018 by Vaileasys (talk | contribs) (fleshed out the article and updated to the current version (Build 38.30))


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