More actions
Pink Curtain
[[File:{{{icon9}}}|Pink Curtain||class=pixelart}}]]
Properties
Type
Movable
Move
Move type
WindowObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
fixtures_windows_curtains_01_36
fixtures_windows_curtains_01_38
fixtures_windows_curtains_01_37
fixtures_windows_curtains_01_39
fixtures_windows_curtains_01_38
fixtures_windows_curtains_01_37
fixtures_windows_curtains_01_39
Tile ID(s)
128036
128038
128037
128039
128038
128037
128039
A pink curtain is a movable tile.
Usage
This tile uses the generic movable item when picked up.
Crafting
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"fixtures_windows_curtains_01_36": {
"name": "fixtures_windows_curtains_01_36",
"id": 128036,
"type": "curtainW",
"tileSheetIndex": 36,
"properties": {
"generic": {
"CanScrap": "",
"CustomName": "Curtain",
"Facing": "E",
"GroupName": "Pink",
"IsMoveAble": "",
"PickUpWeight": 20,
"MoveType": "WindowObject",
"attachedW": "",
"disableFade": "",
"ScrapUseSkill": "",
"ScrapUseTool": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"fixtures_windows_curtains_01_38": {
"name": "fixtures_windows_curtains_01_38",
"id": 128038,
"type": "curtainN",
"tileSheetIndex": 38,
"properties": {
"generic": {
"CanScrap": "",
"CustomName": "Curtain",
"Facing": "S",
"GroupName": "Pink",
"IsMoveAble": "",
"PickUpWeight": 20,
"MoveType": "WindowObject",
"attachedN": "",
"disableFade": "",
"ScrapUseSkill": "",
"ScrapUseTool": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"fixtures_windows_curtains_01_37": {
"name": "fixtures_windows_curtains_01_37",
"id": 128037,
"type": "curtainE",
"tileSheetIndex": 37,
"properties": {
"generic": {
"CanScrap": "",
"CustomName": "Curtain",
"Facing": "W",
"GroupName": "Pink",
"IsMoveAble": "",
"PickUpWeight": 20,
"MoveType": "WindowObject",
"attachedE": "",
"disableFade": "",
"ScrapUseSkill": "",
"ScrapUseTool": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"fixtures_windows_curtains_01_39": {
"name": "fixtures_windows_curtains_01_39",
"id": 128039,
"type": "curtainS",
"tileSheetIndex": 39,
"properties": {
"generic": {
"CanScrap": "",
"CustomName": "Curtain",
"Facing": "N",
"GroupName": "Pink",
"IsMoveAble": "",
"PickUpWeight": 20,
"MoveType": "WindowObject",
"attachedS": "",
"disableFade": "",
"ScrapUseSkill": "",
"ScrapUseTool": ""
}
}
}
}