More actions
Spiffo's Arrow Sign
[[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}}]]
Properties
Type
Movable
Move
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
location_restaurant_spiffos_02_57
location_restaurant_spiffos_02_59
location_restaurant_spiffos_02_58
Tile ID(s)
159056
159057
159059
159058
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 snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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
{
"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
{
"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
{
"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"
}
}
}
}