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

Satellite Dish

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Satellite Dish
Appliances com 01 21.png
Appliances com 01 20.png
[[File:{{{icon3}}}|Satellite Dish||class=pixelart}}]]
[[File:{{{icon4}}}|Satellite Dish||class=pixelart}}]]
[[File:{{{icon5}}}|Satellite Dish||class=pixelart}}]]
[[File:{{{icon6}}}|Satellite Dish||class=pixelart}}]]
[[File:{{{icon7}}}|Satellite Dish||class=pixelart}}]]
[[File:{{{icon8}}}|Satellite Dish||class=pixelart}}]]
[[File:{{{icon9}}}|Satellite Dish||class=pixelart}}]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
20.0
Size
1 tile
Properties
Type
Movable
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Move type
WallObject
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
appliances_com_01_21
appliances_com_01_20
Tile ID(s)
290021
290020

A satellite dish 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.

Base chance is not a percentage, but can provide a basic idea of rarity.
Disassembly materials
Material Amount of tries Base chance Maximum amount
Nails 4 50 4
Scrap Electronics 1 80 1

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
{
      "appliances_com_01_21": {
          "name": "appliances_com_01_21",
          "id": 290021,
          "type": "MAX",
          "tileSheetIndex": 21,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Dish",
                  "Facing": "E",
                  "GroupName": "Satellite",
                  "IsMoveAble": "",
                  "Material": "AluminumScrap",
                  "Material2": "Electric",
                  "Material3": "Transmission",
                  "PickUpLevel": "2",
                  "PickUpTool": "Electrician",
                  "PickUpWeight": 200,
                  "PlaceTool": "Electrician",
                  "MoveType": "WallObject"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "appliances_com_01_20": {
          "name": "appliances_com_01_20",
          "id": 290020,
          "type": "MAX",
          "tileSheetIndex": 20,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Dish",
                  "Facing": "S",
                  "GroupName": "Satellite",
                  "IsMoveAble": "",
                  "Material": "AluminumScrap",
                  "Material2": "Electric",
                  "Material3": "Transmission",
                  "PickUpLevel": "2",
                  "PickUpTool": "Electrician",
                  "PickUpWeight": 200,
                  "PlaceTool": "Electrician",
                  "MoveType": "WallObject"
              }
          }
      }
  }

See also