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

Exit Sign

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Exit Sign
Lighting indoor 01 24.png
Lighting indoor 01 25.png
[[File:{{{icon3}}}|Exit Sign||class=pixelart}}]]
[[File:{{{icon4}}}|Exit Sign||class=pixelart}}]]
[[File:{{{icon5}}}|Exit Sign||class=pixelart}}]]
[[File:{{{icon6}}}|Exit Sign||class=pixelart}}]]
[[File:{{{icon7}}}|Exit Sign||class=pixelart}}]]
[[File:{{{icon8}}}|Exit Sign||class=pixelart}}]]
[[File:{{{icon9}}}|Exit Sign||class=pixelart}}]]
General
Category
Sign
EncumbranceMoodle Icon HeavyLoad.png
2.0
Size
1 tile
Properties
Type
Movable
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
lighting_indoor_01_24
lighting_indoor_01_25
Tile ID(s)
145024
145025

An exit sign 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
{
      "lighting_indoor_01_24": {
          "name": "lighting_indoor_01_24",
          "id": 145024,
          "type": "lightswitch",
          "tileSheetIndex": 24,
          "properties": {
              "generic": {
                  "CustomName": "Sign",
                  "Facing": "E",
                  "GroupName": "Exit",
                  "IsMoveAble": "",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 20,
                  "PlaceTool": "Hammer",
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "WallObjectAllowDoorframe": "",
                  "lightB": "35",
                  "lightG": "35",
                  "lightR": "55",
                  "HasLightOnSprite": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "lighting_indoor_01_25": {
          "name": "lighting_indoor_01_25",
          "id": 145025,
          "type": "lightswitch",
          "tileSheetIndex": 25,
          "properties": {
              "generic": {
                  "CustomName": "Sign",
                  "Facing": "S",
                  "GroupName": "Exit",
                  "IsMoveAble": "",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 20,
                  "PlaceTool": "Hammer",
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "WallObjectAllowDoorframe": "",
                  "lightB": "35",
                  "lightG": "35",
                  "lightR": "55",
                  "HasLightOnSprite": ""
              }
          }
      }
  }

See also