Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Furniture / Ancient / Furniture_Ancient_Chair.json

Furniture_Ancient_Chair

Server/Item/Items/Furniture/Ancient/Furniture_Ancient_Chair.json, 1.9 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Ancient_Chair.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Furniture"
  ],
  "Set": "Furniture_Ancient",
  "Icon": "Icons/ItemsGenerated/Furniture_Ancient_Chair.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.58823,
    "Translation": [
      2.5,
      -14.9
    ]
  },
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Blackwood_Deadwood",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Chair"
        ]
      }
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Ancient/Chair.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Ancient/Chair_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "Group": "Wood",
    "HitboxType": "Chair_Small",
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#4e462c",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "Seats": [
      {
        "Offset": {
          "X": 0,
          "Y": 0,
          "Z": 0.1
        },
        "Yaw": 0
      }
    ],
    "Interactions": {
      "Use": "Block_Seat"
    },
    "VariantRotation": "NESW",
    "BlockSoundSetId": "Wood"
  },
  "Model": "Blocks/Decorative_Sets/Tavern/Table.blockymodel",
  "Texture": "Blocks/Decorative_Sets/Tavern/Chair_Texture.png",
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Ancient"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}