Big Hiking Bag: Difference between revisions

From PZwiki
(→‎Code: CodeBox update)
m (Automated Formatting)
(25 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Baggage|type=Baggage|version=Version 41|incver=78.16}}{{Infobox container
{{Header|Project Zomboid|Items|Equipment|Container items|Wearable containers|type=Baggage}}
|display_name=Big Hiking Bag
{{Page version|41.78.16}}
|name_colour=Container
{{Infobox item
|name_text_colour=Container
|name=Big Hiking Bag
|image=BigHikingBag_Blue_Model.png
|model=BigHikingBag_Blue_Model.png
|image_width=200px
|icon=BigHiking_Blue.png
|alternate_image=BigHiking_Blue.png
|icon_name=Big Hiking Bag (blue)
|alternate_name=Big Hiking Bag (Blue)
|icon2=BigHiking_Green.png
|alternate_link=
|model2=BigHikingBag_Green_Model.png
|alternate_image2=BigHiking_Green.png
|icon_name2=Big Hiking Bag (green)
|alternate_name2=Big Hiking Bag (Green)
|icon3=BigHiking_Red.png
|alternate_link2=
|model3=BigHikingBag_Red_Model.png
|alternate_image3=BigHiking_Red.png
|icon_name3=Big Hiking Bag (red)
|alternate_name3=Big Hiking Bag (Red)
|alternate_link3=
<!--GENERAL-->
<!--GENERAL-->
|category=Container
|category=Container
|weight=1.5
|weight=1.5
|body_location=Back
|equipped=Back
|capacity=22
|capacity=22
|weight_reduction=80
|weight_reduction=80
|run_speed=0.95
|run_speed=0.95
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Bag_BigHikingBag
|item_id=Base.Bag_BigHikingBag
}}A '''big hiking bag''' is a container [[item]]. It can be worn on the player’s back to allow the player to carry more items while reducing their encumbrance on the player. The big hiking bag has blue, green and red color variants. It’s the larger version of the [[Hiking Bag]].
}}
A '''big hiking bag''' is a container [[Items|item]]. It can be worn on the player’s back to allow the player to carry more items while reducing their encumbrance on the player. The big hiking bag has blue, green, and red color variants. It’s the larger version of the [[Hiking Bag]].


==Usage==
==Usage==
The Big Hiking Bag an upper tier bag, and can hold 22 encumbrance while having an encumbrance reduction of 80% (an item that has 2 encumbrance would only have 0.4 encumbrance when in the bag. Note that this does not change how much space it takes up in the backpack itself). This encumbrance and encumbrance reduction level makes it one of the best bags in the game, only behind the [[Large Backpack|large backpack]] and the [[Military Backpack|military backpack]].


The Big Hiking Bag an upper tier bag, and can hold 22 encumbrance while having a weight reduction of 80% (An item that has 2 encumbrance would only have 0.4 encumbrance when in the bag. Note that this does not change how much space it takes up in the backpack itself). This encumbrance and weight reduction level makes it one of the best bags in the game, only behind the [[Large Backpack]] and the [[Large Backpack|Military Backpack]].
==Distribution==
The loot distributions can be found in the table(s) below.


==Distribution==
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|rowspan="8"|all
|[[locker]]
|4
|0.05
|-
|[[locker]]
|4
|0.1
|-
|[[locker]]
|4
|0.05
|-
|[[wardrobe]]
|4
|0.05
|-
|[[wardrobe]]
|4
|0.05
|-
|[[wardrobe]]
|4
|0.05
|-
|[[wardrobe]]
|4
|0.05
|-
|[[wardrobe]]
|4
|0.05
|-
|rowspan="2"|armysurplus
|[[metal_shelves]]
|4
|2
|-
|[[metal_shelves]]
|4
|2
|-
|rowspan="2"|bedroom
|[[crate]]
|1
|0.05
|-
|[[locker]]
|4
|0.05
|-
|rowspan="2"|camping
|[[counter]]
|4
|2
|-
|[[counter]]
|4
|2
|-
|changeroom
|[[locker]]
|4
|0.05
|-
|rowspan="5"|closet
|[[crate]]
|4
|0.5
|-
|[[crate]]
|4
|2
|-
|[[crate]]
|4
|2
|-
|[[crate]]
|4
|0.05
|-
|[[metal_shelves]]
|4
|0.05
|}
It can be found in residential areas in closets and dressers, and also in camping and hardware stores.
It can be found in residential areas in closets and dressers, and also in camping and hardware stores.


==Gallery==
==Gallery==
<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 before build 41.
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_Blue_Model.png|Model for blue colour variant of the big hiking bag.
</gallery>
</gallery>


