![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Bowling Ball Bag
Jump to navigation
Jump to search
![]() |
---|
Navigation: | Main>The Game World>Items>Baggage>Bowling Ball Bag | Page updated: Version 41.78.16 |
---|
Bowling Ball Bag | ||
---|---|---|
![]() | ||
| ||
General | ||
Category | Container | |
Weight | 1.5 | |
Body location | One-handed | |
Capacity | 8 | |
Weight reduction | 5% | |
Technical details | ||
Item ID | Base.Cooler |
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 (build 41):
![]() |
Bowling Shirt |
![]() |
Bowling Shoes |
Gallery
Code
From clothing_bags.txt (Project Zomboid directory/media/scripts/clothing)
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