Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Furniture / Desert / Furniture_Desert_Table.json

Furniture_Desert_Table

Server/Item/Items/Furniture/Desert/Furniture_Desert_Table.json, 1.7 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Desert_Table.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Furniture"
  ],
  "Set": "Furniture_Desert",
  "Icon": "Icons/ItemsGenerated/Furniture_Desert_Table.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.36,
    "Translation": [
      -22,
      -20
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Drywood_Goldenwood",
        "Quantity": 4
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Table"
        ]
      }
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Desert/Table.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Desert/Table_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "Group": "Wood",
    "HitboxType": "Table",
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#a78251",
    "Supporting": {
      "Up": [
        {}
      ]
    },
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "BlockSoundSetId": "Wood",
    "VariantRotation": "NESW"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Desert"
    ]
  },
  "Scale": 0.6,
  "ItemSoundSetId": "ISS_Blocks_Wood"
}