Line 44: Line 135:
| {{CodeSnip
| {{CodeSnip
   | lang = java
   | lang = java
   | line = false
   | line = true
   | start =  
   | start = 69
   | source = clothing_bags.txt
   | source = clothing_bags.txt
   | retrieved = true
   | retrieved = true
   | version = 41
   | version = 41.78.16
  | incver = 78.16
   | code =
   | code =
item Bag_BigHikingBag
item Bag_BigHikingBag
{
    {
    DisplayCategory = Bag,
        DisplayCategory = Bag,
    WeightReduction = 80,
        WeightReduction = 80,
    Weight = 1.5,
        Weight = 1.5,
    Type = Container,
        Type = Container,
    Capacity = 22,
        Capacity = 22,
    DisplayName = Big Hiking Bag,
        DisplayName = Big Hiking Bag,
    IconsForTexture = BigHiking_Blue;BigHiking_Green;BigHiking_Red,
        IconsForTexture = BigHiking_Blue;BigHiking_Green;BigHiking_Red,
    CanBeEquipped = Back,
        CanBeEquipped = Back,
    OpenSound = OpenBag,
        OpenSound   =   OpenBag,
    CloseSound = CloseBag,
        CloseSound   =   CloseBag,
    PutInSound = PutItemInBag,
        PutInSound   =   PutItemInBag,
    ClothingItem = Bag_BigHikingBag,
        ClothingItem = Bag_BigHikingBag,
    BloodLocation = Bag,
        BloodLocation = Bag,
    RunSpeedModifier = 0.95,
        RunSpeedModifier = 0.95,
    AttachmentReplacement = Bag,
        AttachmentReplacement = Bag,
    ReplaceInSecondHand = Bag_BigHikingBag_LHand holdingbagleft,
        ReplaceInSecondHand = Bag_BigHikingBag_LHand holdingbagleft,
    ReplaceInPrimaryHand = Bag_BigHikingBag_RHand holdingbagright,
        ReplaceInPrimaryHand = Bag_BigHikingBag_RHand holdingbagright,
    WorldStaticModel = BigHikingBag_Ground,
        WorldStaticModel = BigHikingBag_Ground,
    SoundParameter = EquippedBaggageContainer HikingBag,
        SoundParameter = EquippedBaggageContainer HikingBag,
}
    }
  }}
}}
}}
}}
{{Navbox clothing}}
[[Category:Bags]]


==See also==
==See also==
*[[Hiking Bag]]
{{Navbox items|containers}}
*[[Duffel Bag]]
*[[School Bag]]
*[[Large Backpack]]
*[[Military Backpack]]
 
{{Navbox equipment}}

Revision as of 06:35, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Big Hiking Bag
BigHikingBag Blue Model.png
BigHikingBag Green Model.png
BigHikingBag Red Model.png
General
Category
Container
Encumbrance
Moodle Icon HeavyLoad.png
1.5 (empty)
4.85 (full)
Equipped
Back
Properties
Capacity
22
Run speed
95% (disabled)
Technical
Item ID
Base.Bag_BigHikingBag

A big hiking bag is a container item. It can be worn on the player’s back to allow the player to carry more items while reducing their encumbrance on the player. The big hiking bag has blue, green, and red color variants. It’s the larger version of the Hiking Bag.

Usage

The Big Hiking Bag an upper tier bag, and can hold 22 encumbrance while having an encumbrance reduction of 80% (an item that has 2 encumbrance would only have 0.4 encumbrance when in the bag. Note that this does not change how much space it takes up in the backpack itself). This encumbrance and encumbrance reduction level makes it one of the best bags in the game, only behind the large backpack and the military backpack.

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
all locker 4 0.05
locker 4 0.1
locker 4 0.05
wardrobe 4 0.05
wardrobe 4 0.05
wardrobe 4 0.05
wardrobe 4 0.05
wardrobe 4 0.05
armysurplus metal_shelves 4 2
metal_shelves 4 2
bedroom crate 1 0.05
locker 4 0.05
camping counter 4 2
counter 4 2
changeroom locker 4 0.05
closet crate 4 0.5
crate 4 2
crate 4 2
crate 4 0.05
metal_shelves 4 0.05

It can be found in residential areas in closets and dressers, and also in camping and hardware stores.

Gallery

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\clothing\clothing_bags.txt

Retrieved: Build 41.78.16
item Bag_BigHikingBag
    {
        DisplayCategory = Bag,
        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,
        WorldStaticModel = BigHikingBag_Ground,
        SoundParameter = EquippedBaggageContainer HikingBag,
    }

See also