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

Spiffo's Logo Large Sign

From PZwiki
Project ZomboidTilesSpiffo's Logo Large Sign
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Appliances com 01 72.png
This article was automatically generated.
It may contain weird formatting. Editors are encouraged to verify and add any missing information.
This notice can be removed after manual editor verification.
Spiffo's Logo Large Sign
[[File:{{{icon3}}}|Spiffo's Logo Large Sign||class=pixelart}}]]
[[File:{{{icon4}}}|Spiffo's Logo Large Sign||class=pixelart}}]]
[[File:{{{icon5}}}|Spiffo's Logo Large Sign||class=pixelart}}]]
[[File:{{{icon6}}}|Spiffo's Logo Large Sign||class=pixelart}}]]
[[File:{{{icon7}}}|Spiffo's Logo Large Sign||class=pixelart}}]]
[[File:{{{icon8}}}|Spiffo's Logo Large Sign||class=pixelart}}]]
[[File:{{{icon9}}}|Spiffo's Logo Large Sign||class=pixelart}}]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
20.0
Size
1 tile
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Technical
Item ID(s)
Moveables.location_restaurant_spiffos_02_15
Sprite ID(s)
location_restaurant_spiffos_02_15
location_restaurant_spiffos_02_14
Tile ID(s)
159015
159014

Spiffo's logo large sign is a tile in Project Zomboid.

Usage

This tile uses the generic movable item when picked up.

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_restaurant_spiffos_02_15": {
          "name": "location_restaurant_spiffos_02_15",
          "id": 159015,
          "type": "MAX",
          "tileSheetIndex": 15,
          "properties": {
              "generic": {
                  "CustomName": "Sign",
                  "Facing": "E",
                  "GroupName": "Spiffos Logo Large",
                  "IsMoveAble": "",
                  "PickUpTool": "Electrician",
                  "PickUpWeight": 30,
                  "PlaceTool": "Electrician",
                  "MoveType": "WallObject",
                  "attachedW": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_restaurant_spiffos_02_14": {
          "name": "location_restaurant_spiffos_02_14",
          "id": 159014,
          "type": "MAX",
          "tileSheetIndex": 14,
          "properties": {
              "generic": {
                  "CustomName": "Sign",
                  "Facing": "S",
                  "GroupName": "Spiffos Logo Large",
                  "IsMoveAble": "",
                  "PickUpTool": "Electrician",
                  "PickUpWeight": 30,
                  "PlaceTool": "Electrician",
                  "MoveType": "WallObject",
                  "attachedN": ""
              }
          }
      }
  }

See also