More actions
Playground Slide
[[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}}]]
Properties
Type
Movable
Disassemble
Skill (level)
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
location_community_park_01_19
location_community_park_01_16
location_community_park_01_17
Tile ID(s)
260018
260019
260016
260017
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.
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 snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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
{
"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
{
"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
{
"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": ""
}
}
}
}