Cork

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]
PictureKate.png
This is a future feature.
This article is about an item or mechanic that is currently unimplemented and planned for a future version.
It has either been previewed or found in the game files and does not exist yet.
Cork
Cork Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
None
Technical
Item ID
Base.Cork

A cork is an item that can be found in the world.

Usage

The cork currently does not spawn in game. Due to its junk tag, however, it likely has no use and exists solely for creating more realism for the player when looting.

Distribution

Currently unknown. Due to the existence of the corkscrew, however, it is assumed that it might be produced through opening white wine and/or red wine.

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Cork
    {
        DisplayCategory = Junk,
        Type				=			Normal,
        DisplayName			=		    Cork,
        Icon				=			Cork,
        Weight				=			0.1,
        WorldStaticModel = Cork,
    }

See also