Bowling Ball Bag

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Bowling Ball Bag
BowlingBallBagBlack Model.png
BowlingBallBagBlue Model.png
BowlingBallBagPink Model.png
BowlingBallBagRedModel.png
General
Category
Container
Encumbrance
Moodle Icon HeavyLoad.png
1.5 (empty)
8.05 (full)
Equipped
One-handed
Properties
Capacity
8
Technical
Item ID
Base.BagBowlingBallBag

A bowling ball bag is a container item.

Usage

A bowling ball bag cannot be equipped on the player's back. It must be equipped in one of the player's hands to be accessed.

Bowling ball bags can spawn with:

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
closet crate 4 1

Code

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

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

Retrieved: Build 41.78.16
item Bag_BowlingBallBag
	{
	    DisplayCategory = Bag,
		WeightReduction	=	20,
		Weight	=	1,
		Type	=	Container,
		Capacity	=	8,
		DisplayName	=	Bowling Ball Bag,
		ClothingItem = Bag_BowlingBallBag,
		IconsForTexture = BowlingBagBlack;BowlingBagBlue;BowlingBagPurple;BowlingBagRed,
		OpenSound   =   OpenBag,
		CloseSound   =   CloseBag,
		PutInSound   =   PutItemInBag,
		ReplaceInSecondHand = Bag_BowlingBallBag_LHand holdingbagleft,
		ReplaceInPrimaryHand = Bag_BowlingBallBag_RHand holdingbagright,
		WorldStaticModel = BowlingBallBag_Ground,
	}

See also