![]() |
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. |
Handbag
Jump to navigation
Jump to search
![]() |
English |
Navigation: | Main>The Game World>Items>Baggage>Handbag | Page updated: Version 41.78.16 |
---|
Handbag | ||
---|---|---|
![]() | ||
| ||
General | ||
Category | Container | |
Weight | 1 | |
Body location | One-handed | |
Capacity | 8 | |
Weight reduction | 40% | |
Technical details | ||
Item ID | Base.Handbag |
A handbag is a handheld container item.
Usage
A handbag has a poor capacity and average weight reduction. It must be equipped in either the primary or secondary hand to be accessed.
Plastic bags can spawn with:
![]() |
Cigarettes | ![]() |
Comb |
![]() |
Credit Card | ![]() |
CD |
![]() |
Earbuds | ![]() |
Lighter |
![]() |
Lipstick | ![]() |
Magazine |
![]() |
Eyes Makeup | ![]() |
Foundation Makeup |
![]() |
Perfume | ![]() |
Vitamins |
![]() |
ValuTech PortaDisc | ![]() |
Wallet |
Code
From newitems.txt (Project Zomboid directory/media/scripts/)
Retrieved: Build 41.78.16
item Handbag { DisplayCategory = Container, WeightReduction = 40, Weight = 1, Type = Container, Capacity = 8, DisplayName = Handbag, Icon = Purseblack, RunSpeedModifier = 0.99, OpenSound = OpenBag, CloseSound = CloseBag, PutInSound = PutItemInBag, ReplaceInSecondHand = Bag_Handbag_LHand holdingbagleft, ReplaceInPrimaryHand = Bag_Handbag_RHand holdingbagright, WorldStaticModel = Handbag_Ground, }
See also