Empty Pop Can

From PZwiki
Revision as of 18:02, 27 January 2023 by RikoPrushka (talk | contribs)
The Game WorldItemsEmpty Pop Can

Template:Infobox normalAn 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. It can be obtained by fully consuming a can of Pop.

Distribution

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

Gallery

Code

From newitems.txt (Project Zomboid directory/media/scripts/)

Empty Diet Pop PopEmpty.png Retrieved: Build 41.68

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

Empty Cola Pop PopEmpty.png Retrieved: Build 41.68

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

Empty Fizz Pop PopEmpty.png Retrieved: Build 41.68

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

See also