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

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Dixie Sign

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]
Parts of this page may have been automatically updated to the latest build (42.0.2).
For the build 41.78.16 article, please see the old revision.
Dixie Sign
Signs one-off 01 27+28+29+30.png
[[File:{{{icon2}}}|Dixie Sign||class=pixelart}}]]
[[File:{{{icon3}}}|Dixie Sign||class=pixelart}}]]
[[File:{{{icon4}}}|Dixie Sign||class=pixelart}}]]
[[File:{{{icon5}}}|Dixie Sign||class=pixelart}}]]
[[File:{{{icon6}}}|Dixie Sign||class=pixelart}}]]
[[File:{{{icon7}}}|Dixie Sign||class=pixelart}}]]
[[File:{{{icon8}}}|Dixie Sign||class=pixelart}}]]
[[File:{{{icon9}}}|Dixie Sign||class=pixelart}}]]
General
Category
Sign
EncumbranceMoodle Icon HeavyLoad.png
6.0 (per tile)
24 (total)
Size
4 tiles
Properties
Type
Movable
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
signs_one-off_01_27
signs_one-off_01_28
signs_one-off_01_29
signs_one-off_01_30
Tile ID(s)
242027
242028
242029
242030

A Dixie 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
{
      "signs_one-off_01_27": {
          "name": "signs_one-off_01_27",
          "id": 242027,
          "type": "MAX",
          "tileSheetIndex": 27,
          "properties": {
              "generic": {
                  "solid": "",
                  "CustomName": "Sign",
                  "Facing": "S",
                  "GroupName": "Dixie",
                  "IsMoveAble": "",
                  "PickUpWeight": 60,
                  "SpriteGridPos": "0,0"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "signs_one-off_01_28": {
          "name": "signs_one-off_01_28",
          "id": 242028,
          "type": "MAX",
          "tileSheetIndex": 28,
          "properties": {
              "generic": {
                  "solid": "",
                  "CustomName": "Sign",
                  "Facing": "S",
                  "GroupName": "Dixie",
                  "IsMoveAble": "",
                  "PickUpWeight": 60,
                  "SpriteGridPos": "1,0"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "signs_one-off_01_29": {
          "name": "signs_one-off_01_29",
          "id": 242029,
          "type": "MAX",
          "tileSheetIndex": 29,
          "properties": {
              "generic": {
                  "solid": "",
                  "CustomName": "Sign",
                  "Facing": "S",
                  "GroupName": "Dixie",
                  "IsMoveAble": "",
                  "PickUpWeight": 60,
                  "SpriteGridPos": "2,0"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "signs_one-off_01_30": {
          "name": "signs_one-off_01_30",
          "id": 242030,
          "type": "MAX",
          "tileSheetIndex": 30,
          "properties": {
              "generic": {
                  "solid": "",
                  "CustomName": "Sign",
                  "Facing": "S",
                  "GroupName": "Dixie",
                  "IsMoveAble": "",
                  "PickUpWeight": 60,
                  "SpriteGridPos": "3,0"
              }
          }
      }
  }

See also