Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Furniture / Temple_Dark / Unique / Furniture_Temple_Dark_Platform.json

Furniture_Temple_Dark_Platform

Server/Item/Items/Furniture/Temple_Dark/Unique/Furniture_Temple_Dark_Platform.json, 2.0 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Temple_Dark_Platform.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Shelves"
  ],
  "Set": "Furniture_Temple_Dark",
  "Icon": "Icons/ItemsGenerated/Furniture_Temple_Dark_Platform.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.58823,
    "Translation": [
      0,
      -25.5
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Shale"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Platform"
        ]
      }
    ],
    "OutputQuantity": 2
  },
  "BlockType": {
    "ParticleColor": "#344549",
    "BlockParticleSetId": "Stone",
    "CustomModel": "Blocks/Decorative_Sets/Temple_Dark/Platform.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Temple_Dark/Platform_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "Support": {
      "CardinalDirections": [
        {
          "FaceType": "Full"
        },
        {
          "FaceType": "Platform"
        }
      ]
    },
    "Supporting": {
      "Up": [
        {
          "FaceType": "Full"
        }
      ],
      "CardinalDirections": [
        {
          "FaceType": "Platform"
        }
      ]
    },
    "Group": "Stone",
    "HitboxType": "Platform_Bracket",
    "Material": "Solid",
    "Opacity": "Transparent",
    "VariantRotation": "NESW",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "TextureComputedColor": "#2C3A3E"
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Temple"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone"
}