Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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.

Handbags 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 (disambiguation)

Location

Handbag distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 0 DeepForest: 33
Farm: 33
FarmLand: 33
Forest: 33
Nav: 33
TownZone: 33
TrailerPark: 33
Vegitation: 33
- - - - - - -

History

Base.Handbag

Version Description
Build 41.65 DisplayCategory added with value Container.
Build 41.54 WorldStaticModel added with value Handbag_Ground.
Build 41.51 RunSpeedModifier added with value 0.99.
Build 41.46 CloseSound added with value CloseBag.
OpenSound added with value OpenBag.
PutInSound added with value PutItemInBag.
Build 41.37 ReplaceInPrimaryHand changed from Bag_Handbag_RHand to Bag_Handbag_RHand holdingbagright.
ReplaceInSecondHand changed from Bag_Handbag_LHand to Bag_Handbag_LHand holdingbagleft.
Build 41.35 Released on this version.

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