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

Stop 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]
Stop Sign
Street decoration 01 1.png
Street decoration 01 0.png
Street decoration 01 3.png
Street decoration 01 2.png
[[File:{{{icon5}}}|Stop Sign||class=pixelart}}]]
[[File:{{{icon6}}}|Stop Sign||class=pixelart}}]]
[[File:{{{icon7}}}|Stop Sign||class=pixelart}}]]
[[File:{{{icon8}}}|Stop Sign||class=pixelart}}]]
[[File:{{{icon9}}}|Stop Sign||class=pixelart}}]]
General
Category
Sign
EncumbranceMoodle Icon HeavyLoad.png
5.0
Size
1 tile
Properties
Type
Movable
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Move type
Vegitation
Disassemble
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
street_decoration_01_1
street_decoration_01_0
street_decoration_01_3
street_decoration_01_2
Tile ID(s)
173001
173000
173003
173002

A stop sign is a movable tile.

Usage

This tile uses the generic movable item when picked up. It must be placed on the ground, on tiles that have sprites starting with 'blends_natural'. These tiles are mostly grasses and dirt.

Crafting

The following table contains the materials that can drop when disassembling this tile.

Base chance is not a percentage, but can provide a basic idea of rarity.
Disassembly materials
Material Amount of tries Base chance Maximum amount
Metal Bar 1 70 1

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
{
      "street_decoration_01_1": {
          "name": "street_decoration_01_1",
          "id": 173001,
          "type": "isMoveAbleObject",
          "tileSheetIndex": 1,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Sign",
                  "Facing": "E",
                  "GroupName": "Stop",
                  "IsMoveAble": "",
                  "Material": "MetalBars",
                  "PickUpTool": "Shovel",
                  "PickUpWeight": 50,
                  "PlaceTool": "Shovel",
                  "MoveType": "Vegitation",
                  "HitByCar": "",
                  "StopCar": "",
                  "DamagedSprite": "damaged_objects_01_2",
                  "MinimumCarSpeedDmg": "20"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "street_decoration_01_0": {
          "name": "street_decoration_01_0",
          "id": 173000,
          "type": "isMoveAbleObject",
          "tileSheetIndex": 0,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Sign",
                  "Facing": "S",
                  "GroupName": "Stop",
                  "IsMoveAble": "",
                  "Material": "MetalBars",
                  "PickUpTool": "Shovel",
                  "PickUpWeight": 50,
                  "PlaceTool": "Shovel",
                  "MoveType": "Vegitation",
                  "HitByCar": "",
                  "StopCar": "",
                  "DamagedSprite": "damaged_objects_01_0",
                  "MinimumCarSpeedDmg": "20"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "street_decoration_01_3": {
          "name": "street_decoration_01_3",
          "id": 173003,
          "type": "isMoveAbleObject",
          "tileSheetIndex": 3,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Sign",
                  "Facing": "W",
                  "GroupName": "Stop",
                  "IsMoveAble": "",
                  "Material": "MetalBars",
                  "PickUpTool": "Shovel",
                  "PickUpWeight": 50,
                  "PlaceTool": "Shovel",
                  "MoveType": "Vegitation",
                  "HitByCar": "",
                  "StopCar": "",
                  "DamagedSprite": "damaged_objects_01_3",
                  "MinimumCarSpeedDmg": "20"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "street_decoration_01_2": {
          "name": "street_decoration_01_2",
          "id": 173002,
          "type": "isMoveAbleObject",
          "tileSheetIndex": 2,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Sign",
                  "Facing": "N",
                  "GroupName": "Stop",
                  "IsMoveAble": "",
                  "Material": "MetalBars",
                  "PickUpTool": "Shovel",
                  "PickUpWeight": 50,
                  "PlaceTool": "Shovel",
                  "MoveType": "Vegitation",
                  "HitByCar": "",
                  "StopCar": "",
                  "DamagedSprite": "damaged_objects_01_2",
                  "MinimumCarSpeedDmg": "20"
              }
          }
      }
  }

See also