Empty Pop Can: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 10: Line 10:
|alternate_name=Empty Pop Can
|alternate_name=Empty Pop Can
|alternate_link=
|alternate_link=
|category=Material
|category=Junk
|weight=0.1
|weight=0.1
|primary_use=''None''
|primary_use=''None''
Line 37: Line 37:
''Empty Diet Pop'' [[File:PopEmpty.png]]
''Empty Diet Pop'' [[File:PopEmpty.png]]
{{Retrieved|version=41|incver=68}}
{{Retrieved|version=41|incver=68}}
<pre> item PopEmpty
<pre>item PopEmpty
DisplayCategory = Material,
    {
Weight = 0.1,
        DisplayCategory = Junk,
Type = Normal,
        Weight = 0.1,
DisplayName = Empty Pop Can,
        Type = Normal,
Icon = PopEmpty,
        DisplayName = Empty Pop Can,
MetalValue = 10,
        Icon = PopEmpty,
WorldStaticModel = PopCanDietWorld,
        MetalValue = 10,
        WorldStaticModel = PopCanDietWorld,
    }
</pre>
</pre>


''Empty Cola Pop'' [[File:PopEmpty.png]]
''Empty Cola Pop'' [[File:PopEmpty.png]]
{{Retrieved|version=41|incver=68}}
{{Retrieved|version=41|incver=68}}
<pre> item Pop2Empty
<pre>item Pop2Empty
Weight = 0.1,
    {
Type = Normal,
        DisplayCategory = Junk,
DisplayName = Empty Pop Can,
        Weight = 0.1,
Icon = PopEmpty,
        Type = Normal,
MetalValue = 10,
        DisplayName = Empty Pop Can,
WorldStaticModel = PopCanRedWorld,
        Icon = PopEmpty,
        MetalValue = 10,
        WorldStaticModel = PopCanRedWorld,
    }
</pre>
</pre>


''Empty Fizz Pop'' [[File:PopEmpty.png]]
''Empty Fizz Pop'' [[File:PopEmpty.png]]
{{Retrieved|version=41|incver=68}}
{{Retrieved|version=41|incver=68}}
<pre> item Pop3Empty
<pre>item Pop3Empty
Weight = 0.1,
    {
Type = Normal,
        DisplayCategory = Junk,
DisplayName = Empty Pop Can,
        Weight = 0.1,
Icon = PopEmpty,
        Type = Normal,
MetalValue = 10,
        DisplayName = Empty Pop Can,
WorldStaticModel = PopCanFizzWorld,
        Icon = PopEmpty,
        MetalValue = 10,
        WorldStaticModel = PopCanFizzWorld,
    }
</pre>
</pre>



Revision as of 18:02, 27 January 2023

The Game WorldItemsEmpty Pop Can
Empty Pop Can
Empty Pop Can
Empty Pop Can
General
Category Junk
Encumbrance
Heavy Load
0.1
Function None
Technical details
Base 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. 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