More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
Big Cork Noteboard
[[File:{{{icon2}}}|Big Cork Noteboard||class=pixelart}}]]
[[File:{{{icon3}}}|Big Cork Noteboard||class=pixelart}}]]
[[File:{{{icon4}}}|Big Cork Noteboard||class=pixelart}}]]
[[File:{{{icon5}}}|Big Cork Noteboard||class=pixelart}}]]
[[File:{{{icon6}}}|Big Cork Noteboard||class=pixelart}}]]
[[File:{{{icon7}}}|Big Cork Noteboard||class=pixelart}}]]
[[File:{{{icon8}}}|Big Cork Noteboard||class=pixelart}}]]
[[File:{{{icon9}}}|Big Cork Noteboard||class=pixelart}}]]
Properties
Type
Movable
Move
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_business_office_generic_01_36
location_business_office_generic_01_37
location_business_office_generic_01_38
location_business_office_generic_01_39
location_business_office_generic_01_37
location_business_office_generic_01_38
location_business_office_generic_01_39
Tile ID(s)
149036
149037
149038
149039
149037
149038
149039
A big cork noteboard 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_business_office_generic_01_36": {
"name": "location_business_office_generic_01_36",
"id": 149036,
"type": "MAX",
"tileSheetIndex": 36,
"properties": {
"generic": {
"CustomName": "Noteboard",
"Facing": "E",
"GroupName": "Big Cork",
"IsMoveAble": "",
"PickUpWeight": 20,
"SpriteGridPos": "0,1",
"IsHigh": "",
"MoveType": "WallObject"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_business_office_generic_01_37": {
"name": "location_business_office_generic_01_37",
"id": 149037,
"type": "MAX",
"tileSheetIndex": 37,
"properties": {
"generic": {
"CustomName": "Noteboard",
"Facing": "E",
"GroupName": "Big Cork",
"IsMoveAble": "",
"PickUpWeight": 20,
"SpriteGridPos": "0,0",
"IsHigh": "",
"MoveType": "WallObject"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_business_office_generic_01_38": {
"name": "location_business_office_generic_01_38",
"id": 149038,
"type": "MAX",
"tileSheetIndex": 38,
"properties": {
"generic": {
"CustomName": "Noteboard",
"Facing": "S",
"GroupName": "Big Cork",
"IsMoveAble": "",
"PickUpWeight": 20,
"SpriteGridPos": "0,0",
"IsHigh": "",
"MoveType": "WallObject"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_business_office_generic_01_39": {
"name": "location_business_office_generic_01_39",
"id": 149039,
"type": "MAX",
"tileSheetIndex": 39,
"properties": {
"generic": {
"CustomName": "Noteboard",
"Facing": "S",
"GroupName": "Big Cork",
"IsMoveAble": "",
"PickUpWeight": 20,
"SpriteGridPos": "1,0",
"IsHigh": "",
"MoveType": "WallObject"
}
}
}
}