Big Hiking Bag/fr: Difference between revisions

From PZwiki
< Big Hiking BagBig Hiking Bag/fr
(Remove build 40 info, add DISPLAYTITLE, cleanup)
m (→‎See also: replaced: Duffelbag]] → Duffel Bag]])
Line 60: Line 60:
==See also==
==See also==
*[[Hiking Bag]]
*[[Hiking Bag]]
*[[Duffelbag]]
*[[Duffel Bag]]
*[[Schoolbag]]
*[[Schoolbag]]
*[[Large Backpack]]
*[[Large Backpack]]

Revision as of 14:55, 8 July 2023

Template:Infobox containerUn grand sac de randonnée est un objet conteneur. Le grand sac de randonnée a les variations de couleurs rouge, vert, et bleu.

Gallery

Code

From clothing_bags.txt (Project Zomboid directory/media/scripts/clothing) Retrieved: Build 41.50/fr

   item Bag_BigHikingBag
    {
        WeightReduction	=	80,
        Weight	=	1.5,
        Type	=	Container,
        Capacity	=	22,
        DisplayName	=	Big Hiking Bag,
        IconsForTexture = BigHiking_Blue;BigHiking_Green;BigHiking_Red,
        CanBeEquipped = Back,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        ClothingItem = Bag_BigHikingBag,
        BloodLocation = Bag,
        RunSpeedModifier = 0.95,
        AttachmentReplacement = Bag,
        ReplaceInSecondHand = Bag_BigHikingBag_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_BigHikingBag_RHand holdingbagright,
    }

See also