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

Barbecue

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]
Barbecue
BBQ small.png
[[File:{{{icon2}}}|Barbecue||class=pixelart}}]]
[[File:{{{icon3}}}|Barbecue||class=pixelart}}]]
[[File:{{{icon4}}}|Barbecue||class=pixelart}}]]
[[File:{{{icon5}}}|Barbecue||class=pixelart}}]]
[[File:{{{icon6}}}|Barbecue||class=pixelart}}]]
[[File:{{{icon7}}}|Barbecue||class=pixelart}}]]
[[File:{{{icon8}}}|Barbecue||class=pixelart}}]]
[[File:{{{icon9}}}|Barbecue||class=pixelart}}]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
10.0
Size
1 tile
Properties
TypeBarbecue
barbecue
Is low
True
Move
Pickup Skill (level)
None (0)
Disassemble
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
appliances_cooking_01_35
Tile ID(s)
111035

A barbecue is a movable tile.

Usage

This tile can be used as a heat source to cook food. It requires fuel to work. It has a capacity of . This tile uses the generic movable item when picked up.

Crafting

The following table contains the materials that can drop when disassembling this tile.

Base chance is not a percentage, but can provide a basic idea of rarity.
Disassembly materials
Material Amount of tries Base chance Maximum amount
Small Metal Sheet 2 80 2
Scrap Metal 1 70 1
On dismantle failure
Unusable Metal

Code

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

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "appliances_cooking_01_35": {
          "name": "appliances_cooking_01_35",
          "id": 111035,
          "type": "MAX",
          "tileSheetIndex": 35,
          "properties": {
              "generic": {
                  "container": "barbecue",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Barbecue",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "IsoType": "IsoBarbecue",
                  "Material": "SmallMetalPlates",
                  "Material2": "MetalScrap",
                  "PickUpWeight": 100,
                  "ScrapSize": "Small"
              }
          }
      }
  }

See also