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

Legal Services Sign

From PZwiki
Project ZomboidTilesDecorationsSignsLegal Services Sign
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Legal Services Sign
Location shop accessories genericsigns 01 8+9+10.png
[[File:{{{icon2}}}|Legal Services Sign||class=pixelart}}]]
[[File:{{{icon3}}}|Legal Services Sign||class=pixelart}}]]
[[File:{{{icon4}}}|Legal Services Sign||class=pixelart}}]]
[[File:{{{icon5}}}|Legal Services Sign||class=pixelart}}]]
[[File:{{{icon6}}}|Legal Services Sign||class=pixelart}}]]
[[File:{{{icon7}}}|Legal Services Sign||class=pixelart}}]]
[[File:{{{icon8}}}|Legal Services Sign||class=pixelart}}]]
[[File:{{{icon9}}}|Legal Services Sign||class=pixelart}}]]
General
Category
Sign
EncumbranceMoodle Icon HeavyLoad.png
2.0 (per tile)
6 (total)
Size
3 tiles
Properties
Type
Movable
Move
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_shop_accessories_genericsigns_01_11
location_shop_accessories_genericsigns_01_12
location_shop_accessories_genericsigns_01_13
location_shop_accessories_genericsigns_01_8
location_shop_accessories_genericsigns_01_9
location_shop_accessories_genericsigns_01_10
Tile ID(s)
240011
240012
240013
240008
240009
240010

A Legal Services sign is a movable tile.

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
{
      "location_shop_accessories_genericsigns_01_11": {
          "name": "location_shop_accessories_genericsigns_01_11",
          "id": 240011,
          "type": "MAX",
          "tileSheetIndex": 11,
          "properties": {
              "generic": {
                  "CustomName": "Sign",
                  "Facing": "E",
                  "GroupName": "Legal Services",
                  "IsMoveAble": "",
                  "PickUpWeight": 20,
                  "SpriteGridPos": "0,2",
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "ForceSingleItem": "",
                  "attachedW": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_accessories_genericsigns_01_12": {
          "name": "location_shop_accessories_genericsigns_01_12",
          "id": 240012,
          "type": "MAX",
          "tileSheetIndex": 12,
          "properties": {
              "generic": {
                  "CustomName": "Sign",
                  "Facing": "E",
                  "GroupName": "Legal Services",
                  "IsMoveAble": "",
                  "PickUpWeight": 20,
                  "SpriteGridPos": "0,1",
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "ForceSingleItem": "",
                  "attachedW": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_accessories_genericsigns_01_13": {
          "name": "location_shop_accessories_genericsigns_01_13",
          "id": 240013,
          "type": "MAX",
          "tileSheetIndex": 13,
          "properties": {
              "generic": {
                  "CustomName": "Sign",
                  "Facing": "E",
                  "GroupName": "Legal Services",
                  "IsMoveAble": "",
                  "PickUpWeight": 20,
                  "SpriteGridPos": "0,0",
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "ForceSingleItem": "",
                  "attachedW": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_accessories_genericsigns_01_8": {
          "name": "location_shop_accessories_genericsigns_01_8",
          "id": 240008,
          "type": "MAX",
          "tileSheetIndex": 8,
          "properties": {
              "generic": {
                  "CustomName": "Sign",
                  "Facing": "S",
                  "GroupName": "Legal Services",
                  "IsMoveAble": "",
                  "PickUpWeight": 20,
                  "SpriteGridPos": "0,0",
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "ForceSingleItem": "",
                  "attachedN": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_accessories_genericsigns_01_9": {
          "name": "location_shop_accessories_genericsigns_01_9",
          "id": 240009,
          "type": "MAX",
          "tileSheetIndex": 9,
          "properties": {
              "generic": {
                  "CustomName": "Sign",
                  "Facing": "S",
                  "GroupName": "Legal Services",
                  "IsMoveAble": "",
                  "PickUpWeight": 20,
                  "SpriteGridPos": "1,0",
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "ForceSingleItem": "",
                  "attachedN": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_accessories_genericsigns_01_10": {
          "name": "location_shop_accessories_genericsigns_01_10",
          "id": 240010,
          "type": "MAX",
          "tileSheetIndex": 10,
          "properties": {
              "generic": {
                  "CustomName": "Sign",
                  "Facing": "S",
                  "GroupName": "Legal Services",
                  "IsMoveAble": "",
                  "PickUpWeight": 20,
                  "SpriteGridPos": "2,0",
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "ForceSingleItem": "",
                  "attachedN": ""
              }
          }
      }
  }

See also