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

Spiffo's Big Menu

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]
Spiffo's Big Menu
Location restaurant spiffos 02 40+41+42.png
[[File:{{{icon2}}}|Spiffo's Big Menu||class=pixelart}}]]
[[File:{{{icon3}}}|Spiffo's Big Menu||class=pixelart}}]]
[[File:{{{icon4}}}|Spiffo's Big Menu||class=pixelart}}]]
[[File:{{{icon5}}}|Spiffo's Big Menu||class=pixelart}}]]
[[File:{{{icon6}}}|Spiffo's Big Menu||class=pixelart}}]]
[[File:{{{icon7}}}|Spiffo's Big Menu||class=pixelart}}]]
[[File:{{{icon8}}}|Spiffo's Big Menu||class=pixelart}}]]
[[File:{{{icon9}}}|Spiffo's Big Menu||class=pixelart}}]]
General
Category
Menu
EncumbranceMoodle Icon HeavyLoad.png
2.0 (per tile)
6 (total)
Size
3 tiles
Properties
Type
Movable
Move
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_restaurant_spiffos_02_43
location_restaurant_spiffos_02_44
location_restaurant_spiffos_02_45
location_restaurant_spiffos_02_40
location_restaurant_spiffos_02_41
location_restaurant_spiffos_02_42
Tile ID(s)
159043
159044
159045
159040
159041
159042

A Spiffo's big menu 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.

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_43": {
          "name": "location_restaurant_spiffos_02_43",
          "id": 159043,
          "type": "MAX",
          "tileSheetIndex": 43,
          "properties": {
              "generic": {
                  "CustomName": "Menu",
                  "Facing": "E",
                  "GroupName": "Spiffos Big",
                  "IsMoveAble": "",
                  "PickUpWeight": 20,
                  "SpriteGridPos": "0,2",
                  "MoveType": "WallObject",
                  "ForceSingleItem": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_restaurant_spiffos_02_44": {
          "name": "location_restaurant_spiffos_02_44",
          "id": 159044,
          "type": "MAX",
          "tileSheetIndex": 44,
          "properties": {
              "generic": {
                  "CustomName": "Menu",
                  "Facing": "E",
                  "GroupName": "Spiffos Big",
                  "IsMoveAble": "",
                  "PickUpWeight": 20,
                  "SpriteGridPos": "0,1",
                  "MoveType": "WallObject",
                  "ForceSingleItem": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_restaurant_spiffos_02_45": {
          "name": "location_restaurant_spiffos_02_45",
          "id": 159045,
          "type": "MAX",
          "tileSheetIndex": 45,
          "properties": {
              "generic": {
                  "CustomName": "Menu",
                  "Facing": "E",
                  "GroupName": "Spiffos Big",
                  "IsMoveAble": "",
                  "PickUpWeight": 20,
                  "SpriteGridPos": "0,0",
                  "MoveType": "WallObject",
                  "ForceSingleItem": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_restaurant_spiffos_02_40": {
          "name": "location_restaurant_spiffos_02_40",
          "id": 159040,
          "type": "MAX",
          "tileSheetIndex": 40,
          "properties": {
              "generic": {
                  "CustomName": "Menu",
                  "Facing": "S",
                  "GroupName": "Spiffos Big",
                  "IsMoveAble": "",
                  "PickUpWeight": 20,
                  "SpriteGridPos": "0,0",
                  "MoveType": "WallObject",
                  "ForceSingleItem": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_restaurant_spiffos_02_41": {
          "name": "location_restaurant_spiffos_02_41",
          "id": 159041,
          "type": "MAX",
          "tileSheetIndex": 41,
          "properties": {
              "generic": {
                  "CustomName": "Menu",
                  "Facing": "S",
                  "GroupName": "Spiffos Big",
                  "IsMoveAble": "",
                  "PickUpWeight": 20,
                  "SpriteGridPos": "1,0",
                  "MoveType": "WallObject",
                  "ForceSingleItem": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_restaurant_spiffos_02_42": {
          "name": "location_restaurant_spiffos_02_42",
          "id": 159042,
          "type": "MAX",
          "tileSheetIndex": 42,
          "properties": {
              "generic": {
                  "CustomName": "Menu",
                  "Facing": "S",
                  "GroupName": "Spiffos Big",
                  "IsMoveAble": "",
                  "PickUpWeight": 20,
                  "SpriteGridPos": "2,0",
                  "MoveType": "WallObject",
                  "ForceSingleItem": ""
              }
          }
      }
  }

See also