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

Gray Mall Tile

From PZwiki
Project ZomboidTilesTraversablesFloorsGray Mall Tile
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Gray Mall Tile
Location shop mall 01 22.png
[[File:{{{icon2}}}|Gray Mall Tile||class=pixelart}}]]
[[File:{{{icon3}}}|Gray Mall Tile||class=pixelart}}]]
[[File:{{{icon4}}}|Gray Mall Tile||class=pixelart}}]]
[[File:{{{icon5}}}|Gray Mall Tile||class=pixelart}}]]
[[File:{{{icon6}}}|Gray Mall Tile||class=pixelart}}]]
[[File:{{{icon7}}}|Gray Mall Tile||class=pixelart}}]]
[[File:{{{icon8}}}|Gray Mall Tile||class=pixelart}}]]
[[File:{{{icon9}}}|Gray Mall Tile||class=pixelart}}]]
General
Category
Grey Mall Tile
EncumbranceMoodle Icon HeavyLoad.png
3.0
Size
1 tile
Properties
Type
Movable
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Move type
FloorTile
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_shop_mall_01_22
Tile ID(s)
230022

A gray mall tile is a movable tile.

Usage

This tile uses the generic movable item when picked up.

Crafting

Breakage occurs when the player fails at picking up an item.

Breakage materials
Item dropped Maximum amount Chance per roll

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_mall_01_22": {
          "name": "location_shop_mall_01_22",
          "id": 230022,
          "type": "MAX",
          "tileSheetIndex": 22,
          "properties": {
              "generic": {
                  "solidfloor": "",
                  "CustomName": "Grey Mall Tile",
                  "IsMoveAble": "",
                  "Material": "Brick",
                  "PickUpLevel": "2",
                  "PickUpTool": "Crowbar",
                  "PickUpWeight": 30,
                  "PlaceTool": "Hammer",
                  "MoveType": "FloorTile",
                  "CanBreak": "",
                  "diamondFloor": ""
              }
          }
      }
  }

See also