Big Hiking Bag

From PZwiki
Revision as of 18:41, 11 August 2016 by Rivenius (talk | contribs) (First edit so far. Could have more stuff in the description.)


Template:Items

Description

The Big Hiking Bag can be equipped on your back which lets you use weapons or other bags in your hands at the same time. It has the best item weight reduction and capacity of all the bags.

Code

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

History

Alpha
RC 2.9 Add History here.

See Also

Template:Navbox/Baggage