More actions
m (Automated updates.) Tag: bot |
(Rework) |
||
Line 30: | Line 30: | ||
==Crafting== | ==Crafting== | ||
The following table contains the materials that can drop when disassembling this tile. | |||
{| class="wikitable theme-red" | |||
{| class="wikitable theme-red | |+ Base chance is not a percentage, but can provide a basic idea of rarity. | ||
|+ Base chance is not a percentage, but can provide a basic idea of rarity. | |||
|- | |- | ||
! colspan=" | ! colspan="4" | Disassembly materials | ||
|- | |- | ||
! Material | ! Material | ||
! Amount of tries | ! Amount of tries | ||
! Base chance | ! Base chance | ||
! Maximum amount | |||
|- | |- | ||
| | | {{ll|Nails}} | ||
| 2 | | 2 | ||
| 80 | | 80 | ||
| 2 | |||
|- | |- | ||
| | | {{ll|Plank}} | ||
| 6 | | 6 | ||
| 40 | | 40 | ||
| 6 | |||
|- | |- | ||
| | | {{ll|Nails}} | ||
| 4 | | 4 | ||
| 50 | | 50 | ||
| 4 | |||
|- | |- | ||
| | | {{ll|Screws}} | ||
| 4 | | 4 | ||
| 50 | | 50 | ||
| | | 4 | ||
|- | |- | ||
| {{ll|Plank}} | |||
| | | 1 | ||
| 90 | |||
| 1 | |||
|- | |- | ||
| | ! colspan="4" | On dismantle failure | ||
|- | |- | ||
| | | colspan="4" | {{ll|Scrap Wood}} | ||
| | |||
| | |||
|} | |} | ||
==Code== | ==Code== | ||
{| | {{CodeBox| | ||
{{CodeSnip | |||
| lang = json | |||
| line = false | |||
| source = newtiledefinitions.tiles | |||
| path = ProjectZomboid\media | |||
| retrieved = true | |||
| version = 41.78.16 | |||
| code = | |||
{ | |||
"furniture_tables_high_01_58": { | |||
"name": "furniture_tables_high_01_58", | |||
"id": 143058, | |||
"type": "MAX", | |||
"tileSheetIndex": 58, | |||
"properties": { | |||
"generic": { | |||
"solidtrans": "", | |||
"BlocksPlacement": "", | |||
"CanScrap": "", | |||
"CustomName": "Table", | |||
"Facing": "E", | |||
"GroupName": "Large Plastic", | |||
"IsLow": "", | |||
"IsMoveAble": "", | |||
"Material": "Nails", | |||
"Material2": "Wood", | |||
"PickUpWeight": 100, | |||
| | "Surface": "34", | ||
| | "ScrapSize": "Small", | ||
| | "SpriteGridPos": "0,1", | ||
| Table | "IsTable": "" | ||
} | |||
} | |||
} | |||
} | |||
}} | |||
| | {{CodeSnip | ||
| | | lang = json | ||
| | | line = false | ||
| | | source = newtiledefinitions.tiles | ||
| | | path = ProjectZomboid\media | ||
| | | retrieved = true | ||
| | | version = 41.78.16 | ||
| code = | |||
{ | |||
"furniture_tables_high_01_59": { | |||
| | "name": "furniture_tables_high_01_59", | ||
| | "id": 143059, | ||
| | "type": "MAX", | ||
| | "tileSheetIndex": 59, | ||
| | "properties": { | ||
| | "generic": { | ||
| | "solidtrans": "", | ||
"BlocksPlacement": "", | |||
"CanScrap": "", | |||
"CustomName": "Table", | |||
"Facing": "E", | |||
"GroupName": "Large Plastic", | |||
"IsLow": "", | |||
"IsMoveAble": "", | |||
"Material": "Nails", | |||
"Material2": "Wood", | |||
"PickUpWeight": 100, | |||
"Surface": "34", | |||
"ScrapSize": "Small", | |||
"SpriteGridPos": "0,0", | |||
"IsTable": "" | |||
} | |||
} | |||
} | |||
} | |||
}} | |||
{{CodeSnip | |||
| lang = json | |||
| line = false | |||
| source = newtiledefinitions.tiles | |||
| path = ProjectZomboid\media | |||
| retrieved = true | |||
| version = 41.78.16 | |||
| code = | |||
{ | |||
"furniture_tables_high_01_56": { | |||
"name": "furniture_tables_high_01_56", | |||
"id": 143056, | |||
"type": "MAX", | |||
"tileSheetIndex": 56, | |||
"properties": { | |||
"generic": { | |||
"solidtrans": "", | |||
"BlocksPlacement": "", | |||
"CanScrap": "", | |||
"CustomName": "Table", | |||
"Facing": "S", | |||
"GroupName": "Large Plastic", | |||
"IsLow": "", | |||
"IsMoveAble": "", | |||
"Material": "Nails", | |||
"Material2": "Wood", | |||
"PickUpWeight": 100, | |||
"Surface": "34", | |||
"ScrapSize": "Small", | |||
"SpriteGridPos": "0,0", | |||
"IsTable": "" | |||
} | |||
} | |||
} | |||
} | |||
}} | |||
{{CodeSnip | |||
| lang = json | |||
| line = false | |||
| source = newtiledefinitions.tiles | |||
| path = ProjectZomboid\media | |||
| retrieved = true | |||
| version = 41.78.16 | |||
| code = | |||
{ | |||
"furniture_tables_high_01_57": { | |||
"name": "furniture_tables_high_01_57", | |||
"id": 143057, | |||
"type": "MAX", | |||
"tileSheetIndex": 57, | |||
"properties": { | |||
"generic": { | |||
"solidtrans": "", | |||
"BlocksPlacement": "", | |||
"CanScrap": "", | |||
"CustomName": "Table", | |||
"Facing": "S", | |||
"GroupName": "Large Plastic", | |||
"IsLow": "", | |||
"IsMoveAble": "", | |||
"Material": "Nails", | |||
"Material2": "Wood", | |||
"PickUpWeight": 100, | |||
"Surface": "34", | |||
"ScrapSize": "Small", | |||
"SpriteGridPos": "1,0", | |||
"IsTable": "" | |||
} | |||
} | |||
} | |||
} | |||
}} | |||
}} | |||
==See also== | ==See also== | ||
*{{ll|Low Plastic Table}} | *{{ll|Low Plastic Table}} | ||
*{{ll|Plastic Table}} | *{{ll|Plastic Table}} | ||
*{{ll|Large Bleached Table}} | |||
{{Navbox tiles}} | {{Navbox tiles}} |
Latest revision as of 07:53, 20 October 2024
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
Large Plastic Table
[[File:{{{icon2}}}|Large Plastic Table||class=pixelart}}]]
[[File:{{{icon3}}}|Large Plastic Table||class=pixelart}}]]
[[File:{{{icon4}}}|Large Plastic Table||class=pixelart}}]]
[[File:{{{icon5}}}|Large Plastic Table||class=pixelart}}]]
[[File:{{{icon6}}}|Large Plastic Table||class=pixelart}}]]
[[File:{{{icon7}}}|Large Plastic Table||class=pixelart}}]]
[[File:{{{icon8}}}|Large Plastic Table||class=pixelart}}]]
[[File:{{{icon9}}}|Large Plastic Table||class=pixelart}}]]
Properties
Type
Movable
Is low
True
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
furniture_tables_high_01_58
furniture_tables_high_01_59
furniture_tables_high_01_56
furniture_tables_high_01_57
furniture_tables_high_01_59
furniture_tables_high_01_56
furniture_tables_high_01_57
Tile ID(s)
143058
143059
143056
143057
143059
143056
143057
A large plastic table 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 |
Nails | 2 | 80 | 2 |
Plank | 6 | 40 | 6 |
Nails | 4 | 50 | 4 |
Screws | 4 | 50 | 4 |
Plank | 1 | 90 | 1 |
On dismantle failure | |||
Scrap Wood |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_tables_high_01_58": {
"name": "furniture_tables_high_01_58",
"id": 143058,
"type": "MAX",
"tileSheetIndex": 58,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Table",
"Facing": "E",
"GroupName": "Large Plastic",
"IsLow": "",
"IsMoveAble": "",
"Material": "Nails",
"Material2": "Wood",
"PickUpWeight": 100,
"Surface": "34",
"ScrapSize": "Small",
"SpriteGridPos": "0,1",
"IsTable": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_tables_high_01_59": {
"name": "furniture_tables_high_01_59",
"id": 143059,
"type": "MAX",
"tileSheetIndex": 59,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Table",
"Facing": "E",
"GroupName": "Large Plastic",
"IsLow": "",
"IsMoveAble": "",
"Material": "Nails",
"Material2": "Wood",
"PickUpWeight": 100,
"Surface": "34",
"ScrapSize": "Small",
"SpriteGridPos": "0,0",
"IsTable": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_tables_high_01_56": {
"name": "furniture_tables_high_01_56",
"id": 143056,
"type": "MAX",
"tileSheetIndex": 56,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Table",
"Facing": "S",
"GroupName": "Large Plastic",
"IsLow": "",
"IsMoveAble": "",
"Material": "Nails",
"Material2": "Wood",
"PickUpWeight": 100,
"Surface": "34",
"ScrapSize": "Small",
"SpriteGridPos": "0,0",
"IsTable": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_tables_high_01_57": {
"name": "furniture_tables_high_01_57",
"id": 143057,
"type": "MAX",
"tileSheetIndex": 57,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Table",
"Facing": "S",
"GroupName": "Large Plastic",
"IsLow": "",
"IsMoveAble": "",
"Material": "Nails",
"Material2": "Wood",
"PickUpWeight": 100,
"Surface": "34",
"ScrapSize": "Small",
"SpriteGridPos": "1,0",
"IsTable": ""
}
}
}
}