Big Hiking Bag: Difference between revisions

From PZwiki
(layout cleanup)
(added model to infobox & update)
Line 1: Line 1:
{{languages|Big Hiking Bag}}
{{languages}}
{{header|The Game World|Items|Baggage|type=Baggage|version=Version 44|incver=14}}{{Infobox container
{{header|The Game World|Items|Baggage|type=Baggage|version=Version 41|incver=50}}{{Infobox container
| display_name = Big Hiking Bag
| display_name = Big Hiking Bag
| name_colour = Container
| name_colour = Container
Line 111: Line 111:
==Build 41==
==Build 41==
{{Testing|build=[[Build 41]]}}
{{Testing|build=[[Build 41]]}}
{{Infobox container
{{header|The Game World|Items|Baggage|type=Baggage|version=Version 41|incver=50}}{{Infobox container
| display_name = Big Hiking Bag
| display_name = Big Hiking Bag
| name_colour = Container
| name_colour = Container
| name_text_colour = Container
| name_text_colour = Container
| image = BigHiking_Red.png
| image = Model_BigHikingBag_Blue.png
| alternate_image = BigHiking_Red.png
| image_width = 200px
| alternate_name = Big Hiking Bag (Red)
| alternate_image = BigHiking_Blue.png
| alternate_name = Big Hiking Bag (Blue)
| alternate_link =  
| alternate_link =  
| alternate_image2 = BigHiking_Green.png
| alternate_image2 = BigHiking_Green.png
| alternate_name2 = Big Hiking Bag (Green)
| alternate_name2 = Big Hiking Bag (Green)
| alternate_link2 =  
| alternate_link2 =  
| alternate_image3 = BigHiking_Blue.png
| alternate_image3 = BigHiking_Red.png
| alternate_name3 = Big Hiking Bag (Blue)
| alternate_name3 = Big Hiking Bag (Red)
| alternate_link3 =  
| alternate_link3 =  
<!--GENERAL-->
| category = Container
| category = Container
| weight = 0.5
| weight = 1.5
| equipped = Back
| body_location = Back
| capacity = 22
| capacity = 22
| weight_reduction = 80
| weight_reduction = 80
| run_speed = 0.95
| run_speed = 0.95
| class_name = Base.BigHikingBag
<!--TECHNICAL DETAILS-->
| class_name = Base.Bag_BigHikingBag
}}A '''big hiking bag''' is a container [[item]]. The big hiking bag has blue, green and red colour variants.
}}A '''big hiking bag''' is a container [[item]]. The big hiking bag has blue, green and red colour variants.


Line 156: Line 159:


'''''From clothing_others.txt (Project Zomboid directory/media/scripts/clothing)'''''
'''''From clothing_others.txt (Project Zomboid directory/media/scripts/clothing)'''''
{{Retrieved|version=41|incver=14}}
{{Retrieved|version=41|incver=50}}
<pre> item Bag_BigHikingBag
<pre>   item Bag_BigHikingBag
WeightReduction = 80,
    {
Weight = 1.5,
        WeightReduction = 80,
Type = Container,
        Weight = 1.5,
Capacity = 22,
        Type = Container,
DisplayName = Big Hiking Bag,
        Capacity = 22,
IconsForTexture = BigHiking_Blue;BigHiking_Green;BigHiking_Red,
        DisplayName = Big Hiking Bag,
CanBeEquipped = Back,
        IconsForTexture = BigHiking_Blue;BigHiking_Green;BigHiking_Red,
OpenSound   = OpenBag,
        CanBeEquipped = Back,
CloseSound   = CloseBag,
        OpenSound   =   OpenBag,
PutInSound   = PutItemInBag,
        CloseSound   =   CloseBag,
ClothingItem = Bag_BigHikingBag,
        PutInSound   =   PutItemInBag,
BloodLocation = Bag,
        ClothingItem = Bag_BigHikingBag,
RunSpeedModifier = 0.95,</pre>
        BloodLocation = Bag,
        RunSpeedModifier = 0.95,
        AttachmentReplacement = Bag,
        ReplaceInSecondHand = Bag_BigHikingBag_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_BigHikingBag_RHand holdingbagright,
    }</pre>


==Gallery==
==Gallery==

Revision as of 11:44, 4 February 2021

The Game WorldItemsBaggageBig Hiking Bag
Big Hiking Bag
Big Hiking Bag
General
Category Container
Encumbrance
Heavy Load
0.5
Body location Back
Capacity 22
Encumbrance reduction 80%
Technical details
Item ID Base.BigHikingBag

A big hiking bag is a container item.

Usage

A big hiking bag 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.

Big hiking bags can spawn with:

File:VestAnim.gif Vest
ShirtAnim.gif Sweater
ShirtAnim.gif Blouse
File:TrousersAnim.gif Pants (disambiguation)
SkirtAnim.gif Skirt
Shoes.png Shoes (disambiguation)
SocksAnim.gif Socks
UnderwearAnim.gif Underwear
TZ TentKit.png Tent Kit

Distribution

It can occasionally be found inside wardrobes, though wardrobes are more likely to contain a normal hiking bag, duffelbag or schoolbag.

Buildings

Building/Room Container Rolls Chance
All Male Corpse 1 0.1
Female Corpse 1 0.1
Wardrobe 4 0.5
Bedroom Wardrobe 2 0.5
Changeroom Locker 2 0.5
Motel Room (occupied) Other 2 0.1
Sport Store Shelves 3 0.5
Clothing Rack 3 0.5
Sport Storage Metal Shelves 3 0.5

Vehicles

Profession Container Rolls Chance
Taxi Trunk 3 1.5

Build 41

Profession engineer.png
This is a testing feature.
This article is about an item or mechanic that is currently in testing and not part of the stable version of the game.
The Game WorldItemsBaggageBig Hiking Bag
Big Hiking Bag
Big Hiking Bag
Big Hiking Bag (Blue) Big Hiking Bag (Green) Big Hiking Bag (Red)
General
Category Container
Encumbrance
Heavy Load
1.5
Body location Back
Capacity 22
Encumbrance reduction 80%
Speed
Run speed 95%
Technical details
Item ID Base.Bag_BigHikingBag

A big hiking bag is a container item. The big hiking bag has blue, green and red colour variants.

Code

Build 40

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.6

	item BigHikingBag
		WeightReduction	= 80,
		Weight	        = 0.5,
		Type	        = Container,
		Capacity	= 22,
		DisplayName	= Big Hiking Bag,
		Icon	        = Duffelbag,
		CanBeEquipped	= Back,
		OpenSound	= PZ_OpenBag,
		CloseSound	= PZ_CloseBag,
		PutInSound	= PZ_PutInBag,

Build 41

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

   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,
    }

Gallery


See also

Template:Navbox/Baggage