Grill Brush: Difference between revisions

From PZwiki
m (Automated Formatting)
m (minor)
Line 11: Line 11:
|item_id=Base.GrillBrush
|item_id=Base.GrillBrush
}}
}}
A '''Grill Brush''' is an [[Items|item]] that can be found in the world.
A '''grill brush''' is an [[Items|item]] that can be found in the world.


==Usage==
==Usage==
Line 58: Line 58:
|4
|4
|8
|8
|}Grill Brushes can be found in kitchen cabinets, butcher shops, and grill supplies.
|}
Grill brushes can be found in kitchen cabinets, butcher shops, and grill supplies.


==Code==
==Code==
Line 86: Line 87:
*[[Kitchen Tongs]]
*[[Kitchen Tongs]]
*[[Carving Fork]]
*[[Carving Fork]]
{{Navbox items|tools}}
{{Navbox items|tools}}

Revision as of 19:46, 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]
Grill Brush
GrillBrush Model.png
General
Category
Cooking
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
None
Technical
Item ID
Base.GrillBrush

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

Usage

While considered a cooking item in the code, the Grill Brush currently has no crafting use. Its 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 4
counter 4 8
counter 4 8
barbecuestore counter 4 1
counter 4 2
departmentstorage metal_shelves 4 8
garagestorage crate 4 8

Grill brushes can be found in kitchen cabinets, butcher shops, and 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 GrillBrush
    {
        DisplayCategory = Cooking,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=   Grill Brush,
        Icon	=	GrillBrush,
        MetalValue = 20,
        WorldStaticModel = GrillBrush_Ground,
    }

See also