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

Doctor Bag

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]
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Doctor Bag
DoctorBag Model.png
General
Category
Container
Encumbrance
Moodle Icon HeavyLoad.png
1 (empty)
6.7 (full)
Equipped
One-handed
Properties
Capacity
8
Technical
Item ID
Base.Bag_DoctorBag

A doctor bag is a container item.

Location

The distributions can be found in the following table(s):

Bag_DoctorBag 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.

Vehicle
Type Container Effective chance
Doctor Glove Box 60.53%

History

Base.Bag_DoctorBag

Version Description
Build 41.78 Released on this version.

Code

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

Source: ProjectZomboid\media\scripts\newBags.txt

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,
	}