Normal Hiking Bag: Difference between revisions

From PZwiki
Normal Hiking Bag
m (Removed Testing tag due to Build 41 being stable.)
m (Change to redirect)
Tag: New redirect
 
(28 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{languages|Normal Hiking Bag}}
#REDIRECT [[Hiking Bag]]
{{header|The Game World|Items|Baggage|type=Baggage|version=Version 40|incver=6}}{{Infobox container
| display_name = Normal Hiking Bag
| name_colour = Container
| name_text_colour = Container
| image = Duffelbag_120px.png
| category = Container
| weight = 0.5
| equipped = Back
| capacity = 20
| weight_reduction = 70
| class_name = Base.NormalHikingBag
}}A '''normal hiking bag''' is a container [[item]].
 
==Usage==
A normal hiking bag can be equipped on the back, allowing the player to equip other items in their hands at the same time. It has the second best item weight reduction and capacity of all the bags, exceeded only by the [[Big Hiking Bag|big hiking bag]].
 
'''Normal hiking bags can spawn with:'''
{|
|[[File:VestAnim.gif|link=Vest]] || [[Vest]]
|-
|[[File:ShirtAnim.gif|link=Sweater]] || [[Sweater]]
|-
|[[File:ShirtAnim.gif|link=Blouse]] || [[Blouse]]
|-
|[[File:TrousersAnim.gif|link=Pants]] || [[Pants]]
|-
|[[File:SkirtAnim.gif|link=Skirt]] || [[Skirt]]
|-
|[[File:Shoes.png|link=Shoes]] || [[Shoes]]
|-
|[[File:SocksAnim.gif|link=Socks]] || [[Socks]]
|-
|[[File:UnderwearAnim.gif|link=Underwear]] || [[Underwear]]
|-
|[[File:TZ_TentKit.png|link=Tent Kit]] || [[Tent Kit]]
|}
 
==Distribution==
It can usually be found inside [[Containers#Bedroom Storage|wardrobes]], but it is slightly more common to find a [[duffelbag]] or [[schoolbag]]. It is also the only bag that can be found inside the police station storage.
===Buildings===
{| class="pztable" style="text-align:center;"
|-
!Building/Room
!Container
!Rolls
!Chance
|-
|rowspan="3"|All
|[[Containers#Corpse|Male Corpse]]
|1
|0.1
|-
<!--|All-->
|[[Containers#Corpse|Female Corpse]]
|1
|0.1
|-
<!--|All-->
|[[Containers#Bedrooms Storage|Wardrobe]]
|4
|0.8
|-
|Bedroom
|[[Containers#Bedrooms Storage|Wardrobe]]
|2
|0.8
|-
|Changeroom
|[[Containers#Lockers|Locker]]
|2
|0.8
|-
|Motel Room (occupied)
|[[Containers|Other]]
|2
|0.1
|-
|Police Storage
|[[Containers|Other]]
|4
|1
|-
|rowspan="2"|Sport Store
|[[Containers#Shelves|Shelves]]
|3
|0.8
|-
<!--|Sport Store-->
|[[Containers#Displays|Clothing Rack]]
|3
|0.8
|-
|Sport Storage
|[[Containers#Shelves|Metal Shelves]]
|3
|0.8
|-
|}
 
===Vehicles===
{| class="pztable" style="text-align:center;"
|-
!Profession
!Container
!Rolls
!Chance
|-
|Golf
|[[Trunk]]
|2
|3
|-
|Police
|[[Trunk]]
|4
|1
|-
|Taxi
|[[Trunk]]
|3
|2
|-
|}
 
==Build 41==
{{Infobox container
| display_name = Hiking Bag
| name_colour = Container
| name_text_colour = Container
| image = Model_HikingBag_Blue.png
| image_width = 200px
| alternate_image = Hiking_Blue.png
| alternate_name = Hiking Bag (Blue)
| alternate_link =
| alternate_image2 = Hiking_Green.png
| alternate_name2 = Hiking Bag (Green)
| alternate_link2 =
| alternate_image3 = Hiking_Red.png
| alternate_name3 = Hiking Bag (Red)
| alternate_link3 =
<!--GENERAL-->
| category = Container
| weight = 1.2
| body_location = Back
| capacity = 20
| weight_reduction = 70
| run_speed = 0.96
<!--TECHNICAL DETAILS-->
| class_name = Base.Bag_NormalHikingBag
}}A '''hiking bag''' is a container [[item]]. The hiking bag has blue, green and red colour variants.
 
{{clear}}
 
==Gallery==
<gallery>
Duffelbag_120px.png|Icon prior to build 41. 
Model_HikingBag_Red.png|Model for red colour variant of the hiking bag.
Model_HikingBag_Green.png|Model for green colour variant of big hiking bag.
Model_HikingBag_Blue.png|Model for blue colour variant of the hiking bag.
</gallery>
 
==Code==
''Build 40''
 
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=6}}
<pre> item NormalHikingBag
WeightReduction = 70,
Weight         = 0.5,
Type         = Container,
Capacity = 20,
DisplayName = Normal Hiking Bag,
Icon         = Duffelbag,
CanBeEquipped = Back,
OpenSound = PZ_OpenBag,
CloseSound = PZ_CloseBag,
PutInSound = PZ_PutInBag,</pre>
 
''Build 41''
 
'''''From clothing_others.txt (Project Zomboid directory/media/scripts/clothing)'''''
{{Retrieved|version=41|incver=50}}
<pre>    item Bag_NormalHikingBag
    {
        WeightReduction = 70,
        Weight = 1.2,
        Type = Container,
        Capacity = 20,
        DisplayName = Hiking Bag,
        IconsForTexture = Hiking_Blue;Hiking_Green;Hiking_Red,
        CanBeEquipped = Back,
        OpenSound  =  OpenBag,
        CloseSound  =  CloseBag,
        PutInSound  =  PutItemInBag,
        ClothingItem = Bag_HikingBag,
        BloodLocation = Bag,
        RunSpeedModifier = 0.96,
        AttachmentReplacement = Bag,
        ReplaceInSecondHand = Bag_HikingBag_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_HikingBag_RHand holdingbagright,
    }
</pre>
 
==See also==
* [[Big Hiking Bag]]
* [[Duffelbag]]
* [[Schoolbag]]
 
{{Navbox/Baggage}}
{{Navbox_clothing}}

Latest revision as of 22:57, 30 April 2024

Redirect to: