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
Containers
Building / Room Container Rolls Chance
garagestorage crate 4 20.0
garagestorage crate 4 10.0
Pop2Empty distribution Show / Hide
Containers
Building / Room Container Rolls Chance
garagestorage crate 4 20.0
garagestorage crate 4 10.0
PopEmpty distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all bin 4 4.0
garagestorage crate 4 20.0
garagestorage crate 4 10.0
motelroomoccupied bin 4 4.0
Vehicles
Vehicle Type/Location Rolls Chance
AmbulanceTruckBed 4 4
CarpenterTruckBed 4 4
ClothingTruckBed 4 4
ConstructionWorkerTruckBed 4 4
DistilleryTruckBed 4 4
DoctorTruckBed 4 4
ElectricianTruckBed 4 4
FarmerTruckBed 4 4
FishermanTruckBed 4 4
FossoilTruckBed 4 4
GolfTruckBed 4 4
GroceriesTruckBed 4 4
HeraldsTruckBed 4 4
MassGenFacTruckBed 4 4
MetalWelderTruckBed 4 4
PainterTruckBed 4 4
PoliceTruckBed 4 4
PostalTruckBed 4 4
RadioTruckBed 4 4
RangerTruckBed 4 4
SurvivalistTruckBed 4 4
TaxiTruckBed 4 4
TransitTruckBed 4 4
TrunkHeavy 4 4
TrunkSports 4 4
TrunkStandard 4 4

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