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

Pay Phones

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]
Pay Phones
Street decoration 01 38.png
Street decoration 01 39.png
[[File:{{{icon3}}}|Pay Phones||class=pixelart}}]]
[[File:{{{icon4}}}|Pay Phones||class=pixelart}}]]
[[File:{{{icon5}}}|Pay Phones||class=pixelart}}]]
[[File:{{{icon6}}}|Pay Phones||class=pixelart}}]]
[[File:{{{icon7}}}|Pay Phones||class=pixelart}}]]
[[File:{{{icon8}}}|Pay Phones||class=pixelart}}]]
[[File:{{{icon9}}}|Pay Phones||class=pixelart}}]]
General
Category
Phones
EncumbranceMoodle Icon HeavyLoad.png
20.0
Size
1 tile
Properties
Type
Movable
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Move type
WallObject
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
street_decoration_01_38
street_decoration_01_39
Tile ID(s)
173038
173039

A pay phones 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.

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
Nails 4 50 4
Scrap Electronics 1 80 1
Scrap Metal 1 70 1

Breakage occurs when the player fails at picking up an item.

Breakage materials
Item dropped Maximum amount Chance per roll
Screws 3 10

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_38": {
          "name": "street_decoration_01_38",
          "id": 173038,
          "type": "MAX",
          "tileSheetIndex": 38,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Phones",
                  "Facing": "E",
                  "GroupName": "Pay",
                  "IsMoveAble": "",
                  "Material": "Electric",
                  "Material2": "Mechanical",
                  "Material3": "MetalScrap",
                  "PickUpLevel": "2",
                  "PickUpTool": "Crowbar",
                  "PickUpWeight": 200,
                  "PlaceTool": "Electrician",
                  "MoveType": "WallObject",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "street_decoration_01_39": {
          "name": "street_decoration_01_39",
          "id": 173039,
          "type": "MAX",
          "tileSheetIndex": 39,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Phones",
                  "Facing": "S",
                  "GroupName": "Pay",
                  "IsMoveAble": "",
                  "Material": "Electric",
                  "Material2": "Mechanical",
                  "Material3": "MetalScrap",
                  "PickUpLevel": "2",
                  "PickUpTool": "Crowbar",
                  "PickUpWeight": 200,
                  "PlaceTool": "Electrician",
                  "MoveType": "WallObject",
                  "CanBreak": ""
              }
          }
      }
  }

See also