Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Item / Items / Furniture / Kweebec / Furniture_Kweebec_Bed.json

Furniture_Kweebec_Bed

Server/Item/Items/Furniture/Kweebec/Furniture_Kweebec_Bed.json, 2.2 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Kweebec_Bed.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Beds"
  ],
  "Set": "Furniture_Kweebec",
  "Recipe": {
    "Input": [
      {
        "Quantity": 3,
        "ResourceTypeId": "Wood_All"
      },
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 4
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Beds"
        ]
      }
    ]
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Kweebec_Bed.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.385,
    "Translation": [
      10.9,
      -7.1
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "Beds": [
      {
        "Offset": {
          "X": -0.1,
          "Y": 0.4,
          "Z": 0.7
        },
        "Yaw": 0
      }
    ],
    "Interactions": {
      "Use": {
        "Interactions": [
          {
            "Type": "Bed"
          }
        ]
      },
      "Primary": "Check_Can_Break_Respawn"
    },
    "CustomModel": "Blocks/Decorative_Sets/Kweebec/Bed.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Kweebec/Bed_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "HitboxType": "Bed_Kweebec",
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#633625",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "VariantRotation": "NESW",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "BlockEntity": {
      "Components": {
        "RespawnBlock": {}
      }
    },
    "TextureComputedColor": "#353517"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Kweebec"
    ]
  },
  "Scale": 0.6,
  "ItemSoundSetId": "ISS_Blocks_Wood",
  "MaxStack": 1,
  "ItemLevel": 1
}