Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Pants - Navy Blue

From PZwiki
(Redirected from Pants - Navy Blue)
Project ZomboidItemsClothingBottomsPantsPants - Navy Blue
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Parts of this page may have been automatically updated to the latest build (42.0.2).
Pants - Navy Blue
Trousers NavyBlue Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
Properties
Material
Cotton
Scratch defence
10%
Insulation
35%
Wind resistance
50%
Technical
Item ID
Base.Trousers_NavyBlue
GUID
44cce7e4-8a27-4680-ba88-13aff807a88f
ClothingItem

Navy blue trousers are leg wear that can be used in crafting.

Usage

Pros and cons

Pros Cons
  • Provide little insulation.
  • Provide no protection.

Recipes

Navy blue trousers can craft ripped sheets and sheet ropes.

LightBulbBlue.png
Recipes are still based on build 41, and are planned to be revamped to build 42 at a later date, depending on the game's crafting system improvement.
Product Ingredients Tools Requirements Workstation XP
Rag.png
Rag
One of:
Clothing (cotton) Clothing (cotton) ×1
Sheet.png Sheet ×1
none none none 0.25 Tailoring
SheetRope.png
Sheet Rope
One of:
Sheet.png Sheet ×1
Clothing (cotton) Clothing (cotton) ×1
none none none none

Body part

Location

Trousers_NavyBlue distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Outfit
Outfit Probability GUID
Ambulance Driver (female) 100% e3fcc5f7-3484-4e9f-b522-58eb17cceec9
Ambulance Driver (male) 100% 9f79ed30-8b09-450e-98b4-074929db8c2b
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 0 ForagingNav: 3
TownZone: 3
TrailerPark: 3
Vegitation: 3
- - - - - - -

History

Base.Trousers_NavyBlue

Version Description
Build 42.0.0 DisplayName changed from Navy Blue Trousers to Pants - Navy Blue.
Item tag added with value RipClothingCotton.
Build 41.65 DisplayCategory added with value Clothing.
Build 41.54 WorldStaticModel added with value Trousers_Ground.
Build 41.20 FabricType added with value Cotton.
Insulation added with value 0.35.
WindResistance added with value 0.5.
Build 41.12 Released on this version.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\clothing\clothing_pants.txt

Retrieved: Build 42.0.2
item Trousers_NavyBlue
	{
		DisplayName = Pants - Navy Blue,
		DisplayCategory = Clothing,
		Type = Clothing,
		Icon = TrousersGeneric,
		BloodLocation = Trousers,
		BodyLocation = Pants,
		ClothingItem = Trousers_NavyBlue,
		ColorBlue = 70,
		ColorGreen = 37,
		ColorRed = 37,
		FabricType = Cotton,
		Insulation = 0.35,
		ScratchDefense = 10,
		WindResistance = 0.5,
		WorldStaticModel = Trousers_Ground,
		Tags = RipClothingCotton,
	}

See also