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

Brown Motel Floor

From PZwiki
Project ZomboidTilesTraversablesFloorsBrown Motel Floor
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Brown Motel Floor
Location hospitality sunstarmotel 01 57.png
[[File:{{{icon2}}}|Brown Motel Floor||class=pixelart}}]]
[[File:{{{icon3}}}|Brown Motel Floor||class=pixelart}}]]
[[File:{{{icon4}}}|Brown Motel Floor||class=pixelart}}]]
[[File:{{{icon5}}}|Brown Motel Floor||class=pixelart}}]]
[[File:{{{icon6}}}|Brown Motel Floor||class=pixelart}}]]
[[File:{{{icon7}}}|Brown Motel Floor||class=pixelart}}]]
[[File:{{{icon8}}}|Brown Motel Floor||class=pixelart}}]]
[[File:{{{icon9}}}|Brown Motel Floor||class=pixelart}}]]
General
Category
Brown Motel Floor
EncumbranceMoodle Icon HeavyLoad.png
1.0
Size
1 tile
Properties
Type
Movable
Move
Pickup Skill (level)
Move type
FloorTile
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_hospitality_sunstarmotel_01_57
Tile ID(s)
152057

A brown motel floor 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
Thread 1 20
Ripped Sheets 3 10
Sheet 1 1

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_hospitality_sunstarmotel_01_57": {
          "name": "location_hospitality_sunstarmotel_01_57",
          "id": 152057,
          "type": "MAX",
          "tileSheetIndex": 57,
          "properties": {
              "generic": {
                  "solidfloor": "",
                  "CustomName": "Brown Motel Floor",
                  "IsMoveAble": "",
                  "Material": "Fabric",
                  "PickUpLevel": "1",
                  "PickUpTool": "Cutter",
                  "PickUpWeight": 10,
                  "MoveType": "FloorTile",
                  "CanBreak": ""
              }
          }
      }
  }

See also