Cooler: Difference between revisions

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


==Code==
==Code==

Revision as of 15:16, 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]
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Cooler
Cooler Model.png
General
Category
Container
Encumbrance
Moodle Icon HeavyLoad.png
1.5 (empty)
8.05 (full)
Equipped
One-handed
Properties
Capacity
8
Run speed
90% (disabled)
Technical
Item ID
Base.Cooler

A cooler is a container item.

Usage

A cooler cannot be equipped on the player's back. It must be equipped in one of the player's hands or dropped to be accessed.

Distribution

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

Cooler distribution Show / Hide
Containers
Building / Room Container Rolls Chance
closet crate 4 10.0

Code

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

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

Retrieved: Build 41.78.16
item Cooler
    {
        DisplayCategory = Container,
        WeightReduction	=	5,
        Weight	=	1.5,
        Type	=	Container,
        Capacity	=	8,
        DisplayName	=	Cooler,
        Icon	=	Cooler,
        MetalValue = 15,
        RunSpeedModifier = 0.9,
        ReplaceInSecondHand = Bag_Cooler_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_Cooler_RHand holdingbagright,
        WorldStaticModel = Cooler_Ground,
    }

See also