Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

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]
Parts of this page may have been automatically updated to the latest build (42.0.2).
For the build 41.78.16 article, please see the old revision.
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
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.

Location

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.

History

Base.Cork

Version Description
Build 41.65 DisplayCategory added with value Junk.
Build 41.51 WorldStaticModel added with value Cork.
Build 35.25b Released on this version.

Code

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

Source: ProjectZomboid\media\scripts\items_misc.txt

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

See also