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

White Striped Corner Counter

From PZwiki
Project ZomboidContainer tilesCountersWhite Striped Corner Counter
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
White Striped Corner Counter
Location restaurant pie 01 42.png
Location restaurant pie 01 44.png
Location restaurant pie 01 46.png
Location restaurant pie 01 40.png
[[File:{{{icon5}}}|White Striped Corner Counter||class=pixelart}}]]
[[File:{{{icon6}}}|White Striped Corner Counter||class=pixelart}}]]
[[File:{{{icon7}}}|White Striped Corner Counter||class=pixelart}}]]
[[File:{{{icon8}}}|White Striped Corner Counter||class=pixelart}}]]
[[File:{{{icon9}}}|White Striped Corner Counter||class=pixelart}}]]
General
Category
Counter
EncumbranceMoodle Icon HeavyLoad.png
10.0
Size
1 tile
Properties
TypeCounter
counter
Capacity
50
Is low
True
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_restaurant_pie_01_42
location_restaurant_pie_01_44
location_restaurant_pie_01_46
location_restaurant_pie_01_40
Tile ID(s)
156042
156044
156046
156040

A white striped corner counter is a movable tile.

Usage

This tile can be used to store items. It has a capacity of 50. 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
Plank 6 40 6
Nails 4 50 4
Screws 4 50 4
Plank 1 90 1
On dismantle failure
Scrap Wood

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_pie_01_42": {
          "name": "location_restaurant_pie_01_42",
          "id": 156042,
          "type": "MAX",
          "tileSheetIndex": 42,
          "properties": {
              "generic": {
                  "container": "counter",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "50",
                  "CustomName": "Counter",
                  "Facing": "E",
                  "GroupName": "Pie Store Corner",
                  "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_pie_01_44": {
          "name": "location_restaurant_pie_01_44",
          "id": 156044,
          "type": "MAX",
          "tileSheetIndex": 44,
          "properties": {
              "generic": {
                  "container": "counter",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "50",
                  "CustomName": "Counter",
                  "Facing": "S",
                  "GroupName": "Pie Store Corner",
                  "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_pie_01_46": {
          "name": "location_restaurant_pie_01_46",
          "id": 156046,
          "type": "MAX",
          "tileSheetIndex": 46,
          "properties": {
              "generic": {
                  "container": "counter",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "50",
                  "CustomName": "Counter",
                  "Facing": "W",
                  "GroupName": "Pie Store Corner",
                  "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_pie_01_40": {
          "name": "location_restaurant_pie_01_40",
          "id": 156040,
          "type": "MAX",
          "tileSheetIndex": 40,
          "properties": {
              "generic": {
                  "container": "counter",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "50",
                  "CustomName": "Counter",
                  "Facing": "N",
                  "GroupName": "Pie Store Corner",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 100,
                  "PlaceTool": "Hammer",
                  "Surface": "34",
                  "IsTable": "",
                  "CanBreak": ""
              }
          }
      }
  }

See also