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

Spiffo's Arrow Sign

From PZwiki
Project ZomboidTilesDecorationsSignsSpiffo's Arrow Sign
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 Arrow Sign
Location restaurant spiffos 02 56.png
Location restaurant spiffos 02 57.png
Location restaurant spiffos 02 59.png
Location restaurant spiffos 02 58.png
[[File:{{{icon5}}}|Spiffo's Arrow Sign||class=pixelart}}]]
[[File:{{{icon6}}}|Spiffo's Arrow Sign||class=pixelart}}]]
[[File:{{{icon7}}}|Spiffo's Arrow Sign||class=pixelart}}]]
[[File:{{{icon8}}}|Spiffo's Arrow Sign||class=pixelart}}]]
[[File:{{{icon9}}}|Spiffo's Arrow Sign||class=pixelart}}]]
General
Category
Sign
EncumbranceMoodle Icon HeavyLoad.png
5.0
Size
1 tile
Properties
Type
Movable
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_restaurant_spiffos_02_56
location_restaurant_spiffos_02_57
location_restaurant_spiffos_02_59
location_restaurant_spiffos_02_58
Tile ID(s)
159056
159057
159059
159058

A Spiffo's arrow sign is a movable tile.

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_56": {
          "name": "location_restaurant_spiffos_02_56",
          "id": 159056,
          "type": "MAX",
          "tileSheetIndex": 56,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CustomName": "Sign",
                  "Facing": "E",
                  "GroupName": "Spiffos Arrow",
                  "IsMoveAble": "",
                  "PickUpTool": "Shovel",
                  "PickUpWeight": 50,
                  "PlaceTool": "Shovel",
                  "MoveType": "Vegitation"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_restaurant_spiffos_02_57": {
          "name": "location_restaurant_spiffos_02_57",
          "id": 159057,
          "type": "MAX",
          "tileSheetIndex": 57,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CustomName": "Sign",
                  "Facing": "S",
                  "GroupName": "Spiffos Arrow",
                  "IsMoveAble": "",
                  "PickUpTool": "Shovel",
                  "PickUpWeight": 50,
                  "PlaceTool": "Shovel",
                  "MoveType": "Vegitation"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_restaurant_spiffos_02_59": {
          "name": "location_restaurant_spiffos_02_59",
          "id": 159059,
          "type": "MAX",
          "tileSheetIndex": 59,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CustomName": "Sign",
                  "Facing": "W",
                  "GroupName": "Spiffos Arrow",
                  "IsMoveAble": "",
                  "PickUpTool": "Shovel",
                  "PickUpWeight": 50,
                  "PlaceTool": "Shovel",
                  "MoveType": "Vegitation"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_restaurant_spiffos_02_58": {
          "name": "location_restaurant_spiffos_02_58",
          "id": 159058,
          "type": "MAX",
          "tileSheetIndex": 58,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CustomName": "Sign",
                  "Facing": "N",
                  "GroupName": "Spiffos Arrow",
                  "IsMoveAble": "",
                  "PickUpTool": "Shovel",
                  "PickUpWeight": 50,
                  "PlaceTool": "Shovel",
                  "MoveType": "Vegitation"
              }
          }
      }
  }

See also