Item: Doctor Bag

Wiki Project Zomboid

Doctor Bag

Variable Base.Bag_DoctorBag Mod Vanilla

Résumé

VariableBase.Bag_DoctorBag
TypeContainer
CatégorieBag
Poids1
Icône
DoctorBag

Navigation

Nom variableBag_DoctorBag
ModuleBase
Sourcescripts\newBags.txt
Détails techniques
Item PK5529
Lignes338 → 354
File ID1369

Recettes qui fabriquent cet item

Icône affichée: un des objets requis pour fabriquer cette recette.

0 recette
Aucune recette ne fabrique cet item.

Recettes qui utilisent cet item

Icône affichée: l'objet obtenu via la recette quand il est identifié.

0 recette
Aucune recette n'utilise cet item.

Propriétés

Toutes les propriétés extraites pour cet item.

14 propriétés
Key Value (raw) Num Bool JSON
Capacity 8 8
CloseSound CloseBag
ClothingItem Bag_DoctorBag
DisplayCategory Bag
DisplayName Doctor Bag
Icon DoctorBag
OpenSound OpenBag
PutInSound PutItemInBag
ReplaceInPrimaryHand Bag_DoctorBag_RHand holdingbagright
ReplaceInSecondHand Bag_DoctorBag_LHand holdingbagleft
Type Container
Weight 1 1
WeightReduction 20 20
WorldStaticModel DoctorBag_Ground
Raw block
    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,
	}