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

Eye Test Poster

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.
Eye Test Poster
Location community medical 01 29.png
Location community medical 01 29.png
[[File:{{{icon3}}}|Eye Test Poster||class=pixelart}}]]
[[File:{{{icon4}}}|Eye Test Poster||class=pixelart}}]]
[[File:{{{icon5}}}|Eye Test Poster||class=pixelart}}]]
[[File:{{{icon6}}}|Eye Test Poster||class=pixelart}}]]
[[File:{{{icon7}}}|Eye Test Poster||class=pixelart}}]]
[[File:{{{icon8}}}|Eye Test Poster||class=pixelart}}]]
[[File:{{{icon9}}}|Eye Test Poster||class=pixelart}}]]
General
Category
Poster
EncumbranceMoodle Icon HeavyLoad.png
1.0
Size
1 tile
Properties
Type
Movable
Move
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_community_medical_01_28
location_community_medical_01_29
Tile ID(s)
213028
213029

An eye test poster 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_community_medical_01_28": {
          "name": "location_community_medical_01_28",
          "id": 213028,
          "type": "MAX",
          "tileSheetIndex": 28,
          "properties": {
              "generic": {
                  "CustomName": "Poster",
                  "Facing": "E",
                  "GroupName": "Eye Test",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "MoveType": "WallObject"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_community_medical_01_29": {
          "name": "location_community_medical_01_29",
          "id": 213029,
          "type": "MAX",
          "tileSheetIndex": 29,
          "properties": {
              "generic": {
                  "CustomName": "Poster",
                  "Facing": "S",
                  "GroupName": "Eye Test",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "MoveType": "WallObject"
              }
          }
      }
  }

See also