Cork

From PZwiki
Revision as of 23:14, 26 January 2024 by Angostura (talk | contribs) (made page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D Variant Model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
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.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