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

Green Counter

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]
Green Counter
Fixtures counters 01 67.png
Fixtures counters 01 69.png
Fixtures counters 01 71.png
Fixtures counters 01 65.png
[[File:{{{icon5}}}|Green Counter||class=pixelart}}]]
[[File:{{{icon6}}}|Green Counter||class=pixelart}}]]
[[File:{{{icon7}}}|Green Counter||class=pixelart}}]]
[[File:{{{icon8}}}|Green Counter||class=pixelart}}]]
[[File:{{{icon9}}}|Green 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)
fixtures_counters_01_67
fixtures_counters_01_69
fixtures_counters_01_71
fixtures_counters_01_65
Tile ID(s)
121067
121069
121071
121065

A green 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
Nails 2 80 2
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
{
      "fixtures_counters_01_67": {
          "name": "fixtures_counters_01_67",
          "id": 121067,
          "type": "MAX",
          "tileSheetIndex": 67,
          "properties": {
              "generic": {
                  "container": "counter",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CollisionShape": "WestCounter",
                  "ContainerPosition": "Low",
                  "CustomName": "Counter",
                  "Facing": "E",
                  "GroupName": "Green",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Nails",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 100,
                  "PlaceTool": "Hammer",
                  "Surface": "34",
                  "IsTable": "",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "fixtures_counters_01_69": {
          "name": "fixtures_counters_01_69",
          "id": 121069,
          "type": "MAX",
          "tileSheetIndex": 69,
          "properties": {
              "generic": {
                  "container": "counter",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CollisionShape": "NorthCounter",
                  "ContainerPosition": "Low",
                  "CustomName": "Counter",
                  "Facing": "S",
                  "GroupName": "Green",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Nails",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 100,
                  "PlaceTool": "Hammer",
                  "Surface": "34",
                  "IsTable": "",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "fixtures_counters_01_71": {
          "name": "fixtures_counters_01_71",
          "id": 121071,
          "type": "MAX",
          "tileSheetIndex": 71,
          "properties": {
              "generic": {
                  "container": "counter",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CollisionShape": "EastCounter",
                  "ContainerPosition": "Low",
                  "CustomName": "Counter",
                  "Facing": "W",
                  "GroupName": "Green",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Nails",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 100,
                  "PlaceTool": "Hammer",
                  "Surface": "34",
                  "IsTable": "",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "fixtures_counters_01_65": {
          "name": "fixtures_counters_01_65",
          "id": 121065,
          "type": "MAX",
          "tileSheetIndex": 65,
          "properties": {
              "generic": {
                  "container": "counter",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CollisionShape": "SouthCounter",
                  "ContainerPosition": "Low",
                  "CustomName": "Counter",
                  "Facing": "N",
                  "GroupName": "Green",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Nails",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 100,
                  "PlaceTool": "Hammer",
                  "Surface": "34",
                  "IsTable": "",
                  "CanBreak": ""
              }
          }
      }
  }

See also