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

Red Corner Counter

From PZwiki
Project ZomboidContainer tilesCountersRed 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]
Red Corner Counter
Location shop gas2go 01 18.png
Location shop gas2go 01 20.png
Location shop gas2go 01 22.png
Location shop gas2go 01 16.png
[[File:{{{icon5}}}|Red Corner Counter||class=pixelart}}]]
[[File:{{{icon6}}}|Red Corner Counter||class=pixelart}}]]
[[File:{{{icon7}}}|Red Corner Counter||class=pixelart}}]]
[[File:{{{icon8}}}|Red Corner Counter||class=pixelart}}]]
[[File:{{{icon9}}}|Red 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_shop_gas2go_01_18
location_shop_gas2go_01_20
location_shop_gas2go_01_22
location_shop_gas2go_01_16
Tile ID(s)
241018
241020
241022
241016

A red corner counter is a movable tile.

Usage

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_shop_gas2go_01_18": {
          "name": "location_shop_gas2go_01_18",
          "id": 241018,
          "type": "MAX",
          "tileSheetIndex": 18,
          "properties": {
              "generic": {
                  "container": "counter",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerPosition": "Low",
                  "CustomName": "Counter",
                  "Facing": "E",
                  "GroupName": "Gas2Go 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_shop_gas2go_01_20": {
          "name": "location_shop_gas2go_01_20",
          "id": 241020,
          "type": "MAX",
          "tileSheetIndex": 20,
          "properties": {
              "generic": {
                  "container": "counter",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerPosition": "Low",
                  "CustomName": "Counter",
                  "Facing": "S",
                  "GroupName": "Gas2Go 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_shop_gas2go_01_22": {
          "name": "location_shop_gas2go_01_22",
          "id": 241022,
          "type": "MAX",
          "tileSheetIndex": 22,
          "properties": {
              "generic": {
                  "container": "counter",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerPosition": "Low",
                  "CustomName": "Counter",
                  "Facing": "W",
                  "GroupName": "Gas2Go 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_shop_gas2go_01_16": {
          "name": "location_shop_gas2go_01_16",
          "id": 241016,
          "type": "MAX",
          "tileSheetIndex": 16,
          "properties": {
              "generic": {
                  "container": "counter",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerPosition": "Low",
                  "CustomName": "Counter",
                  "Facing": "N",
                  "GroupName": "Gas2Go Corner",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 100,
                  "PlaceTool": "Hammer",
                  "Surface": "34",
                  "IsTable": "",
                  "CanBreak": ""
              }
          }
      }
  }

See also