Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Items / Rock / Slate / Rock_Slate.json

Rock_Slate

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

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Recipeobject
BlockTypeobject
ResourceTypesarray[2]
Tagsobject
Parentstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Slate.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Slate.png",
  "Set": "Rock_Slate",
  "Recipe": {
    "Input": [
      {
        "Quantity": 2,
        "ResourceTypeId": "Rock_Slate"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Furnace",
        "Type": "Processing"
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "BlockType": {
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks",
        "ItemId": "Rock_Slate_Cobble"
      }
    },
    "Textures": [
      {
        "Sides": "BlockTextures/Rock_Slate_Side.png",
        "UpDown": "BlockTextures/Rock_Slate.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#373737",
    "TransitionTexture": "BlockTextures/Transition_Rock_Slate.png",
    "TransitionToGroups": [
      "Stone"
    ],
    "TextureComputedColor": "#272828"
  },
  "ResourceTypes": [
    {
      "Id": "Rock"
    },
    {
      "Id": "Rock_Slate"
    }
  ],
  "Tags": {
    "Type": [
      "Rock"
    ]
  },
  "Parent": "Rock_Stone"
}