Big Hiking Bag

From PZwiki
Revision as of 15:50, 21 October 2019 by Vaileasys (talk | contribs) (layout cleanup)
The Game WorldItemsBaggageBig Hiking Bag
Big Hiking Bag
Big Hiking Bag
General
Category Container
Encumbrance
Heavy Load
0.5
Body location Back
Capacity 22
Encumbrance reduction 80%
Technical details
Item ID Base.BigHikingBag

A big hiking bag is a container item.

Usage

A big hiking bag can be equipped on the back, allowing the player to equip other items in their hands at the same time. It has the best item weight reduction and capacity of all the bags.

Big hiking bags can spawn with:

File:VestAnim.gif Vest
ShirtAnim.gif Sweater
ShirtAnim.gif Blouse
File:TrousersAnim.gif Pants (disambiguation)
SkirtAnim.gif Skirt
Shoes.png Shoes (disambiguation)
SocksAnim.gif Socks
UnderwearAnim.gif Underwear
TZ TentKit.png Tent Kit

Distribution

It can occasionally be found inside wardrobes, though wardrobes are more likely to contain a normal hiking bag, duffelbag or schoolbag.

Buildings

Building/Room Container Rolls Chance
All Male Corpse 1 0.1
Female Corpse 1 0.1
Wardrobe 4 0.5
Bedroom Wardrobe 2 0.5
Changeroom Locker 2 0.5
Motel Room (occupied) Other 2 0.1
Sport Store Shelves 3 0.5
Clothing Rack 3 0.5
Sport Storage Metal Shelves 3 0.5

Vehicles

Profession Container Rolls Chance
Taxi Trunk 3 1.5

Build 41

Profession engineer.png
This is a testing feature.
This article is about an item or mechanic that is currently in testing and not part of the stable version of the game.
Big Hiking Bag
Big Hiking Bag
Big Hiking Bag (Red) Big Hiking Bag (Green) Big Hiking Bag (Blue)
General
Category Container
Encumbrance
Heavy Load
0.5
Body location Back
Capacity 22
Encumbrance reduction 80%
Speed
Run speed 95%
Technical details
Item ID Base.BigHikingBag

A big hiking bag is a container item. The big hiking bag has blue, green and red colour variants.

Code

Build 40

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.6

	item BigHikingBag
		WeightReduction	= 80,
		Weight	        = 0.5,
		Type	        = Container,
		Capacity	= 22,
		DisplayName	= Big Hiking Bag,
		Icon	        = Duffelbag,
		CanBeEquipped	= Back,
		OpenSound	= PZ_OpenBag,
		CloseSound	= PZ_CloseBag,
		PutInSound	= PZ_PutInBag,

Build 41

From clothing_others.txt (Project Zomboid directory/media/scripts/clothing) Retrieved: Build 41.14

	item Bag_BigHikingBag
		WeightReduction		= 80,
		Weight			= 1.5,
		Type			= Container,
		Capacity		= 22,
		DisplayName		= Big Hiking Bag,
		IconsForTexture 	= BigHiking_Blue;BigHiking_Green;BigHiking_Red,
		CanBeEquipped 		= Back,
		OpenSound   		= OpenBag,
		CloseSound   		= CloseBag,
		PutInSound   		= PutItemInBag,
		ClothingItem 		= Bag_BigHikingBag,
		BloodLocation 		= Bag,
		RunSpeedModifier 	= 0.95,

Gallery


See also

Template:Navbox/Baggage