Item: Sac poubelle

Wiki Project Zomboid

Sac poubelle

Variable Base.Garbagebag Mod Vanilla

Résumé

VariableBase.Garbagebag
TypeContainer
CatégorieContainer
Poids0.1
Icône
Garbagebag

Navigation

Nom variableGarbagebag
ModuleBase
Sourcescripts\clothing\clothing_bags.txt
Détails techniques
Item PK6047
Lignes294 → 307
File ID1383

Recettes qui fabriquent cet item

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

2 recettes
Afficher la liste
Recipe Mod Category Time Result
PGarbage Unpack 10
Unpack 10
Packing
KAVALASH_EasyPacking Storage 50 Garbagebag=10
PGarbage Unpack 5
Unpack 5
Packing
KAVALASH_EasyPacking Storage 25 Garbagebag=5

Recettes qui utilisent cet item

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

4 recettes
Afficher la liste
Recipe Mod Category Time Result
TAU93_rack1 Make 93 Ford Taurus Roofrack
Make 93 Ford Taurus Roofrack
Base
KAVALASH_93fordTaurus Mechanical 900 93fordTaurusWagonRoofrack1=1
Garbagebag Make Secondary Bag
Make Secondary Bag
AuthenticZClothing
KAVALASH_Authentic Z - Current 80 Garbagebag_Secondary=1
PGarbage Pack 10
Pack 10
Packing
KAVALASH_EasyPacking Storage 75 10pkGarbage=1
PGarbage Pack 5
Pack 5
Packing
KAVALASH_EasyPacking Storage 50 5pkGarbage=1

Propriétés

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

11 propriétés
Key Value (raw) Num Bool JSON
Capacity 20 20
DisplayCategory Container
DisplayName Garbage Bag
Icon Garbagebag
ReplaceInPrimaryHand Bag_Garbagebag_RHand holdingbagright
ReplaceInSecondHand Bag_Garbagebag_LHand holdingbagleft
SoundParameter EquippedBaggageContainer GarbageBag
Type Container
Weight 0.1 0.1
WeightReduction 10 10
WorldStaticModel GarbageBag_Ground
Raw block
	item Garbagebag
    {
        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,
        SoundParameter = EquippedBaggageContainer GarbageBag,
    }