Big Hiking Bag

From PZwiki
Revision as of 11:36, 2 May 2018 by Vaileasys (talk | contribs) (Added code location, rewrote description, change icon.)


The Game WorldItemsBaggageBig Hiking Bag

Template:Items The Big Hiking Bag is a baggage item that can be equipped on the back. This allows 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 usually be found inside wardrobes, however it is more likely to have a normal hiking bag, duffel bag or schoolbag.




Item Description Weight Weight Reduction Capacity Classname
Duffelbag.png
Big Hiking Bag
- 0.5 80 22 Base.BigHikingBag

Code

From newitems.txt (Project Zomboid directory/media/scripts/)

	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