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

Stars & Stripes Flag

From PZwiki
Project ZomboidTilesDecorationsWall decorationsStars & Stripes Flag
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Stars & Stripes Flag
Walls decoration 01 17.png
Walls decoration 01 16.png
[[File:{{{icon3}}}|Stars & Stripes Flag||class=pixelart}}]]
[[File:{{{icon4}}}|Stars & Stripes Flag||class=pixelart}}]]
[[File:{{{icon5}}}|Stars & Stripes Flag||class=pixelart}}]]
[[File:{{{icon6}}}|Stars & Stripes Flag||class=pixelart}}]]
[[File:{{{icon7}}}|Stars & Stripes Flag||class=pixelart}}]]
[[File:{{{icon8}}}|Stars & Stripes Flag||class=pixelart}}]]
[[File:{{{icon9}}}|Stars & Stripes Flag||class=pixelart}}]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
3.0
Size
1 tile
Properties
Type
Movable
Move
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
walls_decoration_01_17
walls_decoration_01_16
Tile ID(s)
186017
186016
PlushSpiffo.pngThis article is about a tile. For a store chain, see Stars & Stripes. For a 3 tile wide USA flag, see USA Flag.

A stars & stripes flag is a movable tile. It features the model and icon of the flag of the United States and has an encumbrance of 3 units. The flag can be found in various locations throughout the map, particularly in residential areas or commercial shops.

Usage

This tile uses the generic movable item when picked up. It must be placed on the side of a wall.

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
{
      "walls_decoration_01_17": {
          "name": "walls_decoration_01_17",
          "id": 186017,
          "type": "MAX",
          "tileSheetIndex": 17,
          "properties": {
              "generic": {
                  "WallOverlay": "",
                  "CustomName": "Flag",
                  "Facing": "E",
                  "GroupName": "Stars n Stripes",
                  "IsMoveAble": "",
                  "PickUpWeight": 30,
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "attachedW": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "walls_decoration_01_16": {
          "name": "walls_decoration_01_16",
          "id": 186016,
          "type": "MAX",
          "tileSheetIndex": 16,
          "properties": {
              "generic": {
                  "WallOverlay": "",
                  "CustomName": "Flag",
                  "Facing": "S",
                  "GroupName": "Stars n Stripes",
                  "IsMoveAble": "",
                  "PickUpWeight": 30,
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "attachedN": ""
              }
          }
      }
  }

See also