More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
Pay Phones
[[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}}]]
Properties
Type
Movable
Move
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
street_decoration_01_38
street_decoration_01_39
street_decoration_01_39
Tile ID(s)
173038
173039
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.
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 snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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
{
"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": ""
}
}
}
}