Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Item / Items / Rock / Quartzite / Rock_Quartzite.json

Rock_Quartzite

Server/Item/Items/Rock/Quartzite/Rock_Quartzite.json, 942 B

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Quartzite.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Quartzite.png",
  "Recipe": {
    "Input": [
      {
        "Quantity": 2,
        "ResourceTypeId": "Rock_Quartzite"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Furnace",
        "Type": "Processing"
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "BlockType": {
    "Gathering": {
      "Breaking": {
        "ItemId": "Rock_Quartzite_Cobble",
        "GatherType": "Rocks"
      }
    },
    "Textures": [
      {
        "All": "BlockTextures/Rock_Quartzite.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#a08f5b",
    "TextureComputedColor": "#92814F"
  },
  "ResourceTypes": [
    {
      "Id": "Rock"
    },
    {
      "Id": "Rock_Quartzite"
    }
  ],
  "Set": "Rock_Quartzite",
  "Tags": {
    "Type": [
      "Rock"
    ]
  },
  "Parent": "Rock_Stone"
}