Bowling Ball Bag: Difference between revisions

From PZwiki
(Move gallery to infobox)
(Add names to infobox, corret item_id, minor infobox fixes, change table format)
Line 2: Line 2:
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
| name=Bowling Ball Bag
|name=Bowling Ball Bag
| name_colour=Container
|model=BowlingBallBagBlack_Model.png
| name_text_colour=Container
|icon=BowlingBagBlack.png
| model = BowlingBallBagBlack_Model.png
|icon_name=Bowling Ball Bag (black)
| icon= BowlingBagBlack.png
|model2=BowlingBallBagBlue_Model.png
| model2 = BowlingBallBagBlue_Model.png
|icon2=BowlingBagBlue.png
| icon2= BowlingBagBlue.png
|icon_name2=Bowling Ball Bag (blue)
| model3 = BowlingBallBagPink_Model.png
|model3=BowlingBallBagPink_Model.png
| icon3= BowlingBagPurple.png
|icon3=BowlingBagPurple.png
| model4 = BowlingBallBagRedModel.png
|icon_name3=Bowling Ball Bag (purple)
| icon4= BowlingBagRed.png
|model4=BowlingBallBagRedModel.png
| icon_name= Bowling Ball Bag
|icon4=BowlingBagRed.png
| category = Container
|icon_name=Bowling Ball Bag (red)
| weight = 1.5
|category=Container
| equipped = One-handed
|weight=1.5
| capacity = 8
|equipped=One-handed
| weight_reduction = 5
|capacity=8
| item_id = Base.Cooler
|weight_reduction=5
|item_id=Base.BagBowlingBallBag
}}
}}


Line 27: Line 28:
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.
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 ball bags can spawn with:'''
{|
<div style="column-width: 200px;">
|[[File:ShirtAthleticRed.png|link=Bowling Shirt]] || [[Bowling Shirt]]
|[[File:ShirtAthleticRed.png|link=Bowling Shirt]] [[Bowling Shirt]]
|-
|[[File:Shoes.png|link=Bowling Shoes]] [[Bowling Shoes]]
|[[File:Shoes.png|link=Bowling Shoes]] || [[Bowling Shoes]]
</div>
|}


==Distribution==
==Distribution==

Revision as of 15:01, 23 March 2024

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