Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Items / Rock / Aqua / Rock_Aqua.json

Rock_Aqua

Server/Item/Items/Rock/Aqua/Rock_Aqua.json, 922 B

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Aqua.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Aqua.png",
  "Set": "Rock_Aqua",
  "Recipe": {
    "Input": [
      {
        "Quantity": 2,
        "ResourceTypeId": "Rock_Aqua"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Furnace",
        "Type": "Processing"
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "BlockType": {
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "Textures": [
      {
        "All": "BlockTextures/Rock_Aqua.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#58ad9b",
    "Aliases": [
      "aqua",
      "aqua00"
    ],
    "TextureComputedColor": "#294E48"
  },
  "ResourceTypes": [
    {
      "Id": "Rock"
    },
    {
      "Id": "Rock_Aqua"
    }
  ],
  "Tags": {
    "Type": [
      "Rock"
    ]
  },
  "Parent": "Rock_Stone"
}