Item: Sac poubelle

Wiki Project Zomboid

Sac poubelle

Variable AuthenticZClothing.Garbagebag_Secondary Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Garbagebag_Secondary
TypeContainer
CatégorieContainer
Poids0.1
Icône
Garbagebag

Navigation

Nom variableGarbagebag_Secondary
ModuleAuthenticZClothing
Sourcemedia\scripts\Backpacks\AuthenticZ_BackpackSecondary.txt
Détails techniques
Item PK1922
Lignes40 → 54
File ID833

Recettes qui fabriquent cet item

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

1 recette
Afficher la liste
Recipe Mod Category Time Result
Garbagebag Make Secondary Bag
Make Secondary Bag
AuthenticZClothing
KAVALASH_Authentic Z - Current 80 Garbagebag_Secondary=1

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.

12 propriétés
Key Value (raw) Num Bool JSON
AttachmentType Garbagebag
Capacity 20 20
DisplayCategory Container
DisplayName Garbage Bag
Icon Garbagebag
ReplaceInPrimaryHand Bag_Garbagebag_RHand holdingbagright
ReplaceInSecondHand Bag_Garbagebag_LHand holdingbagleft
StaticModel GarbageBag_Ground
Type Container
Weight 0.1 0.1
WeightReduction 10 10
WorldStaticModel GarbageBag_Ground
Raw block
	item Garbagebag_Secondary
    {
        DisplayCategory = Container,		
        WeightReduction			=	10,
        Weight					=	0.1,
        Type					=	Container,
        Capacity				=	20,
        DisplayName				=	Garbage Bag,
        Icon					=	Garbagebag,
        ReplaceInSecondHand		= 	Bag_Garbagebag_LHand holdingbagleft,
        ReplaceInPrimaryHand 	= 	Bag_Garbagebag_RHand holdingbagright,
        WorldStaticModel 		= 	GarbageBag_Ground,
        AttachmentType  		= 	Garbagebag,
		StaticModel 			= 	GarbageBag_Ground,		
    }