Empty Tin Can: Difference between revisions

From PZwiki
m (minor)
(Update distribution file)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Materials|Metal}}
{{Header|Project Zomboid|Items|Materials|Metal}}
{{Page version|41.68}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name=Empty Tin Can
|name=Empty Tin Can
|model=TinnedCanEmpty_Model.png.png
|model=TinnedCanEmpty_Model.png.png
|model_width=200px
|icon=TinCanEmpty.png
|icon=TinCanEmpty.png
|icon_name=Empty Tin Can
|icon_name=Empty Tin Can
Line 24: 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|TinCanEmpty|41.78.16-->
! colspan="4" | Containers
{{Clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>TinCanEmpty distribution
! Container
        <span class="mw-customtoggle-togglebox-TinCanEmpty" 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-TinCanEmpty">
! style="width: 3.2em;" | Chance
    Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the [[lucky]] and [[unlucky]] traits.    <div class="toggle-content">
|-
<div class="pz-container">
|rowspan="9"|garagestorage
<div id="containers" style="flex-basis:30%">
|[[crate]]
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
|4
    |+ {{ll|Containers}}
|1
    ! Building/Room
|-
    ! Container
|[[crate]]
    ! Effective chance
|4
    |-
|1
    | all
|-
    | {{ll|bin}}
|[[crate]]
    | 10.78%
|4
    |-
|1
    | garagestorage
|-
    | {{ll|crate}}
|[[crate]]
    | 23.28%
|4
    |-
|1
    | garagestorage
|-
    | {{ll|crate}}
|[[crate]]
    | 41.14%
|4
    |-
|1
    | garagestorage
|-
    | {{ll|crate}}
|[[crate]]
    | 76.55%
|4
    |-
|1
    | motelroomoccupied
|-
    | {{ll|bin}}
|[[crate]]
    | 10.78%
|4
    |-
|2
    | storageunit
|-
    | {{ll|crate}}
|[[crate]]
    | 23.28%
|4
    |}
|2
</div>
|-
    </div><div style="clear: both;"></div>
|[[crate]]
    </div></div><div class="toggle large mw-customtoggle-togglebox-TinCanEmpty" title="{{int:show}}/{{int:hide}}"></div></div>
|4
<!--END BOT FLAG|TinCanEmpty|41.78.16-->
|5
|-
|motelroomoccupied
|[[bin]]
|4
|4
|}
Empty tin cans are commonly found in [[Tiles#Bins|garbage bins]] or [[Tiles#Crates|crates]].
Empty tin cans are commonly found in [[Tiles#Bins|garbage bins]] or [[Tiles#Crates|crates]].



Latest revision as of 12:40, 30 April 2024

Project ZomboidItemsMaterialsMetalEmpty Tin Can
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Empty Tin Can
TinnedCanEmpty Model.png.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
None
Properties
Material
Metal
Metal quantity
20
Technical
Item ID
Base.TinCanEmpty

An empty tin can is currently a useless item, categorized as junk.

Usage

Empty tin cans currently have no use, being added purely for the purpose of clutter, creating more realism for the player.

It can be obtained through fully eating a canned food item. The weight of the can is not dependent on the type of canned food it came from.

Distribution

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

TinCanEmpty distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
all bin 10.78%
garagestorage crate 23.28%
garagestorage crate 41.14%
garagestorage crate 76.55%
motelroomoccupied bin 10.78%
storageunit crate 23.28%

Empty tin cans are commonly found in garbage bins or crates.

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 TinCanEmpty
    {
        DisplayCategory = Material,
        Weight = 0.2,
        Type = Normal,
        DisplayName	= Empty Tin Can,
        Icon = TinCanEmpty,
        MetalValue = 20,
        StaticModel = CanOpen,
        WorldStaticModel = TinCanEmpty_Ground,
    }

See also