More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Parts of this page may have been automatically updated to the latest build (42.0.2).
Popcorn Machine
[[File:{{{icon2}}}|Popcorn Machine||class=pixelart}}]]
[[File:{{{icon3}}}|Popcorn Machine||class=pixelart}}]]
[[File:{{{icon4}}}|Popcorn Machine||class=pixelart}}]]
[[File:{{{icon5}}}|Popcorn Machine||class=pixelart}}]]
[[File:{{{icon6}}}|Popcorn Machine||class=pixelart}}]]
[[File:{{{icon7}}}|Popcorn Machine||class=pixelart}}]]
[[File:{{{icon8}}}|Popcorn Machine||class=pixelart}}]]
[[File:{{{icon9}}}|Popcorn Machine||class=pixelart}}]]
Properties
Type
Movable
Is table top
yes
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_entertainment_theatre_01_17
Tile ID(s)
271017
A popcorn machine 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 | 4 | 50 | 4 |
Scrap Electronics | 1 | 80 | 1 |
Scrap Metal | 1 | 70 | 1 |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_entertainment_theatre_01_17": {
"name": "location_entertainment_theatre_01_17",
"id": 271017,
"type": "MAX",
"tileSheetIndex": 17,
"properties": {
"generic": {
"solid": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Popcorn Machine",
"IsMoveAble": "",
"Material": "Electric",
"Material2": "Glass",
"Material3": "MetalScrap",
"PickUpWeight": 100,
"Surface": "34",
"ScrapSize": "Small",
"IsSurfaceOffset": "",
"ItemHeight": "30",
"IsTable": ""
}
}
}
}