Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / Furniture / Jungle / Furniture_Jungle_Chair.json

Furniture_Jungle_Chair

Server/Item/Items/Furniture/Jungle/Furniture_Jungle_Chair.json, 1.9 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Jungle_Chair.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Furniture"
  ],
  "Set": "Furniture_Jungle",
  "Icon": "Icons/ItemsGenerated/Furniture_Jungle_Chair.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.505,
    "Translation": [
      2,
      -22
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Tropicalwood",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Chair"
        ]
      }
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Jungle/Chair.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Jungle/Chair_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "HitboxType": "Chair_Tall",
    "Material": "Solid",
    "ParticleColor": "#9ebd60",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "Seats": [
      {
        "Offset": {
          "X": 0,
          "Y": 0.1,
          "Z": 0.2
        },
        "Yaw": 0
      }
    ],
    "Interactions": {
      "Use": "Block_Seat"
    },
    "VariantRotation": "NESW",
    "Opacity": "Transparent",
    "TextureComputedColor": "#BA9349"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Jungle"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}