Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Items / Rock / Lime / Rock_Lime.json

Rock_Lime

Server/Item/Items/Rock/Lime/Rock_Lime.json, 1.2 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Lime.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Lime.png",
  "Set": "Rock_Lime",
  "Recipe": {
    "Input": [
      {
        "Quantity": 2,
        "ResourceTypeId": "Rock_Lime"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Furnace",
        "Type": "Processing"
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "BlockType": {
    "Gathering": {
      "Breaking": {
        "Quality": 1,
        "ItemId": "Rock_Lime_Cobble",
        "GatherType": "Rocks"
      }
    },
    "Textures": [
      {
        "All": "BlockTextures/Rock_Limestone.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#dccd97",
    "TransitionToGroups": [
      "Stone"
    ],
    "TransitionTexture": "BlockTextures/Transition_Rock_Limestone.png",
    "TextureComputedColor": "#BAAA7F"
  },
  "ResourceTypes": [
    {
      "Id": "Rock"
    },
    {
      "Id": "Rock_Lime"
    }
  ],
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Lime"
    ]
  },
  "Parent": "Rock_Stone",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}