![]() |
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. |
Doctor Bag
Jump to navigation
Jump to search
![]() |
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics. |
![]() |
---|
Navigation: | Main>The Game World>Items>Baggage>Doctor Bag | Page updated: Version 41.78.16 |
---|
Doctor Bag | ||
---|---|---|
![]() | ||
| ||
General | ||
Category | Container | |
Weight | 1.0 | |
Body location | One-handed | |
Capacity | 8 | |
Weight reduction | 20% | |
Speed | ||
Run speed | 95% | |
Technical details | ||
Item ID | Base.Bag_DoctorBag |
A doctor bag is a container item.
Code
From newBags.txt (Project Zomboid directory/media/scripts)
Retrieved: Build 41.78.16
item Bag_DoctorBag { DisplayCategory = Bag, WeightReduction = 20, Weight = 1, Type = Container, Capacity = 8, DisplayName = Doctor Bag, ClothingItem = Bag_DoctorBag, Icon = DoctorBag, OpenSound = OpenBag, CloseSound = CloseBag, PutInSound = PutItemInBag, ReplaceInSecondHand = Bag_DoctorBag_LHand holdingbagleft, ReplaceInPrimaryHand = Bag_DoctorBag_RHand holdingbagright, WorldStaticModel = DoctorBag_Ground, }