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

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Pinewood Floor

From PZwiki
Project ZomboidTilesTraversablesFloorsPinewood Floor
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Parts of this page may have been automatically updated to the latest build (42.0.2).
Pinewood Floor
Floors interior tilesandwood 01 52.png
[[File:{{{icon2}}}|Pinewood Floor||class=pixelart}}]]
[[File:{{{icon3}}}|Pinewood Floor||class=pixelart}}]]
[[File:{{{icon4}}}|Pinewood Floor||class=pixelart}}]]
[[File:{{{icon5}}}|Pinewood Floor||class=pixelart}}]]
[[File:{{{icon6}}}|Pinewood Floor||class=pixelart}}]]
[[File:{{{icon7}}}|Pinewood Floor||class=pixelart}}]]
[[File:{{{icon8}}}|Pinewood Floor||class=pixelart}}]]
[[File:{{{icon9}}}|Pinewood Floor||class=pixelart}}]]
General
Category
Pinewood Floor
EncumbranceMoodle Icon HeavyLoad.png
2.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)
floors_interior_tilesandwood_01_52
Tile ID(s)
135052

A pinewood floor is a movable tile.

Usage

This tile uses the generic movable item when picked up. It must be placed on a wooden floor.

Crafting

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

Breakage materials
Item dropped Maximum amount Chance per roll
Plank 3 20
Nails 1 10

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
{
      "floors_interior_tilesandwood_01_52": {
          "name": "floors_interior_tilesandwood_01_52",
          "id": 135052,
          "type": "MAX",
          "tileSheetIndex": 52,
          "properties": {
              "generic": {
                  "solidfloor": "",
                  "CustomName": "Pinewood Floor",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 20,
                  "PlaceTool": "Hammer",
                  "MoveType": "FloorTile",
                  "CanBreak": "",
                  "diamondFloor": "",
                  "attachedFloor": ""
              }
          }
      }
  }

See also