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

Mortar Grinder

From PZwiki
Project ZomboidTilesDecorationsMortar Grinder
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Mortar Grinder
Construction 01 7.png
Construction 01 6.png
[[File:{{{icon3}}}|Mortar Grinder||class=pixelart}}]]
[[File:{{{icon4}}}|Mortar Grinder||class=pixelart}}]]
[[File:{{{icon5}}}|Mortar Grinder||class=pixelart}}]]
[[File:{{{icon6}}}|Mortar Grinder||class=pixelart}}]]
[[File:{{{icon7}}}|Mortar Grinder||class=pixelart}}]]
[[File:{{{icon8}}}|Mortar Grinder||class=pixelart}}]]
[[File:{{{icon9}}}|Mortar Grinder||class=pixelart}}]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
15.0
Size
1 tile
Properties
Type
Movable
Is low
True
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
construction_01_7
construction_01_6
Tile ID(s)
201007
201006

A mortar grinder 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
{
      "construction_01_7": {
          "name": "construction_01_7",
          "id": 201007,
          "type": "MAX",
          "tileSheetIndex": 7,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CustomName": "Grinder",
                  "Facing": "E",
                  "GroupName": "Mortar",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "PickUpWeight": 150
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "construction_01_6": {
          "name": "construction_01_6",
          "id": 201006,
          "type": "MAX",
          "tileSheetIndex": 6,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CustomName": "Grinder",
                  "Facing": "S",
                  "GroupName": "Mortar",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "PickUpWeight": 150
              }
          }
      }
  }

See also