Item: Sac de golf

Wiki Project Zomboid

Sac de golf

Variable Base.Bag_GolfBag Mod Vanilla

Résumé

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

Navigation

Nom variableBag_GolfBag
ModuleBase
Sourcescripts\clothing\clothing_bags.txt
Détails techniques
Item PK6033
Lignes4 → 24
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.

18 propriétés
Key Value (raw) Num Bool JSON
AttachmentReplacement Bag
BloodLocation Bag
CanBeEquipped Back
Capacity 18 18
CloseSound CloseBag
ClothingItem Bag_GolfBag
DisplayCategory Bag
DisplayName Golf Bag
IconsForTexture GolfBag_Blue;GolfBag_Green;GolfBag_Red;GolfBag_Purple
OpenSound OpenBag
PutInSound PutItemInBag
ReplaceInPrimaryHand Bag_GolfBag_RHand holdingbagright
ReplaceInSecondHand Bag_GolfBag_LHand holdingbagleft
RunSpeedModifier 0.95 0.95
Type Container
Weight 1.2 1.2
WeightReduction 65 65
WorldStaticModel GolfBag_Ground
Raw block
	item Bag_GolfBag
    {
        DisplayCategory = Bag,
        Type	=	Container,
        WeightReduction	=	65,
        Weight	=	1.2,
        Capacity	=	18,
        DisplayName	= Golf Bag,
        IconsForTexture = GolfBag_Blue;GolfBag_Green;GolfBag_Red;GolfBag_Purple,
        CanBeEquipped = Back,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        ClothingItem = Bag_GolfBag,
        BloodLocation = Bag,
        RunSpeedModifier = 0.95,
        AttachmentReplacement = Bag,
        ReplaceInSecondHand = Bag_GolfBag_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_GolfBag_RHand holdingbagright,
        WorldStaticModel = GolfBag_Ground,
    }