Empty Pop Can

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Empty Pop Can
PopCanDietEmpty Model.png
PopCanRedEmpty Model.png
PopCanFizzEmpty Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
None
Technical
Item ID
Base.PopEmpty
Base.Pop2Empty
Base.Pop3Empty

An empty pop can is currently a useless item, and often considered as junk.

Usage

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

They can be obtained by fully consuming a can of Pop.

Distribution

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

Pop3Empty 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
garagestorage crate 23.28%
garagestorage crate 41.14%
Pop2Empty 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
garagestorage crate 23.28%
garagestorage crate 41.14%
PopEmpty 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%
motelroomoccupied bin 10.78%
Vehicles
Type Container Effective chance
Ambulance Trunk 10.78%
Carpenter Trunk 10.78%
Clothing Trunk 10.78%
Construction Worker Trunk 10.78%
Distillery Trunk 10.78%
Doctor Trunk 10.78%
Electrician Trunk 10.78%
Farmer Trunk 10.78%
Fisherman Trunk 10.78%
Fossoil Trunk 10.78%
Golf Trunk 10.78%
Groceries Trunk 10.78%
Heralds Trunk 10.78%
Mass Gen Fac Trunk 10.78%
Metal Welder Trunk 10.78%
Painter Trunk 10.78%
Police Trunk 10.78%
Postal Trunk 10.78%
Radio Trunk 10.78%
Ranger Trunk 10.78%
Survivalist Trunk 10.78%
Taxi Trunk 10.78%
Transit Trunk 10.78%
Heavy Trunk 10.78%
Sports Trunk 10.78%
Standard Trunk 10.78%

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

Trivia

  • All cans have seaprate models, but currently use the same icon.

Code

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

PopEmpty.png PopEmpty
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item PopEmpty
    {
        DisplayCategory = Junk,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Empty Pop Can,
        Icon	=	PopEmpty,
        MetalValue = 10,
        WorldStaticModel = PopCanDietWorld,
    }

PopEmpty.png Pop2Empty
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Pop2Empty
    {
        DisplayCategory = Junk,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Empty Pop Can,
        Icon	=	PopEmpty,
        MetalValue = 10,
        WorldStaticModel = PopCanRedWorld,
    }

PopEmpty.png Pop3Empty
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Pop3Empty
    {
        DisplayCategory = Junk,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Empty Pop Can,
        Icon	=	PopEmpty,
        MetalValue = 10,
        WorldStaticModel = PopCanFizzWorld,
    }

See also