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

Mobile Tool Counter

From PZwiki
Project ZomboidContainer tilesCountersMobile Tool Counter
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Mobile Tool Counter
Location community medical 01 50.png
Location community medical 01 49.png
Location community medical 01 48.png
Location community medical 01 51.png
[[File:{{{icon5}}}|Mobile Tool Counter||class=pixelart}}]]
[[File:{{{icon6}}}|Mobile Tool Counter||class=pixelart}}]]
[[File:{{{icon7}}}|Mobile Tool Counter||class=pixelart}}]]
[[File:{{{icon8}}}|Mobile Tool Counter||class=pixelart}}]]
[[File:{{{icon9}}}|Mobile Tool Counter||class=pixelart}}]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
5.0
Size
1 tile
Properties
Type
Movable
Is low
True
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_community_medical_01_50
location_community_medical_01_49
location_community_medical_01_48
location_community_medical_01_51
Tile ID(s)
213050
213049
213048
213051

A mobile tool counter is a movable tile.

Usage

This tile uses the generic movable item when picked up.

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_community_medical_01_50": {
          "name": "location_community_medical_01_50",
          "id": 213050,
          "type": "MAX",
          "tileSheetIndex": 50,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CustomName": "Counter",
                  "Facing": "E",
                  "GroupName": "Mobile Tool",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "PickUpWeight": 50,
                  "ScrapSize": "Small",
                  "ItemHeight": "30"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_community_medical_01_49": {
          "name": "location_community_medical_01_49",
          "id": 213049,
          "type": "MAX",
          "tileSheetIndex": 49,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CustomName": "Counter",
                  "Facing": "S",
                  "GroupName": "Mobile Tool",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "PickUpWeight": 50,
                  "ScrapSize": "Small",
                  "ItemHeight": "30"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_community_medical_01_48": {
          "name": "location_community_medical_01_48",
          "id": 213048,
          "type": "MAX",
          "tileSheetIndex": 48,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CustomName": "Counter",
                  "Facing": "W",
                  "GroupName": "Mobile Tool",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "PickUpWeight": 50,
                  "ScrapSize": "Small",
                  "ItemHeight": "30"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_community_medical_01_51": {
          "name": "location_community_medical_01_51",
          "id": 213051,
          "type": "MAX",
          "tileSheetIndex": 51,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CustomName": "Counter",
                  "Facing": "N",
                  "GroupName": "Mobile Tool",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "PickUpWeight": 50,
                  "ScrapSize": "Small",
                  "ItemHeight": "30"
              }
          }
      }
  }

See also