Big Hiking Bag: Difference between revisions

From PZwiki
No edit summary
(Added code location, rewrote description, change icon.)
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}}
{{header|The Game World|Items|Baggage|version=Version 39|incver=52}}
{{Items  
{{Items  
| image = BAGDuffelBag.png
| image = Duffelbag_120px.png
| weight = 0.5
| weight = 0.5
}}
}}
<br clear=left>
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 [[Containers#Wardrobe|wardrobes]], however it is more likely to have a [[Normal Hiking Bag|normal hiking bag]], [[Duffel Bag|duffel bag]] or [[Schoolbag|schoolbag]].
==Description==
<br><br><br><br><br>
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="wikitable sortable" style="text-align:center"
Line 20: Line 19:
|-
|-


| [[File:BAGDuffelBag.png|32px|link=Big Hiking Bag]] <br> [[Big Hiking Bag]]
| [[File:Duffelbag.png|32px|link=Big Hiking Bag]] <br> [[Big Hiking Bag]]
| -
| -
| 0.5
| 0.5
Line 29: Line 28:


==Code==
==Code==
  <nowiki>item BigHikingBag
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{
  <nowiki>
WeightReduction = 80,
item BigHikingBag
Weight         =       0.5,
WeightReduction = 80,
Type         = Container,
Weight         = 0.5,
Capacity = 22,
Type         = Container,
DisplayName = Big Hiking Bag,
Capacity = 22,
Icon         = Duffelbag,
DisplayName = Big Hiking Bag,
        CanBeEquipped =   Back,
Icon         = Duffelbag,
        OpenSound     =   PZ_OpenBag,
CanBeEquipped = Back,
        CloseSound   =   PZ_CloseBag,
OpenSound = PZ_OpenBag,
        PutInSound   =   PZ_PutInBag,
CloseSound = PZ_CloseBag,
}</nowiki>
PutInSound = PZ_PutInBag,
</nowiki>


==See Also==
==See Also==
* [[Hiking Bag]]
* [[Hiking Bag]]
* [[Duffel Bag]]
* [[Duffel Bag]]
* [[School Bag]]
* [[Schoolbag]]


{{Navbox/Baggage}}
{{Navbox/Baggage}}

Revision as of 11:36, 2 May 2018


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