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

Pecking Imitation Flamingo

From PZwiki
Project ZomboidTilesDecorationsPecking Imitation Flamingo
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Pecking Imitation Flamingo
Vegetation ornamental 01 40.png
[[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}}]]
General
Category
Flamingo
EncumbranceMoodle Icon HeavyLoad.png
4.0
Size
1 tile
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
Tile ID(s)
180041
180040
180042
180043

A pecking imitation flamingo 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_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

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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": ""
              }
          }
      }
  }

See also