Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Long Beige Curtain

From PZwiki
Project ZomboidTilesDecorationsCurtainsLong Beige Curtain
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Long Beige Curtain
Fixtures windows curtains 01 4.png
Fixtures windows curtains 01 0.png
Fixtures windows curtains 01 6.png
Fixtures windows curtains 01 2.png
Fixtures windows curtains 01 5.png
Fixtures windows curtains 01 1.png
Fixtures windows curtains 01 7.png
Fixtures windows curtains 01 3.png
[[File:{{{icon9}}}|Long Beige Curtain||class=pixelart}}]]
General
Category
Curtain
EncumbranceMoodle Icon HeavyLoad.png
3.0
Size
1 tile
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
Tile ID(s)
128004
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 icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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": ""
              }
          }
      }
  }

See also