More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
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.
For the build 41.78.16 article, please see the old revision.
Eye Test Poster
[[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}}]]
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
location_community_medical_01_29
Tile ID(s)
213028
213029
213029
An eye test poster 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_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
{
"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"
}
}
}
}