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

Raised Plantbed

From PZwiki
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).
Raised Plantbed
Vegetation indoor 01 8.png
[[File:{{{icon2}}}|Raised Plantbed||class=pixelart}}]]
[[File:{{{icon3}}}|Raised Plantbed||class=pixelart}}]]
[[File:{{{icon4}}}|Raised Plantbed||class=pixelart}}]]
[[File:{{{icon5}}}|Raised Plantbed||class=pixelart}}]]
[[File:{{{icon6}}}|Raised Plantbed||class=pixelart}}]]
[[File:{{{icon7}}}|Raised Plantbed||class=pixelart}}]]
[[File:{{{icon8}}}|Raised Plantbed||class=pixelart}}]]
[[File:{{{icon9}}}|Raised Plantbed||class=pixelart}}]]
General
Category
Raised Plantbed
EncumbranceMoodle Icon HeavyLoad.png
15.0
Size
1 tile
Properties
Type
Movable
Is low
True
Move
Pickup Skill (level)
Pickup Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
vegetation_indoor_01_8
Tile ID(s)
179008

A raised plantbed 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
{
      "vegetation_indoor_01_8": {
          "name": "vegetation_indoor_01_8",
          "id": 179008,
          "type": "MAX",
          "tileSheetIndex": 8,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CustomName": "Raised Plantbed",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "PickUpLevel": "4",
                  "PickUpTool": "Crowbar",
                  "PickUpWeight": 150
              }
          }
      }
  }

See also