Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Rock / Marble / Rock_Marble.json

Rock_Marble

Server/Item/Items/Rock/Marble/Rock_Marble.json, 921 B

Fields

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

Source

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