Antlers Boppers: Difference between revisions

From PZwiki
m (Remove lines))
m (Distribution table update)
Line 21: Line 21:
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_Antlers|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>Hat_Antlers distribution
! Container
        <span class="mw-customtoggle-togglebox-Hat_Antlers" 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_Antlers">
! 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%;"
|rowspan="2"|closet
    |+ {{ll|Containers}}
|[[crate]]
    ! Building / Room
|4
    ! Container
|2
    ! Rolls
|-
    ! Chance
|[[crate]]
    |-
|4
    | closet
|1
    | {{ll|crate}}
|}
    | 4
    | 10
    |-
    | closet
    | {{ll|crate}}
    | 4
    | 2
    |-
    | garagestorage
    | {{ll|crate}}
    | 4
    | 10
    |-
    | garagestorage
    | {{ll|crate}}
    | 4
    | 2
    |-
    | storageunit
    | {{ll|crate}}
    | 4
    | 10
    |-
    | storageunit
    | {{ll|crate}}
    | 4
    | 2
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Hat_Antlers" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Hat_Antlers|41.78.16-->


==Body location==
==Body location==

Revision as of 16:40, 23 April 2024

Project ZomboidItemsClothingAccessoriesAntlers Boppers
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.
Antlers Boppers
Hat Antlers Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Hat
Technical
Item ID
Base.Hat_Antlers

Antlers boppers are an item of clothing worn on the head.

Usage

Antlers Boppers provide no insulation or protection, so they are best used as a cosmetic item.

Distribution

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

Hat_Antlers distribution Show / Hide
Containers
Building / Room Container Rolls Chance
closet crate 4 10
closet crate 4 2
garagestorage crate 4 10
garagestorage crate 4 2
storageunit crate 4 10
storageunit crate 4 2

Body location

Protection Hat.png
  • Head

Trivia

  • It currently uses the same item icon as a black bandana.

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_Antlers
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Antlers Boppers,
		ClothingItem = Hat_Antlers,
		BodyLocation = Hat,
		Icon = BandanaBlack,
		CanHaveHoles = false,
		BloodLocation = Head,
		ChanceToFall = 10,
		WorldStaticModel = HeadBopper_Antlers_Ground,
	}

See also