Item: Mallette de fusil

Wiki Project Zomboid

Mallette de fusil

Variable Base.ShotgunCase1 Mod Vanilla

Résumé

VariableBase.ShotgunCase1
TypeContainer
CatégorieContainer
Poids1
Icône
GuitarCase02

Navigation

Nom variableShotgunCase1
ModuleBase
Sourcescripts\newBags.txt
Détails techniques
Item PK1668
Nom FRMallette de fusil
Nom ENGun Case
Nom brutGun Case
Clé de nomGun Case
Clé FRBase.ShotgunCase1
Clé ENBase.ShotgunCase1
Tooltip FR
Tooltip EN
Tooltip brut
Chemin icône
Source icône
Icône manquanteOui
Lignes239 → 255
File ID28

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 7 7
CloseSound CloseBag
DisplayCategory Container
DisplayName Gun Case
Icon GuitarCase02
OpenSound OpenBag
PutInSound PutItemInBag
ReplaceInPrimaryHand Bag_FlightCase_RHand holdingbagright
ReplaceInSecondHand Bag_FlightCase_LHand holdingbagleft
RunSpeedModifier 0.97 0.97
Type Container
Weight 1 1
WeightReduction 20 20
WorldStaticModel GuitarCase_Ground
Raw block
    item ShotgunCase1
    {
        DisplayCategory = Container,
        WeightReduction	=	20,
        Weight	=	1,
        Type	=	Container,
        Capacity	=	7,
        DisplayName	=	Gun Case,
        Icon	=	GuitarCase02,
        RunSpeedModifier = 0.97,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        ReplaceInSecondHand = Bag_FlightCase_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_FlightCase_RHand holdingbagright,
        WorldStaticModel = GuitarCase_Ground,
    }