Cowboy Hat: Difference between revisions

From PZwiki
m (Automated Formatting)
m (Distribution table update)
Line 29: Line 29:
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|Hat_Cowboy|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>Hat_Cowboy distribution
! Container
        <span class="mw-customtoggle-togglebox-Hat_Cowboy" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
! style="width: 3.2em;" | Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Hat_Cowboy">
! style="width: 3.2em;" | Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
|all
    |+ {{ll|Containers}}
|[[postbox]]
    ! Building / Room
|4
    ! Container
|4
    ! Rolls
|-
    ! Chance
|closet
    |-
|[[crate]]
    | closet
|4
    | {{ll|crate}}
|2
    | 4
|-
    | 4.0
|clothingstorage
    |-
|[[crate]]
    | closet
|4
    | {{ll|crate}}
|4
    | 4
|-
    | 2.0
|clothingstore
    |-
|[[counter]]
    | clothingstorage
|4
    | {{ll|crate}}
|4
    | 4
|}
    | 4.0
    |-
    | clothingstore
    | {{ll|counter}}
    | 4
    | 4.0
    |}
</div>
<div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Vehicles}}
    ! Vehicle Type/Location
    ! Rolls
    ! Chance
    |-
    | ClothingTruckBed
    | 4
    | 0.4
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Hat_Cowboy" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Hat_Cowboy|41.78.16-->


===Buildings===
===Buildings===

Revision as of 15:17, 24 April 2024

Spiffo controlyourself.png
This page was last updated for an older version (41.65).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Cowboy Hat
CowboyHat Black Model.png
CowboyHat Brown Model.png
CowboyHat White Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Hat
Properties
Insulation
30%
Wind resistance
20%
Technical
Item ID
Base.Hat_Cowboy

The cowboy hat is a fairly common hat often associated with the south of America.

Body location

Protection Hat.png
  • Head

Distribution

The loot distributions can be found in the table(s) below.

Hat_Cowboy distribution Show / Hide
Containers
Building / Room Container Rolls Chance
closet crate 4 4.0
closet crate 4 2.0
clothingstorage crate 4 4.0
clothingstore counter 4 4.0
Vehicles
Vehicle Type/Location Rolls Chance
ClothingTruckBed 4 0.4

Buildings

Cowboy hats can sometimes be found in clothing stores.

NPCs

Zombies wearing cowboy hats will sometimes spawn at farms.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\clothing\clothing_hats.txt

Retrieved: Build 41.78.16
item Hat_Cowboy
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Cowboy Hat,
		ClothingItem = Hat_Cowboy,
		BodyLocation = Hat,
		IconsForTexture = HatCowboyBlack;HatCowboyBrown;HatCowboyWhite,
		CanHaveHoles = false,
		ChanceToFall = 50,
        Insulation = 0.3,
        WindResistance = 0.2,
        BloodLocation = Head,
	}

See also