More actions
Long Beige Curtain
Properties
Type
Movable
Is low
True
Move
Move type
WindowObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
fixtures_windows_curtains_01_4
fixtures_windows_curtains_01_6
fixtures_windows_curtains_01_5
fixtures_windows_curtains_01_7
fixtures_windows_curtains_01_6
fixtures_windows_curtains_01_5
fixtures_windows_curtains_01_7
Tile ID(s)
128004
128006
128005
128007
128006
128005
128007
A long beige curtain is a movable tile.
Usage
This tile uses the generic movable item when picked up. It must be placed on a window.
Crafting
This tile can be scrapped for materials.
Crafting
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"fixtures_windows_curtains_01_4": {
"name": "fixtures_windows_curtains_01_4",
"id": 128004,
"type": "curtainW",
"tileSheetIndex": 4,
"properties": {
"generic": {
"CanScrap": "",
"CustomName": "Curtain",
"Facing": "E",
"GroupName": "Long Beige",
"IsLow": "",
"IsMoveAble": "",
"PickUpWeight": 30,
"MoveType": "WindowObject",
"attachedW": "",
"disableFade": "",
"ScrapUseSkill": "",
"ScrapUseTool": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"fixtures_windows_curtains_01_6": {
"name": "fixtures_windows_curtains_01_6",
"id": 128006,
"type": "curtainN",
"tileSheetIndex": 6,
"properties": {
"generic": {
"CanScrap": "",
"CustomName": "Curtain",
"Facing": "S",
"GroupName": "Long Beige",
"IsLow": "",
"IsMoveAble": "",
"PickUpWeight": 30,
"MoveType": "WindowObject",
"attachedN": "",
"disableFade": "",
"ScrapUseSkill": "",
"ScrapUseTool": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"fixtures_windows_curtains_01_5": {
"name": "fixtures_windows_curtains_01_5",
"id": 128005,
"type": "curtainE",
"tileSheetIndex": 5,
"properties": {
"generic": {
"CanScrap": "",
"CustomName": "Curtain",
"Facing": "W",
"GroupName": "Long Beige",
"IsLow": "",
"IsMoveAble": "",
"PickUpWeight": 30,
"MoveType": "WindowObject",
"attachedE": "",
"disableFade": "",
"ScrapUseSkill": "",
"ScrapUseTool": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"fixtures_windows_curtains_01_7": {
"name": "fixtures_windows_curtains_01_7",
"id": 128007,
"type": "curtainS",
"tileSheetIndex": 7,
"properties": {
"generic": {
"CanScrap": "",
"CustomName": "Curtain",
"Facing": "N",
"GroupName": "Long Beige",
"IsLow": "",
"IsMoveAble": "",
"PickUpWeight": 30,
"MoveType": "WindowObject",
"attachedS": "",
"disableFade": "",
"ScrapUseSkill": "",
"ScrapUseTool": ""
}
}
}
}