Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Item / Items / Rock / Slate / Rock_Slate_Cobble.json

Rock_Slate_Cobble

Server/Item/Items/Rock/Slate/Rock_Slate_Cobble.json, 1.0 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
BlockTypeobject
ResourceTypesarray[2]
Tagsobject
Parentstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Slate_Cobble.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Slate_Cobble.png",
  "Set": "Rock_Slate",
  "BlockType": {
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "Textures": [
      {
        "Sides": "BlockTextures/Rock_Slate_Cobble.png",
        "UpDown": "BlockTextures/Rock_Slate_Cobble_Top.png",
        "Weight": 70
      },
      {
        "Sides": "BlockTextures/Rock_Slate_Cobble2.png",
        "UpDown": "BlockTextures/Rock_Slate_Cobble_Top.png",
        "Weight": 15
      },
      {
        "Sides": "BlockTextures/Rock_Slate_Cobble3.png",
        "UpDown": "BlockTextures/Rock_Slate_Cobble_Top.png",
        "Weight": 15
      }
    ],
    "ParticleColor": "#373737",
    "TextureComputedColor": "#232425"
  },
  "ResourceTypes": [
    {
      "Id": "Rock"
    },
    {
      "Id": "Rock_Slate"
    }
  ],
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Slate"
    ]
  },
  "Parent": "Rock_Stone_Cobble"
}