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

Pizza Whirled Counter

From PZwiki
Project ZomboidContainer tilesCountersPizza Whirled Counter
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Pizza Whirled Counter
Location restaurant pizzawhirled 01 37.png
Location restaurant pizzawhirled 01 37.png
Location restaurant pizzawhirled 01 39.png
Location restaurant pizzawhirled 01 33.png
[[File:{{{icon5}}}|Pizza Whirled Counter||class=pixelart}}]]
[[File:{{{icon6}}}|Pizza Whirled Counter||class=pixelart}}]]
[[File:{{{icon7}}}|Pizza Whirled Counter||class=pixelart}}]]
[[File:{{{icon8}}}|Pizza Whirled Counter||class=pixelart}}]]
[[File:{{{icon9}}}|Pizza Whirled Counter||class=pixelart}}]]
General
Category
Counter
EncumbranceMoodle Icon HeavyLoad.png
10.0
Size
1 tile
Properties
Type
Movable
Is low
True
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_restaurant_pizzawhirled_01_35
location_restaurant_pizzawhirled_01_37
location_restaurant_pizzawhirled_01_39
location_restaurant_pizzawhirled_01_33
Tile ID(s)
216035
216037
216039
216033

A Pizza Whirled counter is a movable tile.

Usage

This tile uses the generic movable item when picked up.

Crafting

Breakage occurs when the player fails at picking up an item.

Breakage materials
Item dropped Maximum amount Chance per roll
Plank 3 20
Nails 1 10

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
{
      "location_restaurant_pizzawhirled_01_35": {
          "name": "location_restaurant_pizzawhirled_01_35",
          "id": 216035,
          "type": "MAX",
          "tileSheetIndex": 35,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CustomName": "Counter",
                  "Facing": "E",
                  "GroupName": "Pizzawhirled",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 100,
                  "PlaceTool": "Hammer",
                  "Surface": "34",
                  "IsTable": "",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_restaurant_pizzawhirled_01_37": {
          "name": "location_restaurant_pizzawhirled_01_37",
          "id": 216037,
          "type": "MAX",
          "tileSheetIndex": 37,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CustomName": "Counter",
                  "Facing": "S",
                  "GroupName": "Pizzawhirled",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 100,
                  "PlaceTool": "Hammer",
                  "Surface": "34",
                  "IsTable": "",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_restaurant_pizzawhirled_01_39": {
          "name": "location_restaurant_pizzawhirled_01_39",
          "id": 216039,
          "type": "MAX",
          "tileSheetIndex": 39,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CustomName": "Counter",
                  "Facing": "W",
                  "GroupName": "Pizzawhirled",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 100,
                  "PlaceTool": "Hammer",
                  "Surface": "34",
                  "IsTable": "",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_restaurant_pizzawhirled_01_33": {
          "name": "location_restaurant_pizzawhirled_01_33",
          "id": 216033,
          "type": "MAX",
          "tileSheetIndex": 33,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CustomName": "Counter",
                  "Facing": "N",
                  "GroupName": "Pizzawhirled",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 100,
                  "PlaceTool": "Hammer",
                  "Surface": "34",
                  "IsTable": "",
                  "CanBreak": ""
              }
          }
      }
  }

See also