Hunting Vest (disambiguation): Difference between revisions

From PZwiki
(Page Created)
 
m (rm double with)
 
(16 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<!-- COMMENT: This section is for the language bar. The language bar is used for linking translations of the same page into different languages.
{{Disambiguation}}
-->{{languages}}<!-- COMMENT: The header format can be seen in the header template with a working explanation. The header connects categories and Version no. PLEASE ENTER THE VERSION AND INCREMENT No. WHEN YOU MAKE A PAGE. It helps everyone else know how old the page is versionwise -->
'''Hunting vest''' may refer to:
{{header|The Game World|Items|Clothing|version=Version 41|incver=56}}
*[[File:Huntingvest_Camo.png|link=Camo Hunting Vest]] [[Camo Hunting Vest]] - hunting vest with a camouflage, with 80% insulation and 65% wind resistance.
<!-- COMMENT: Here is the infobox for the clothing. This is a quick lookup for the item's stats. For more information, see: https://pzwiki.net/wiki/Template:Infobox_clothing
*[[File:Huntingvest_Grey.png|link=Gray Hunting Vest]] [[Gray Hunting Vest]] - gray-colored hunting vest, with 90% insulation and 80% wind resistance.
-->{{Infobox clothing
*[[File:Huntingvest_Camo.png|link=Green Camo Hunting Vest]] [[Green Camo Hunting Vest]] - hunting vest with a green camouflage, offers the second-best insulation and wind resistance, with 70% insulation and 80% wind resistance.
| display_name = Hunting Vest
*[[File:Huntingvest_Orange.png|link=Orange Hunting Vest]] [[Orange Hunting Vest]] - orange-colored hunting vest, with 75% insulation and 75% wind resistance.
| name_colour = Clothing
| name_text_colour = Clothing
| image =
| image_width = 300px
| alternate_image = Huntingvest_Camo.png
| alternate_name = Camo Hunting Vest
| alternate_link =
| alternate_image2 = Huntingvest_Grey.png
| alternate_name2 = Gray Hunting Vest
| alternate_link2 =
| alternate_image3 = Huntingvest_Camo.png
| alternate_name3 = Green Camo Hunting Vest
| alternate_link3 =
| alternate_image4 = Huntingvest_Orange.png
| alternate_name4 = Orange Hunting Vest
| alternate_link4 =
| alternate_image5 =
| alternate_name5 =
| alternate_link5 =
| alternate_image6 =
| alternate_name6 =
| alternate_link6 =
| alternate_image7 =
| alternate_name7 =
| alternate_link7 =
<!-- General -->
| category = Clothing
| weight = 1.0
| body_location = Torso Extra
| condition =
| capacity =
| weight_reduction =
| attachments_provided =
<!-- Protection -->
| scratch_defense = 0
| bite_defense = 0
<!-- Insulation -->
| insulation = 0.80
| wind_resistance = 0.65
<!-- Technical details -->
| class_name = Base.Vest_Hunting_Camo<br>Base.Vest_Hunting_Grey<br>Base.Vest_Hunting_CamoGreen<br>Base.Vest_Hunting_Orange
}}<!--
COMMENT: include a very brief introduction to the item
-->The '''Hunting Vest''' is a sleeveless vest commonly used by hunters found around [[Knox County]].
 
__TOC__
<!--Comment: This is where the 'Table Of Contents' will go if it is needed-->
==Usage==
<!--Comment: This section contains how the item can be used. This may include crafting, adding attachments (belts), storage space, or another functionality, such as being able to raise and lower the hood of some jackets. -->
 
===Pros and Cons===
{{pros-cons
<!-- #PROS# - below this line -->
|pros1 = Excellent insulation and wind resistance
<!-- #CONS# - below this line -->
|cons1 = Does not cover arms or neck
|cons2 = Provides no protection compared to a [[Bulletproof Vest]]
}}
 
==Body location==
{|<br>{{Body location|body_location=TorsoExtra}}
|}
 
==Variants==
The Hunting vest can appear in four variants, each with slightly varying stats.
{| class="pztable" style="text-align:center;"
! Icon
! Name
! Description
! width="50px" | [[File:UI Heat Protect.png|link=|Insulation]]
! width="50px" | [[File:UI Wind Protect.png|link=|Wind Resistance]]
! Base ID
|-
| [[File:Huntingvest_Camo.png|Camo Hunting Vest]]
| Camo Hunting Vest
| Camouflage Hunting Vest
| 80%
| 65%
| {{ID|Base.Vest_Hunting_Camo}}
|-
| [[File:Huntingvest_Grey.png|Gray Hunting Vest]]
| Gray Hunting Vest
| Gray Colored Hunting Vest
| 90%
| 80%
| {{ID|Base.Vest_Hunting_Grey}}
|-
| [[File:Huntingvest_Camo.png|Green Camo Hunting Vest]]
| Green Camo Hunting Vest
| Alternate Style Camouflage Hunting Vest
| 70%
| 80%
| {{ID|Base.Vest_Hunting_CamoGreen}}
|-
| [[File:Huntingvest_Orange.png|Orange Hunting Vest]]
| Orange Hunting Vest
| High Visibility Orange Hunting Vest
| 75%
| 75%
| {{ID|Base.Vest_Hunting_Orange}}
|-
|}
 
== Item Distribution ==
<!--Comment: The locations this item can be found should be placed here. Spawn locations can be found in the distribution.lua, ProceduralDistributions.lua and vehicledistribution.lua files. -->
 
===Buildings===
The bulletproof vest can be found in farm and gun stores as well as wilderness cabins.
 
===NPCs===
Bulletproof vests can occasionally be found on zombified hunters.
 
== Code ==
<!--Comment: all the code related to the item found in txt files should be placed here-->
<!--COMMENT: Current location of Code in directory for updating purposes. Example below shows how to lay it out. ''''' is for bold italic.-->
'''''From clothing_shirts.txt (Project Zomboid directory/media/scripts/clothing)'''''
 
''Camo Hunting Vest''
<!--COMMENT: Be sure to include this "Retrieved" template, filling in the version of the game the code was retrieved.-->
{{Retrieved|version=41|incver=73}}
<pre>  item Vest_Hunting_Camo
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Camo Hunting Vest,
        ClothingItem = Vest_Hunting_Camo,
        BodyLocation = TorsoExtra,
        Icon = Huntingvest_Camo,
        BloodLocation = ShirtNoSleeves,
        Insulation = 0.8,
        WindResistance = 0.65,
        WorldStaticModel = HuntingVest_Ground,
    }
</pre>
 
''Grey Hunting Vest''
<!--COMMENT: Be sure to include this "Retrieved" template, filling in the version of the game the code was retrieved.-->
{{Retrieved|version=41|incver=73}}
<pre>  item Vest_Hunting_Grey
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Grey Hunting Vest,
        ClothingItem = Vest_Hunting_Grey,
        BodyLocation = TorsoExtra,
        Icon = Huntingvest_Grey,
        BloodLocation = ShirtNoSleeves,
        Insulation = 0.90,
        WindResistance = 0.80,
        WorldStaticModel = HuntingVest_Ground,
    }
</pre>
 
''Green Camo Hunting Vest''
<!--COMMENT: Be sure to include this "Retrieved" template, filling in the version of the game the code was retrieved.-->
{{Retrieved|version=41|incver=73}}
<pre> item Vest_Hunting_CamoGreen
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Green Camo Hunting Vest,
        ClothingItem = Vest_Hunting_CamoGreen,
        BodyLocation = TorsoExtra,
        Icon = Huntingvest_Camo,
        BloodLocation = ShirtNoSleeves,
        Insulation = 0.70,
        WindResistance = 0.80,
        WorldStaticModel = HuntingVest_Ground,
    }
</pre>
 
''Orange Hunting Vest''
<!--COMMENT: Be sure to include this "Retrieved" template, filling in the version of the game the code was retrieved.-->
{{Retrieved|version=41|incver=73}}
<pre> item Vest_Hunting_Orange
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Orange Hunting Vest,
        ClothingItem = Vest_Hunting_Orange,
        BodyLocation = TorsoExtra,
        Icon = Huntingvest_Orange,
        BloodLocation = ShirtNoSleeves,
        Insulation = 0.75,
        WindResistance = 0.75,
        WorldStaticModel = HuntingVest_Ground,
    }
</pre>
 
{{Navbox clothing}}
 
<!--COMMENT: Categories that aren't mentioned in the header should go here. E.g. Welder Mask uses [[Category:Construction]] -->

Latest revision as of 23:00, 24 February 2024

PZwikiSite maintenanceDisambiguation pagesHunting Vest (disambiguation)

Hunting vest may refer to:

  • Huntingvest Camo.png Camo Hunting Vest - hunting vest with a camouflage, with 80% insulation and 65% wind resistance.
  • Huntingvest Grey.png Gray Hunting Vest - gray-colored hunting vest, with 90% insulation and 80% wind resistance.
  • Huntingvest Camo.png Green Camo Hunting Vest - hunting vest with a green camouflage, offers the second-best insulation and wind resistance, with 70% insulation and 80% wind resistance.
  • Huntingvest Orange.png Orange Hunting Vest - orange-colored hunting vest, with 75% insulation and 75% wind resistance.