Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Items / Furniture / Frozen / Furniture_Frozen_Castle_Bed.json

Furniture_Frozen_Castle_Bed

Server/Item/Items/Furniture/Frozen/Furniture_Frozen_Castle_Bed.json, 1.9 KB

Fields

FieldType
TranslationPropertiesobject
PlayerAnimationsIdstring
Categoriesarray[1]
Setstring
IconPropertiesobject
Interactionsobject
BlockTypeobject
ResourceTypesarray[2]
Tagsobject
Iconstring
Scalenumber
ItemSoundSetIdstring
MaxStacknumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Frozen_Castle_Bed.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Beds"
  ],
  "Set": "Furniture_Frozen_Castle",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.3,
    "Translation": [
      9,
      -5.4
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "BlockParticleSetId": "Ice",
    "Beds": [
      {
        "Offset": {
          "X": 0.4,
          "Y": 0.4,
          "Z": 1.0
        },
        "Yaw": 0
      }
    ],
    "Interactions": {
      "Use": {
        "Interactions": [
          {
            "Type": "Bed"
          }
        ]
      },
      "Primary": "Check_Can_Break_Respawn"
    },
    "CustomModel": "Blocks/Decorative_Sets/Frozen_Castle/Bed.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Frozen_Castle/Bed_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "HitboxType": "Bed_Frozen_Castle",
    "Material": "Solid",
    "Opacity": "Transparent",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "VariantRotation": "NESW",
    "BlockSoundSetId": "Ice",
    "PhysicalMaterialId": "Ice",
    "BlockEntity": {
      "Components": {
        "RespawnBlock": {}
      }
    },
    "ParticleColor": "#5bbaca"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Human"
    ]
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Frozen_Castle_Bed.png",
  "Scale": 0.6,
  "ItemSoundSetId": "ISS_Blocks_Wood",
  "MaxStack": 1
}