Big Hiking Bag: Difference between revisions

From PZwiki
mNo edit summary
(Updated layout and changed infobox)
Line 1: Line 1:
__NOTOC__
{{languages|Big Hiking Bag}}
{{languages|Big Hiking Bag}}
{{header|The Game World|Items|Baggage|type=Baggage|version=Version 39|incver=67.5}}{{Baggage
{{header|The Game World|Items|Baggage|type=Baggage|version=Version 40|incver=6}}{{Infobox container
| display_name = Big Hiking Bag
| name_colour = Container
| name_text_colour = Container
| image = Duffelbag_120px.png
| image = Duffelbag_120px.png
| equippable = Back
| category = Container
| weight = 0.5
| weight = 0.5
| equipped = Back
| capacity = 22
| capacity = 22
| weight_reduction = 80
| weight_reduction = 80
| class_name = Base.BigHikingBag
| class_name = Base.BigHikingBag
}}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]].  
}}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:'''
'''Big hiking bags can spawn with:'''
Line 31: Line 37:
|}
|}


==Item distribution==
==Distribution==
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]].
===Buildings===
===Buildings===
{| class="wikitable" style="text-align:center;"
{| class="wikitable" style="text-align:center;"
Line 101: Line 108:
|-
|-
|}
|}


==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
{{Retrieved|version=40|incver=6}}
item BigHikingBag
<pre> item BigHikingBag
WeightReduction = 80,
WeightReduction = 80,
Weight         = 0.5,
Weight         = 0.5,
Line 117: Line 122:
OpenSound = PZ_OpenBag,
OpenSound = PZ_OpenBag,
CloseSound = PZ_CloseBag,
CloseSound = PZ_CloseBag,
PutInSound = PZ_PutInBag,
PutInSound = PZ_PutInBag,</pre>
</nowiki>
 


==See also==
==See also==
Line 127: Line 130:


{{Navbox/Baggage}}
{{Navbox/Baggage}}
[[Category:Baggage]]
[[Category:Items]]

Revision as of 17:14, 12 August 2018

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

Code

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,

See also

Template:Navbox/Baggage