Doctor Bag

From PZwiki
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Doctor Bag
DoctorBag Model.png
General
Category
Container
Encumbrance
Moodle Icon HeavyLoad.png
1.0 (empty)
6.7 (full)
Equipped
One-handed
Properties
Capacity
8
Run speed
95% (disabled)
Technical
Item ID
Base.Bag_DoctorBag

A doctor bag is a container item.

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

See also