Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Items / Rock / Slate / Rock_Slate_Brick_Ornate.json

Rock_Slate_Brick_Ornate

Server/Item/Items/Rock/Slate/Rock_Slate_Brick_Ornate.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Recipeobject
BlockTypeobject
Tagsobject
Parentstring
ResourceTypesarray[1]
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Slate_Brick_Ornate.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Slate_Brick_Ornate.png",
  "Set": "Rock_Slate",
  "Recipe": {
    "Input": [
      {
        "Quantity": 1,
        "ResourceTypeId": "Rock_Slate"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Ornate"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "BlockType": {
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "Textures": [
      {
        "All": "BlockTextures/Rock_Slate_Brick_Ornate.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#373737",
    "TextureComputedColor": "#26282A"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Slate"
    ]
  },
  "Parent": "Rock_Slate_Brick",
  "ResourceTypes": [
    {
      "Id": "Rock_Slate_Brick"
    }
  ],
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}