Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Furniture / Grand_Wizard / Furniture_Royal_Magic_Bed.json

Furniture_Royal_Magic_Bed

Server/Item/Items/Furniture/Grand_Wizard/Furniture_Royal_Magic_Bed.json, 1.7 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Royal_Magic_Bed.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Beds"
  ],
  "Set": "Furniture_Royal_Magic",
  "IconProperties": {
    "Scale": 0.225,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      -50,
      -30
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "Beds": [
      {
        "Offset": {
          "X": 0.9,
          "Y": 0.4,
          "Z": 1.5
        },
        "Yaw": 0
      }
    ],
    "Interactions": {
      "Use": {
        "Interactions": [
          {
            "Type": "Bed"
          }
        ]
      },
      "Primary": "Check_Can_Break_Respawn"
    },
    "CustomModel": "Blocks/Decorative_Sets/Royal_Magic/Bed.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Royal_Magic/Bed_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "HitboxType": "Bed_Royal",
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#54223b",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "VariantRotation": "NESW",
    "BlockEntity": {
      "Components": {
        "RespawnBlock": {}
      }
    }
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Tavern"
    ]
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Royal_Magic_Bed.png",
  "ItemSoundSetId": "ISS_Blocks_Wood",
  "Scale": 0.5,
  "MaxStack": 1
}