Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Furniture / Village / Unique / Furniture_Village_Platform.json

Furniture_Village_Platform

Server/Item/Items/Furniture/Village/Unique/Furniture_Village_Platform.json, 2.0 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Village_Platform.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Shelves"
  ],
  "Set": "Furniture_Village",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Hardwood",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Platform"
        ]
      }
    ],
    "OutputQuantity": 2
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Village_Platform.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.58823,
    "Translation": [
      0,
      -24.6
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Tavern/Platform.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Tavern/Platform_Village.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "Support": {
      "CardinalDirections": [
        {
          "FaceType": "Full"
        },
        {
          "FaceType": "Platform"
        }
      ]
    },
    "Supporting": {
      "Up": [
        {
          "FaceType": "Full"
        }
      ],
      "CardinalDirections": [
        {
          "FaceType": "Platform"
        }
      ]
    },
    "Group": "Wood",
    "HitboxType": "Platform_Thick",
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#5b3222",
    "VariantRotation": "Wall",
    "BlockSoundSetId": "Wood"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Village"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}