Big Hiking Bag/fr: Difference between revisions

From PZwiki
< Big Hiking BagBig Hiking Bag/fr
m (→‎See also: replaced: Schoolbag → School Bag)
m (fixed models)
Line 3: Line 3:
|name_colour=Container
|name_colour=Container
|name_text_colour=Container
|name_text_colour=Container
|image=Model_BigHikingBag_Blue.png
|image=BigHikingBag_Blue_Model.png
|image_width=200px
|image_width=200px
|alternate_image=BigHiking_Blue.png
|alternate_image=BigHiking_Blue.png
Line 30: Line 30:
<gallery style="image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor">
<gallery style="image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor">
Duffelbag.png|Icon prior to build 41.   
Duffelbag.png|Icon prior to build 41.   
Model_BigHikingBag_Red.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.
Model_BigHikingBag_Green.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.
Model_BigHikingBag_Blue.png|Model for blue colour variant of the big hiking bag.
BigHikingBag_Blue_Model.png|Model for blue colour variant of the big hiking bag.
</gallery>
</gallery>



Revision as of 13:20, 20 July 2023

Grand sac de randonnée
Grand sac de randonnée
Big Hiking Bag (Blue) Big Hiking Bag (Green) Big Hiking Bag (Red)
Général
Catégorie Container
Encumbrance
Heavy Load
1.5
Body location dos
Capacity 22
Encumbrance reduction 80%
Speed
Run speed 95%
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