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
Bag
Encumbrance
Moodle Icon HeavyLoad.png
1
1.1 (full)
Technical
Item ID
Base.Bag_BowlingBallBag

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:

Location

Notebook.png
This section may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.

History

Base.Bag_BowlingBallBag

Version Description
41.78.16 Released on or before this version.

Help PZwiki by adding to this history.

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