![]() |
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. |
Guitar Case
Jump to navigation
Jump to search
![]() |
---|
Navigation: | Main>The Game World>Items>Baggage>Guitar Case | Page updated: Version 41.78.16 |
---|
Guitar Case | ||
---|---|---|
![]() | ||
| ||
General | ||
Category | Container | |
Weight | 1 | |
Body location | One-handed | |
Capacity | 5 | |
Weight reduction | 20% | |
Speed | ||
Run speed | 97% | |
Technical details | ||
Item ID | Base.Guitarcase |
A guitar case is a container item.
Usage
A guitar case cannot be equipped on the player's back. It has the same capacity and weight reduction as the Flight Case. It must be equipped in one of the player's hands to be accessed.
Guitar cases can spawn with (build 41):
![]() |
Acoustic Guitar | ||||
![]() |
Blue Electric Guitar | ![]() |
Black Electric Guitar | ![]() |
Red Electric Guitar |
![]() |
Blue Electric Bass Guitar | ![]() |
Black Electric Bass Guitar | ![]() |
Red Electric Bass Guitar |
Distribution
Buildings
Building/Room | Container | Rolls | Chance |
---|---|---|---|
All | Wardrobe | 4 | 10 |
Music Store | Shelves | 4 | 20 |
Pawn Shop | Shelves | 4 | 20 |
Code
From clothing_bags.txt (Project Zomboid directory/media/scripts/clothing)
Retrieved: Build 41.78.16
item Guitarcase { DisplayCategory = Container, WeightReduction = 20, Weight = 1, Type = Container, Capacity = 5, DisplayName = Guitar Case, Icon = GuitarCase01, RunSpeedModifier = 0.97, OpenSound = OpenBag, CloseSound = CloseBag, PutInSound = PutItemInBag, ReplaceInSecondHand = Bag_GuitarCase_LHand holdingbagleft, ReplaceInPrimaryHand = Bag_GuitarCase_RHand holdingbagright, WorldStaticModel = ClassicGuitarCase_Ground, }
See also