Kitchen Tongs: Difference between revisions

From PZwiki
m (Automated Formatting)
m (rm ]])
(One intermediate revision by the same user not shown)
Line 10: Line 10:
|item_id=Base.KitchenTongs
|item_id=Base.KitchenTongs
}}
}}
'''Kitchen tongs''' are an [[Items|item]]]] that can be found in the world.
'''Kitchen tongs''' are an [[Items|item]] that can be found in the world.


==Usage==
==Usage==
While considered a cooking item in the code, the Kitchen Tongs currently have no crafting use. Their primary purpose is adding item diversity and realism for the player when looting, or for decoration.
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==
==Distribution==
Line 82: Line 82:
*[[Grill Brush]]
*[[Grill Brush]]
*[[Carving Fork]]
*[[Carving Fork]]
{{Navbox items|tools}}
{{Navbox items|tools}}

Revision as of 19:12, 19 April 2024

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.

Containers
Building/Room Container Rolls Chance
bakerykitchen counter 4 8
counter 4 8
counter 4 8
barbecuestore counter 4 1
dinerbackroom counter 4 8
garagestorage crate 4 8

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