More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
Pecking Imitation Flamingo
[[File:{{{icon5}}}|Pecking Imitation Flamingo||class=pixelart}}]]
[[File:{{{icon6}}}|Pecking Imitation Flamingo||class=pixelart}}]]
[[File:{{{icon7}}}|Pecking Imitation Flamingo||class=pixelart}}]]
[[File:{{{icon8}}}|Pecking Imitation Flamingo||class=pixelart}}]]
[[File:{{{icon9}}}|Pecking Imitation Flamingo||class=pixelart}}]]
Properties
Type
Movable
Is low
True
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
vegetation_ornamental_01_41
vegetation_ornamental_01_40
vegetation_ornamental_01_42
vegetation_ornamental_01_43
vegetation_ornamental_01_40
vegetation_ornamental_01_42
vegetation_ornamental_01_43
Tile ID(s)
180041
180040
180042
180043
180040
180042
180043
A pecking imitation flamingo is a movable tile.
Usage
This tile uses the generic movable item when picked up.
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"vegetation_ornamental_01_41": {
"name": "vegetation_ornamental_01_41",
"id": 180041,
"type": "MAX",
"tileSheetIndex": 41,
"properties": {
"generic": {
"solidfloor": "",
"BlocksPlacement": "",
"CustomName": "Flamingo",
"Facing": "E",
"GroupName": "Pecking Imitation",
"IsLow": "",
"IsMoveAble": "",
"PickUpWeight": 40,
"attachedFloor": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"vegetation_ornamental_01_40": {
"name": "vegetation_ornamental_01_40",
"id": 180040,
"type": "MAX",
"tileSheetIndex": 40,
"properties": {
"generic": {
"solidfloor": "",
"BlocksPlacement": "",
"CustomName": "Flamingo",
"Facing": "S",
"GroupName": "Pecking Imitation",
"IsLow": "",
"IsMoveAble": "",
"PickUpWeight": 40,
"attachedFloor": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"vegetation_ornamental_01_42": {
"name": "vegetation_ornamental_01_42",
"id": 180042,
"type": "MAX",
"tileSheetIndex": 42,
"properties": {
"generic": {
"solidfloor": "",
"BlocksPlacement": "",
"CustomName": "Flamingo",
"Facing": "W",
"GroupName": "Pecking Imitation",
"IsLow": "",
"IsMoveAble": "",
"PickUpWeight": 40,
"attachedFloor": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"vegetation_ornamental_01_43": {
"name": "vegetation_ornamental_01_43",
"id": 180043,
"type": "MAX",
"tileSheetIndex": 43,
"properties": {
"generic": {
"solidfloor": "",
"BlocksPlacement": "",
"CustomName": "Flamingo",
"Facing": "N",
"GroupName": "Pecking Imitation",
"IsLow": "",
"IsMoveAble": "",
"PickUpWeight": 40,
"attachedFloor": ""
}
}
}
}