Big Hiking Bag: Difference between revisions

From PZwiki
(Redirect to Items#Baggage)
 
(First edit so far. Could have more stuff in the description.)
Line 1: Line 1:
#REDIRECT [[Items#Baggage]]
__NOTOC__
{{languages|Big Hiking Bag}}
 
{{Items
| image = BAGDuffelBag.png
| weight = 0.5
}}
 
==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==
<nowiki>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,
}</nowiki>
 
==History==
{| class="wikitable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| RC 2.9 || Add History here.
|}
 
==See Also==
* [[Hiking Bag]]
* [[Duffel Bag]]
* [[School Bag]]
 
{{Navbox/Baggage}}
[[Category:Baggage]]
[[Category:Items]]
[[Category:Version 0.2.0p]]

Revision as of 18:41, 11 August 2016


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