Item: Sac de boule de Bowling

Wiki Project Zomboid

Sac de boule de Bowling

Variable Base.Bag_BowlingBallBag Mod Vanilla

Résumé

VariableBase.Bag_BowlingBallBag
TypeContainer
CatégorieBag
Poids1
Icône Aucune icône trouvée

Navigation

Nom variableBag_BowlingBallBag
ModuleBase
Sourcescripts\clothing\clothing_bags.txt
Détails techniques
Item PK6075
Lignes774 → 790
File ID1383

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_BowlingBallBag
DisplayCategory Bag
DisplayName Bowling Ball Bag
IconsForTexture BowlingBagBlack;BowlingBagBlue;BowlingBagPurple;BowlingBagRed
OpenSound OpenBag
PutInSound PutItemInBag
ReplaceInPrimaryHand Bag_BowlingBallBag_RHand holdingbagright
ReplaceInSecondHand Bag_BowlingBallBag_LHand holdingbagleft
Type Container
Weight 1 1
WeightReduction 20 20
WorldStaticModel BowlingBallBag_Ground
Raw block
    item Bag_BowlingBallBag
	{
	    DisplayCategory = Bag,
		WeightReduction	=	20,
		Weight	=	1,
		Type	=	Container,
		Capacity	=	8,
		DisplayName	=	Bowling Ball Bag,
		ClothingItem = Bag_BowlingBallBag,
		IconsForTexture = BowlingBagBlack;BowlingBagBlue;BowlingBagPurple;BowlingBagRed,
		OpenSound   =   OpenBag,
		CloseSound   =   CloseBag,
		PutInSound   =   PutItemInBag,
		ReplaceInSecondHand = Bag_BowlingBallBag_LHand holdingbagleft,
		ReplaceInPrimaryHand = Bag_BowlingBallBag_RHand holdingbagright,
		WorldStaticModel = BowlingBallBag_Ground,
	}