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

Fern

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]
Fern
Vegetation groundcover 01 20.png
[[File:{{{icon2}}}|Fern||class=pixelart}}]]
[[File:{{{icon3}}}|Fern||class=pixelart}}]]
[[File:{{{icon4}}}|Fern||class=pixelart}}]]
[[File:{{{icon5}}}|Fern||class=pixelart}}]]
[[File:{{{icon6}}}|Fern||class=pixelart}}]]
[[File:{{{icon7}}}|Fern||class=pixelart}}]]
[[File:{{{icon8}}}|Fern||class=pixelart}}]]
[[File:{{{icon9}}}|Fern||class=pixelart}}]]
General
Category
Fern
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_20
Tile ID(s)
178020

A fern 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_20": {
          "name": "vegetation_groundcover_01_20",
          "id": 178020,
          "type": "MAX",
          "tileSheetIndex": 20,
          "properties": {
              "generic": {
                  "vegitation": "",
                  "CustomName": "Fern",
                  "IsMoveAble": "",
                  "Material": "Natural",
                  "PickUpLevel": "1",
                  "PickUpTool": "Shovel",
                  "PickUpWeight": 10,
                  "PlaceTool": "Shovel",
                  "MoveType": "Vegitation",
                  "CanBreak": "",
                  "attachedFloor": ""
              }
          }
      }
  }

See also