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

Pink Curtain

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Pink Curtain
Fixtures windows curtains 01 36.png
Fixtures windows curtains 01 32.png
Fixtures windows curtains 01 38.png
Fixtures windows curtains 01 34.png
Fixtures windows curtains 01 37.png
Fixtures windows curtains 01 33.png
Fixtures windows curtains 01 35.png
[[File:{{{icon9}}}|Pink Curtain||class=pixelart}}]]
General
Category
Curtain
EncumbranceMoodle Icon HeavyLoad.png
2.0
Size
1 tile
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
Tile ID(s)
128036
128038
128037
128039

A pink curtain is a movable tile.

Usage

This tile uses the generic movable item when picked up.

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_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

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

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

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

See also