![]() |
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. |
Duffel Bag
Jump to navigation
Jump to search
![]() |
---|
Navigation: | Main>The Game World>Items>Baggage>Duffel Bag | Page updated: Version 41.50 |
---|
Duffel Bag | |||
---|---|---|---|
![]() | |||
| |||
General | |||
Category | Container | ||
Weight | 1.0 | ||
Body location | Back | ||
Capacity | 18 | ||
Weight reduction | 65% | ||
Speed | |||
Run speed | 95% | ||
Technical details | |||
Item ID |
Base.Bag_DuffelBag Base.Bag_DuffelBagTINT |
A duffel bag is a container item.
Variants
There are several different variants of duffel bag that can be found throughout Knox Country, each with contents pertaining to a specific theme.
- Weapon Bag
- Shotgun (disambiguation)
- Double Barrel Shotgun
- Shotgun Shells
- Machete
- M9 Pistol
- M1911 Pistol
- D-E Pistol
- M36 Revolver
- M625 Revolver
- Magnum
- 9mm Round
- .38 Special Round
- .44 Magnum Round
- .45 Auto Round
- Baseball Bat
- Crowbar
- Inmate Escaped Bag
- Money Bag
- Worker Bag
- Pen
- Blue Pen
- Red Pen
- Pencil
- Rubber Band
- Pencil
- Scissors
- Cigarettes
- Cheese Sandwich
- Peanut Butter Sandwich
- Pop
- Water Bottle
Gallery
Code
From clothing_bags.txt (Project Zomboid directory/media/scripts/clothing)
Retrieved: Build 41.50
item Bag_DuffelBag { Type = Container, DisplayName = Duffel Bag, ClothingItem = Bag_DuffelBag, CanBeEquipped = Back, WeightReduction = 65, Weight = 1, Capacity = 18, Icon = Duffelbag, OpenSound = OpenBag, CloseSound = CloseBag, PutInSound = PutItemInBag, RunSpeedModifier = 0.95, CanHaveHoles = false, ReplaceInSecondHand = Bag_DuffelBag_LHand holdingbagleft, ReplaceInPrimaryHand = Bag_DuffelBag_RHand holdingbagright, }
See also