More actions
Small Yellow Plant
[[File:{{{icon2}}}|Small Yellow Plant||class=pixelart}}]]
[[File:{{{icon3}}}|Small Yellow Plant||class=pixelart}}]]
[[File:{{{icon4}}}|Small Yellow Plant||class=pixelart}}]]
[[File:{{{icon5}}}|Small Yellow Plant||class=pixelart}}]]
[[File:{{{icon6}}}|Small Yellow Plant||class=pixelart}}]]
[[File:{{{icon7}}}|Small Yellow Plant||class=pixelart}}]]
[[File:{{{icon8}}}|Small Yellow Plant||class=pixelart}}]]
[[File:{{{icon9}}}|Small Yellow Plant||class=pixelart}}]]
Properties
Type
Movable
Move
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
vegetation_groundcover_01_19
Tile ID(s)
178019
A small yellow 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 snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"vegetation_groundcover_01_19": {
"name": "vegetation_groundcover_01_19",
"id": 178019,
"type": "MAX",
"tileSheetIndex": 19,
"properties": {
"generic": {
"vegitation": "",
"CustomName": "Small yellow Plant",
"IsMoveAble": "",
"Material": "Natural",
"PickUpLevel": "1",
"PickUpTool": "Shovel",
"PickUpWeight": 10,
"PlaceTool": "Shovel",
"MoveType": "Vegitation",
"CanBreak": "",
"attachedFloor": ""
}
}
}
}