Item: Mallette

Wiki Project Zomboid

Mallette

Variable Base.Briefcase Mod Vanilla

Résumé

VariableBase.Briefcase
TypeContainer
CatégorieContainer
Poids1.5
Icône
Briefcase

Navigation

Nom variableBriefcase
ModuleBase
Sourcescripts\clothing\clothing_bags.txt
Détails techniques
Item PK6061
Lignes535 → 552
File ID1383

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
BlowTorch Dismantle 93 Ford Taurus Improvised Roofrack
Dismantle 93 Ford Taurus Improvised Roofrack
Base
KAVALASH_93fordTaurus Recycling 500 Briefcase=3

Recettes qui utilisent cet item

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

1 recette
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

Propriétés

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

15 propriétés
Key Value (raw) Num Bool JSON
Capacity 7 7
CloseSound CloseBag
DisplayCategory Container
DisplayName Briefcase
Icon Briefcase
MetalValue 15 15
OpenSound OpenBag
PutInSound PutItemInBag
ReplaceInPrimaryHand Bag_Briefcase_RHand holdingbagright
ReplaceInSecondHand Bag_Briefcase_LHand holdingbagleft
RunSpeedModifier 0.97 0.97
Type Container
Weight 1.5 1.5
WeightReduction 5 5
WorldStaticModel Briefcase_Ground
Raw block
    item Briefcase
    {
        DisplayCategory = Container,
        WeightReduction	=	5,
        Weight	=	1.5,
        Type	=	Container,
        Capacity	=	7,
        DisplayName	=	Briefcase,
        Icon	=	Briefcase,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        RunSpeedModifier = 0.97,
        MetalValue = 15,
        ReplaceInSecondHand = Bag_Briefcase_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_Briefcase_RHand holdingbagright,
        WorldStaticModel = Briefcase_Ground,
    }