Big Hiking Bag/fr: Difference between revisions

From PZwiki
< Big Hiking BagBig Hiking Bag/fr
(Automated infobox update)
m (Removing trailing whitespace(s))
Line 24: Line 24:
==Gallery==
==Gallery==
<gallery style="model-rendering:optimizeSpeed;model-rendering:-moz-crisp-edges;model-rendering:-o-crisp-edges;model-rendering:-webkit-optimize-contrast;model-rendering:optimize-contrast;model-rendering:pixelated;model-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor">
<gallery style="model-rendering:optimizeSpeed;model-rendering:-moz-crisp-edges;model-rendering:-o-crisp-edges;model-rendering:-webkit-optimize-contrast;model-rendering:optimize-contrast;model-rendering:pixelated;model-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor">
Duffelbag.png|Icon prior to build 41.
Duffelbag.png|Icon prior to build 41.
BigHikingBag_Red_Model.png|Model for red colour variant of the big hiking bag.
BigHikingBag_Red_Model.png|Model for red colour variant of the big hiking bag.
BigHikingBag_Green_Model.png|Model for green colour variant of the big hiking bag.
BigHikingBag_Green_Model.png|Model for green colour variant of the big hiking bag.

Revision as of 05:49, 28 February 2024

Grand sac de randonnée
BigHikingBag Blue Model.png
Big Hiking Bag (Green)
Big Hiking Bag (Red)
Général
Poids
Moodle Icon HeavyLoad.png
1.5 (Vide)
4.85 (Plein)
Équipé
dos
Properties
Capacité
22
Run speed
95% (disabled)
Détails techniques
Objet ID
Base.Bag_BigHikingBag

Un 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