Big Hiking Bag: Difference between revisions

From PZwiki
mNo edit summary
m (Automated Formatting)
(48 intermediate revisions by 9 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Equipment|Container items|Wearable containers|type=Baggage}}
{{languages|Big Hiking Bag}}
{{Page version|41.78.16}}
{{header|The Game World|Items|Baggage|type=Baggage|version=Version 39|incver=67.5}}{{Baggage
{{Infobox item
| image = Duffelbag_120px.png
|name=Big Hiking Bag
| equippable = Back
|model=BigHikingBag_Blue_Model.png
| weight = 0.5
|icon=BigHiking_Blue.png
| capacity = 22
|icon_name=Big Hiking Bag (blue)
| weight_reduction = 80
|icon2=BigHiking_Green.png
| class_name = Base.BigHikingBag
|model2=BigHikingBag_Green_Model.png
}}A '''big hiking bag''' is a baggage item that can be equipped on the back, allowing the player to equip other items in their hands at the same time. It has the best item weight reduction and capacity of all the bags. It can occasionally be found inside [[Containers#Bedroom Storage|wardrobes]], though wardrobes are more likely to contain a [[Normal Hiking Bag|normal hiking bag]], [[duffelbag]] or [[schoolbag]].  
|icon_name2=Big Hiking Bag (green)
|icon3=BigHiking_Red.png
|model3=BigHikingBag_Red_Model.png
|icon_name3=Big Hiking Bag (red)
<!--GENERAL-->
|category=Container
|weight=1.5
|equipped=Back
|capacity=22
|weight_reduction=80
|run_speed=0.95
<!--TECHNICAL DETAILS-->
|item_id=Base.Bag_BigHikingBag
}}
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]].


'''Big hiking bags can spawn with:'''
==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]].
|[[File:VestAnim.gif|link=Vest]] || [[Vest]]
 
==Distribution==
The loot distributions can be found in the table(s) below.
 
{| 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
|-
|-
|[[File:ShirtAnim.gif|link=Sweater]] || [[Sweater]]
|rowspan="8"|all
|[[locker]]
|4
|0.05
|-
|-
|[[File:ShirtAnim.gif|link=Blouse]] || [[Blouse]]
|[[locker]]
|4
|0.1
|-
|-
|[[File:TrousersAnim.gif|link=Pants]] || [[Pants]]
|[[locker]]
|4
|0.05
|-
|-
|[[File:SkirtAnim.gif|link=Skirt]] || [[Skirt]]
|[[wardrobe]]
|4
|0.05
|-
|-
|[[File:Shoes.png|link=Shoes]] || [[Shoes]]
|[[wardrobe]]
|4
|0.05
|-
|-
|[[File:SocksAnim.gif|link=Socks]] || [[Socks]]
|[[wardrobe]]
|4
|0.05
|-
|-
|[[File:UnderwearAnim.gif|link=Underwear]] || [[Underwear]]
|[[wardrobe]]
|4
|0.05
|-
|-
|[[File:TZ_TentKit.png|link=Tent Kit]] || [[Tent Kit]]
|[[wardrobe]]
|}
|4
 
|0.05
==Item distribution==
===Buildings===
{| class="wikitable" style="text-align:center;"
|-
|-
!Building/Room
|rowspan="2"|armysurplus
!Container
|[[metal_shelves]]
!Rolls
|4
!Chance
|2
|-
|-
|rowspan="3"|All
|[[metal_shelves]]
|[[Containers#Corpse|Male Corpse]]
|4
|1
|2
|0.1
|-
|-
<!--|All-->
|rowspan="2"|bedroom
|[[Containers#Corpse|Female Corpse]]
|[[crate]]
|1
|1
|0.1
|0.05
|-
|-
<!--|All-->
|[[locker]]
|[[Containers#Bedrooms Storage|Wardrobe]]
|4
|4
|0.5
|0.05
|-
|-
|Bedroom
|rowspan="2"|camping
|[[Containers#Bedrooms Storage|Wardrobe]]
|[[counter]]
|4
|2
|2
|0.5
|-
|-
|Changeroom
|[[counter]]
|[[Containers#Lockers|Locker]]
|4
|2
|2
|0.5
|-
|-
|Motel Room (occupied)
|changeroom
|[[Containers|Other]]
|[[locker]]
|2
|4
|0.1
|0.05
|-
|-
|rowspan="2"|Sport Store
|rowspan="5"|closet
|[[Containers#Shelves|Shelves]]
|[[crate]]
|3
|4
|0.5
|0.5
|-
|-
<!--|Sport Store-->
|[[crate]]
|[[Containers#Displays|Clothing Rack]]
|4
|3
|2
|0.5
|-
|-
|Sport Storage
|[[crate]]
|[[Containers#Shelves|Metal Shelves]]
|4
|3
|2
|0.5
|-
|-
|}
|[[crate]]
 
|4
===Vehicles===
|0.05
{| class="wikitable" style="text-align:center;"
|-
!Profession
!Container
!Rolls
!Chance
|-
|Taxi
|[[Trunk]]
|3
|1.5
|-
|-
|[[metal_shelves]]
|4
|0.05
|}
|}
It can be found in residential areas in closets and dressers, and also in camping and hardware stores.


 
==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">
Duffelbag.png|Icon before build 41.
</gallery>


==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
<nowiki>
| {{CodeSnip
item BigHikingBag
  | lang = java
WeightReduction = 80,
  | line = true
Weight         = 0.5,
  | start = 69
Type         = Container,
  | source = clothing_bags.txt
Capacity = 22,
  | retrieved = true
DisplayName = Big Hiking Bag,
  | version = 41.78.16
Icon         = Duffelbag,
  | code =
CanBeEquipped = Back,
item Bag_BigHikingBag
OpenSound = PZ_OpenBag,
    {
CloseSound = PZ_CloseBag,
        DisplayCategory = Bag,
PutInSound = PZ_PutInBag,
        WeightReduction = 80,
</nowiki>
        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==
==See also==
* [[Normal Hiking Bag]]
{{Navbox items|containers}}
* [[Duffelbag]]
* [[Schoolbag]]
 
{{Navbox/Baggage}}
[[Category:Baggage]]
[[Category:Items]]

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