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

Imitation Flamingo

From PZwiki
Project ZomboidTilesDecorationsImitation Flamingo
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Imitation Flamingo
Vegetation ornamental 01 25.png
[[File:{{{icon5}}}|Imitation Flamingo||class=pixelart}}]]
[[File:{{{icon6}}}|Imitation Flamingo||class=pixelart}}]]
[[File:{{{icon7}}}|Imitation Flamingo||class=pixelart}}]]
[[File:{{{icon8}}}|Imitation Flamingo||class=pixelart}}]]
[[File:{{{icon9}}}|Imitation Flamingo||class=pixelart}}]]
General
Category
Furniture
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_25
vegetation_ornamental_01_24
vegetation_ornamental_01_26
vegetation_ornamental_01_27
Tile ID(s)
180025
180024
180026
180027

An 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_25": {
          "name": "vegetation_ornamental_01_25",
          "id": 180025,
          "type": "MAX",
          "tileSheetIndex": 25,
          "properties": {
              "generic": {
                  "solidfloor": "",
                  "BlocksPlacement": "",
                  "CustomName": "Flamingo",
                  "Facing": "E",
                  "GroupName": "Imitation",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "PickUpWeight": 40,
                  "attachedFloor": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "vegetation_ornamental_01_24": {
          "name": "vegetation_ornamental_01_24",
          "id": 180024,
          "type": "MAX",
          "tileSheetIndex": 24,
          "properties": {
              "generic": {
                  "solidfloor": "",
                  "BlocksPlacement": "",
                  "CustomName": "Flamingo",
                  "Facing": "S",
                  "GroupName": "Imitation",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "PickUpWeight": 40,
                  "attachedFloor": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "vegetation_ornamental_01_26": {
          "name": "vegetation_ornamental_01_26",
          "id": 180026,
          "type": "MAX",
          "tileSheetIndex": 26,
          "properties": {
              "generic": {
                  "solidfloor": "",
                  "BlocksPlacement": "",
                  "CustomName": "Flamingo",
                  "Facing": "W",
                  "GroupName": "Imitation",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "PickUpWeight": 40,
                  "attachedFloor": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "vegetation_ornamental_01_27": {
          "name": "vegetation_ornamental_01_27",
          "id": 180027,
          "type": "MAX",
          "tileSheetIndex": 27,
          "properties": {
              "generic": {
                  "solidfloor": "",
                  "BlocksPlacement": "",
                  "CustomName": "Flamingo",
                  "Facing": "N",
                  "GroupName": "Imitation",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "PickUpWeight": 40,
                  "attachedFloor": ""
              }
          }
      }
  }

See also