More actions
Small Pearl Curtain
Properties
Type
Movable
Move
Move type
WindowObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
fixtures_windows_curtains_02_28
fixtures_windows_curtains_02_30
fixtures_windows_curtains_02_29
fixtures_windows_curtains_02_31
fixtures_windows_curtains_02_30
fixtures_windows_curtains_02_29
fixtures_windows_curtains_02_31
Tile ID(s)
203028
203030
203029
203031
203030
203029
203031
A small pearl 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_28": {
"name": "fixtures_windows_curtains_02_28",
"id": 203028,
"type": "curtainW",
"tileSheetIndex": 28,
"properties": {
"generic": {
"CustomName": "Curtain",
"Facing": "E",
"GroupName": "Small Pearl",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "WindowObject",
"attachedW": "",
"disableFade": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"fixtures_windows_curtains_02_30": {
"name": "fixtures_windows_curtains_02_30",
"id": 203030,
"type": "curtainN",
"tileSheetIndex": 30,
"properties": {
"generic": {
"CustomName": "Curtain",
"Facing": "S",
"GroupName": "Small Pearl",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "WindowObject",
"attachedN": "",
"disableFade": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"fixtures_windows_curtains_02_29": {
"name": "fixtures_windows_curtains_02_29",
"id": 203029,
"type": "curtainE",
"tileSheetIndex": 29,
"properties": {
"generic": {
"CustomName": "Curtain",
"Facing": "W",
"GroupName": "Small Pearl",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "WindowObject",
"attachedE": "",
"disableFade": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"fixtures_windows_curtains_02_31": {
"name": "fixtures_windows_curtains_02_31",
"id": 203031,
"type": "curtainS",
"tileSheetIndex": 31,
"properties": {
"generic": {
"CustomName": "Curtain",
"Facing": "N",
"GroupName": "Small Pearl",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "WindowObject",
"attachedS": "",
"disableFade": ""
}
}
}
}