Big Hiking Bag: Difference between revisions

From PZwiki
(First edit so far. Could have more stuff in the description.)
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Big Hiking Bag}}
{{languages|Big Hiking Bag}}
 
{{header|The Game World|Items|Baggage|version=Version 37|incver=13}}
{{Items  
{{Items  
| image = BAGDuffelBag.png
| image = BAGDuffelBag.png
| weight = 0.5
| weight = 0.5
}}
}}
 
<br clear=left>
==Description==
==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.
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.
{| class="wikitable sortable" style="text-align:center"
|-
! class="unsortable" | Item
! class="unsortable" | Description
! class="sortable" | Weight
! class="sortable" | Weight Reduction
! class="sortable" | Capacity
! class="unsortable" | Classname
|-
| [[File:BAGDuffelBag.png|32px|link=Big Hiking Bag]] <br> [[Big Hiking Bag]]
| -
| 0.5
| 80
| 22
| Base.BigHikingBag
|}


==Code==
==Code==
Line 24: Line 42:
         PutInSound    =  PZ_PutInBag,
         PutInSound    =  PZ_PutInBag,
}</nowiki>
}</nowiki>
==History==
{| class="wikitable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| RC 2.9 || Add History here.
|}


==See Also==
==See Also==

Revision as of 12:53, 2 October 2017


The Game WorldItemsBaggageBig Hiking Bag

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.

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

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

See Also

Template:Navbox/Baggage