Air Force Helmet: Difference between revisions

From PZwiki
m (Remove lines))
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_SPHhelmet|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>Hat_SPHhelmet distribution
! Container
        <span class="mw-customtoggle-togglebox-Hat_SPHhelmet" 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_SPHhelmet">
! 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%;"
|armyhanger
    |+ {{ll|Containers}}
|[[locker]]
    ! Building / Room
|4
    ! Container
|4
    ! Rolls
|}
    ! Chance
    |-
    | armyhanger
    | {{ll|locker}}
    | 4
    | 4
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Hat_SPHhelmet" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Hat_SPHhelmet|41.78.16-->


==Code==
==Code==

Revision as of 16:38, 23 April 2024

Project ZomboidItemsClothingHeadwearHelmetsAir Force Helmet
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.
Air Force Helmet
HelmetSP Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
FullHat
Properties
Combat speed
95%
Scratch defence
100%
Bite defence
100%
Insulation
70%
Wind resistance
70%
Water resistance
100%
Technical
Item ID
Base.Hat_SPHhelmet

An air force helmet is a hat that provides moderate insulation and great protection.

Usage

An air force helmet can be used to protect the wearer from attacks to the head.

Body location

Protection Hat.png
  • Head

Distribution

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

Hat_SPHhelmet distribution Show / Hide
Containers
Building / Room Container Rolls Chance
armyhanger locker 4 4

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_SPHhelmet
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Airforce Helmet,
		ClothingItem = Hat_SPHhelmet,
		BodyLocation = FullHat,
		BloodLocation = FullHelmet,
		Icon = HelmetSP,
		CanHaveHoles = false,
		CombatSpeedModifier = 0.95,
		BiteDefense = 100,
        ScratchDefense = 100,
        ChanceToFall = 0,
        Insulation = 0.70,
        WindResistance = 0.70,
        WaterResistance = 1.0,
	}

See also