![]() |
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. |
Suitcase
Jump to navigation
Jump to search
![]() |
---|
Navigation: | Main>The Game World>Items>Baggage>Suitcase | Page updated: Version 41.78.16 |
---|
Suitcase | ||
---|---|---|
![]() | ||
| ||
General | ||
Category | Container | |
Weight | 3 | |
Body location | One-handed | |
Capacity | 16 | |
Weight reduction | 50% | |
Speed | ||
Run speed | 98% | |
Technical details | ||
Item ID | Base.Suitcase |
A suitcase is a container item.
Usage
A suitcase cannot be equipped on the player's back. It has the second highest capacity of all handheld containers, and an above average weight reduction. It must be equipped in one of the player's hands to be accessed.
Suitcases can spawn with (build 41):
![]() |
Pen |
![]() |
Blue Pen |
![]() |
Red Pen |
![]() |
Pencil |
![]() |
Rubber Band |
![]() |
Cordless Phone |
![]() |
Sheet of Paper |
Distribution
Buildings
Building/Room | Container | Rolls | Chance |
---|---|---|---|
All | Desk | 4 | 0.5 |
Locker | 4 | 0.2 | |
Wardrobe | 4 | 0.2 | |
Pawn Shop | Display Case | 4 | 10 |
Code
From clothing_bags.txt (Project Zomboid directory/media/scripts/clothing)
Suitcase
Retrieved: Build 41.78.16
item Suitcase { DisplayCategory = Container, WeightReduction = 50, Weight = 3, Type = Container, Capacity = 16, DisplayName = Suitcase, Icon = Suitcase, RunSpeedModifier = 0.98, OpenSound = OpenBag, CloseSound = CloseBag, PutInSound = PutItemInBag, ReplaceInSecondHand = Bag_Suitcase_LHand holdingbagleft, ReplaceInPrimaryHand = Bag_Suitcase_RHand holdingbagright, WorldStaticModel = Suitcase_Ground, }
See also