Empty Beer 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 Beer Can
Empty Beer Can
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Metal quantity
10
Technical
Item ID
Base.BeerCanEmpty

An empty beer can is an item that can be found in the world.

Usage

Empty beer 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 beer. They count as metal, and thus will cause a fire if placed in the microwave.

Location

Empty beer cans are commonly found in garbage bins.

History

Base.BeerCanEmpty

Version Description
41.65 Released on or before this version.

Help PZwiki by adding to this history.

Code

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

Item

BeerCan.png Base.BeerCanEmpty
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item BeerCanEmpty
    {
        DisplayCategory = Junk,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Empty Beer Can,
        Icon	=	BeerCan,
        MetalValue = 10,
        WorldStaticModel = BeerCanEmptyWorld,
    }

See also