Hairspray: Difference between revisions

From PZwiki
m (minor)
m (Distribution table update)
Line 24: Line 24:
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|Hairspray|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>Hairspray distribution
! Container
        <span class="mw-customtoggle-togglebox-Hairspray" 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-Hairspray">
! 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="4"|aesthetic
    |+ {{ll|Containers}}
|[[counter]]
    ! Building / Room
|4
    ! Container
|1
    ! Rolls
|-
    ! Chance
|[[counter]]
    |-
|4
    | Not referenced
|2
    | {{ll|CrateSalonSupplies}}
|-
    | 4
|[[crate]]
    | 20.0
|4
    |-
|1
    | Not referenced
|-
    | {{ll|CrateSalonSupplies}}
|[[crate]]
    | 4
|4
    | 10.0
|2
    |-
|-
    | aesthetic
|rowspan="3"|bathroom
    | {{ll|counter}}
|[[counter]]
    | 4
|4
    | 20.0
|6
    |-
|-
    | aesthetic
|[[counter]]
    | {{ll|counter}}
|4
    | 4
|6
    | 10.0
|-
    |-
|[[shelves]]
    | aesthetic
|4
    | {{ll|crate}}
|6
    | 4
|-
    | 20.0
|bedroom
    |-
|[[crate]]
    | aesthetic
|1
    | {{ll|crate}}
|0.6
    | 4
|-
    | 10.0
|rowspan="2"|closet
    |-
|[[crate]]
    | bathroom
|4
    | {{ll|counter}}
|6
    | 4
|-
    | 6.0
|[[crate]]
    |-
|4
    | bathroom
|8
    | {{ll|shelves}}
|-
    | 4
|rowspan="2"|pharmacy
    | 6.0
|[[shelves]]
    |-
|4
    | bedroom
|6
    | {{ll|crate}}
|-
    | 1
|[[shelves]]
    | 0.6
|4
    |-
|6
    | closet
|-
    | {{ll|crate}}
|stripclub
    | 4
|[[dresser]]
    | 6.0
|4
    |-
|6
    | closet
|}
    | {{ll|crate}}
    | 4
    | 8.0
    |-
    | pharmacy
    | {{ll|shelves}}
    | 4
    | 6.0
    |-
    | stripclub
    | {{ll|dresser}}
    | 4
    | 6.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Hairspray" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Hairspray|41.78.16-->


==Code==
==Code==

Revision as of 15:42, 24 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Hairspray
Hairspray Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
Technical
Item ID
Base.Hairspray
Used in improvised defensive devices. Requires known recipe or Engineer profession.
— In-game tooltip

A hairspray is an item used in crafting electrical items.

Usage

Hairspray is only used as a crafting component in electrical items. It cannot be used to change the player's appearance like hair gel.

Crafting

Product Ingredients Tools Requirements Workstation XP
Aerosolbomb.png
Aerosol Bomb
Hairspray.png Hairspray ×1
Sparklers.png Box of Sparklers ×1
Aluminum.png Aluminum ×1
none
Profession engineer.png
Engineer occupation
none none

Distribution

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

Hairspray distribution Show / Hide
Containers
Building / Room Container Rolls Chance
Not referenced CrateSalonSupplies 4 20.0
Not referenced CrateSalonSupplies 4 10.0
aesthetic counter 4 20.0
aesthetic counter 4 10.0
aesthetic crate 4 20.0
aesthetic crate 4 10.0
bathroom counter 4 6.0
bathroom shelves 4 6.0
bedroom crate 1 0.6
closet crate 4 6.0
closet crate 4 8.0
pharmacy shelves 4 6.0
stripclub dresser 4 6.0

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Hairspray
    {
        DisplayCategory = Appearance,
        Weight	=	0.2,
        Type	=	Normal,
        DisplayName	=	Hairspray,
        Icon	=	Hairspray,
        Tooltip = Tooltip_ItemTraps,
        WorldStaticModel = HairSpray,
    }

See also