More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
Small Bordeaux Curtain
Properties
Type
Movable
Move
Move type
WindowObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
fixtures_windows_curtains_02_20
fixtures_windows_curtains_02_22
fixtures_windows_curtains_02_21
fixtures_windows_curtains_02_23
fixtures_windows_curtains_02_22
fixtures_windows_curtains_02_21
fixtures_windows_curtains_02_23
Tile ID(s)
203020
203022
203021
203023
203022
203021
203023
A small bordeaux curtain is a movable tile.
Usage
This tile uses the generic movable item when picked up. It must be placed on a window.
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"fixtures_windows_curtains_02_20": {
"name": "fixtures_windows_curtains_02_20",
"id": 203020,
"type": "curtainW",
"tileSheetIndex": 20,
"properties": {
"generic": {
"CustomName": "Curtain",
"Facing": "E",
"GroupName": "Small Bordeaux",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "WindowObject",
"attachedW": "",
"disableFade": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"fixtures_windows_curtains_02_22": {
"name": "fixtures_windows_curtains_02_22",
"id": 203022,
"type": "curtainN",
"tileSheetIndex": 22,
"properties": {
"generic": {
"CustomName": "Curtain",
"Facing": "S",
"GroupName": "Small Bordeaux",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "WindowObject",
"attachedN": "",
"disableFade": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"fixtures_windows_curtains_02_21": {
"name": "fixtures_windows_curtains_02_21",
"id": 203021,
"type": "curtainE",
"tileSheetIndex": 21,
"properties": {
"generic": {
"CustomName": "Curtain",
"Facing": "W",
"GroupName": "Small Bordeaux",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "WindowObject",
"attachedE": "",
"disableFade": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"fixtures_windows_curtains_02_23": {
"name": "fixtures_windows_curtains_02_23",
"id": 203023,
"type": "curtainS",
"tileSheetIndex": 23,
"properties": {
"generic": {
"CustomName": "Curtain",
"Facing": "N",
"GroupName": "Small Bordeaux",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "WindowObject",
"attachedS": "",
"disableFade": ""
}
}
}
}