More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
Mortar Grinder
[[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}}]]
Properties
Type
Movable
Is low
True
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
construction_01_7
construction_01_6
construction_01_6
Tile ID(s)
201007
201006
201006
A mortar grinder is a movable tile.
Usage
This tile uses the generic movable item when picked up.
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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
{
"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
}
}
}
}