More actions
Stars & Stripes Flag
[[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}}]]
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
walls_decoration_01_16
Tile ID(s)
186017
186016
186016
- This 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 snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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
{
"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": ""
}
}
}
}