Handbag

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Handbag
Handbag Model.png
General
Category
Container
Encumbrance
Moodle Icon HeavyLoad.png
1 (empty)
5.1 (full)
Equipped
One-handed
Properties
Capacity
8
Technical
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:

IckySticks.png Cigarettes Comb.png Comb
CreditCard.png Credit Card Disc.png CD
Earbuds.png Earbuds Lighter.png Lighter
Lipstick.png Lipstick Magazine.png Magazine
MakeupEyeshadow.png Eyes Makeup MakeupFoundation.png Foundation Makeup
Perfume1.png Perfume Vitamins.png Vitamins
CDplayer.png ValuTech PortaDisc Wallet 02.png Wallet

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\clothing\clothing_bags.txt

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