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

Green Plant

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]
Green Plant
Vegetation groundcover 01 17.png
[[File:{{{icon2}}}|Green Plant||class=pixelart}}]]
[[File:{{{icon3}}}|Green Plant||class=pixelart}}]]
[[File:{{{icon4}}}|Green Plant||class=pixelart}}]]
[[File:{{{icon5}}}|Green Plant||class=pixelart}}]]
[[File:{{{icon6}}}|Green Plant||class=pixelart}}]]
[[File:{{{icon7}}}|Green Plant||class=pixelart}}]]
[[File:{{{icon8}}}|Green Plant||class=pixelart}}]]
[[File:{{{icon9}}}|Green Plant||class=pixelart}}]]
General
Category
Green Plant
EncumbranceMoodle Icon HeavyLoad.png
1.0
Size
1 tile
Properties
Type
Movable
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Move type
Vegitation
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
vegetation_groundcover_01_17
Tile ID(s)
178017

A green plant is a movable tile.

Usage

This tile uses the generic movable item when picked up. It must be placed on the ground, on tiles that have sprites starting with 'blends_natural'. These tiles are mostly grasses and dirt.

Crafting

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

Breakage materials
Item dropped Maximum amount Chance per roll
Twigs 3 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
{
      "vegetation_groundcover_01_17": {
          "name": "vegetation_groundcover_01_17",
          "id": 178017,
          "type": "MAX",
          "tileSheetIndex": 17,
          "properties": {
              "generic": {
                  "vegitation": "",
                  "CustomName": "Green Plant",
                  "IsMoveAble": "",
                  "Material": "Natural",
                  "PickUpLevel": "1",
                  "PickUpTool": "Shovel",
                  "PickUpWeight": 10,
                  "PlaceTool": "Shovel",
                  "MoveType": "Vegitation",
                  "CanBreak": "",
                  "attachedFloor": ""
              }
          }
      }
  }

See also