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

Playground Slide

From PZwiki
Project ZomboidTilesDecorationsPlayground Slide
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Playground Slide
Playground Slide.png
[[File:{{{icon2}}}|Playground Slide||class=pixelart}}]]
[[File:{{{icon3}}}|Playground Slide||class=pixelart}}]]
[[File:{{{icon4}}}|Playground Slide||class=pixelart}}]]
[[File:{{{icon5}}}|Playground Slide||class=pixelart}}]]
[[File:{{{icon6}}}|Playground Slide||class=pixelart}}]]
[[File:{{{icon7}}}|Playground Slide||class=pixelart}}]]
[[File:{{{icon8}}}|Playground Slide||class=pixelart}}]]
[[File:{{{icon9}}}|Playground Slide||class=pixelart}}]]
General
Category
Slide
EncumbranceMoodle Icon HeavyLoad.png
20.0 (per tile)
40 (total)
Size
2 tiles
Properties
Type
Movable
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Disassemble
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_community_park_01_18
location_community_park_01_19
location_community_park_01_16
location_community_park_01_17
Tile ID(s)
260018
260019
260016
260017

A playground slide is a movable tile.

Usage

This tile uses the generic movable item when picked up.

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 Sheet 1 70 1
Metal Bar 1 70 1
Scrap Metal 1 70 1
On dismantle failure
Unusable Metal

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_community_park_01_18": {
          "name": "location_community_park_01_18",
          "id": 260018,
          "type": "isMoveAbleObject",
          "tileSheetIndex": 18,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Slide",
                  "Facing": "E",
                  "GroupName": "Playground",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "MetalBars",
                  "Material3": "MetalScrap",
                  "PickUpTool": "Crowbar",
                  "PickUpWeight": 200,
                  "PlaceTool": "Crowbar",
                  "ScrapSize": "Large",
                  "SpriteGridPos": "0,0",
                  "StopCar": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_community_park_01_19": {
          "name": "location_community_park_01_19",
          "id": 260019,
          "type": "isMoveAbleObject",
          "tileSheetIndex": 19,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Slide",
                  "Facing": "E",
                  "GroupName": "Playground",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "MetalBars",
                  "Material3": "MetalScrap",
                  "PickUpTool": "Crowbar",
                  "PickUpWeight": 200,
                  "PlaceTool": "Crowbar",
                  "ScrapSize": "Large",
                  "SpriteGridPos": "1,0",
                  "StopCar": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_community_park_01_16": {
          "name": "location_community_park_01_16",
          "id": 260016,
          "type": "isMoveAbleObject",
          "tileSheetIndex": 16,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Slide",
                  "Facing": "S",
                  "GroupName": "Playground",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "MetalBars",
                  "Material3": "MetalScrap",
                  "PickUpTool": "Crowbar",
                  "PickUpWeight": 200,
                  "PlaceTool": "Crowbar",
                  "ScrapSize": "Large",
                  "SpriteGridPos": "0,1",
                  "StopCar": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_community_park_01_17": {
          "name": "location_community_park_01_17",
          "id": 260017,
          "type": "isMoveAbleObject",
          "tileSheetIndex": 17,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Slide",
                  "Facing": "S",
                  "GroupName": "Playground",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "MetalBars",
                  "Material3": "MetalScrap",
                  "PickUpTool": "Crowbar",
                  "PickUpWeight": 200,
                  "PlaceTool": "Crowbar",
                  "ScrapSize": "Large",
                  "SpriteGridPos": "0,0",
                  "StopCar": ""
              }
          }
      }
  }

See also