Kitchen Tongs

From PZwiki
(Redirected from Kitchen Tongs)
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Kitchen Tongs
Tongs
General
Category
Cooking
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
None
Technical
Item ID
Base.KitchenTongs

Kitchen tongs are an item that can be found in the world.

Usage

While considered a cooking item in the code, kitchen tongs currently have no crafting use. Their primary purpose is adding item diversity and realism for the player when looting, or for decoration.

Distribution

The loot distributions can be found in the table(s) below.

KitchenTongs distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
bakerykitchen counter 19.27%
barbecuestore counter 23.28%
barbecuestore shelves 23.28%
burgerkitchen counter 19.27%
butcher shelves 23.28%
cafekitchen counter 19.27%
cafeteria counter 19.27%
cafeteriakitchen counter 19.27%
chinesekitchen counter 19.27%
deepfry_kitchen counter 19.27%
dinerbackroom counter 19.27%
dinerkitchen counter 19.27%
donut_kitchen counter 19.27%
fishchipskitchen counter 19.27%
garagestorage crate 19.27%
gigamartkitchen counter 19.27%
icecream counter 19.27%
italiankitchen counter 19.27%
jayschicken_kitchen counter 19.27%
kitchen counter 19.27%
kitchen_crepe counter 19.27%
livingroom counter 19.27%
mexicankitchen counter 19.27%
pizzakitchen counter 19.27%
restaurantkitchen counter 19.27%
seafoodkitchen counter 19.27%
spiffoskitchen counter 19.27%
sushikitchen counter 19.27%
westernkitchen counter 19.27%

Kitchen tongs can be found in kitchen cabinets, and with grill supplies.

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 KitchenTongs
    {
        DisplayCategory = Cooking,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=   KitchenTongs,
        Icon	=	Tongs,
    }

Trivia

  • Kitchen tongs currently don't have a model when placed on the ground.

See also