Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / Rock / Volcanic / Rock_Volcanic_Beam.json

Rock_Volcanic_Beam

Server/Item/Items/Rock/Volcanic/Rock_Volcanic_Beam.json, 933 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Recipeobject
BlockTypeobject
Tagsobject
Parentstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Volcanic_Beam.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Volcanic_Beam.png",
  "Set": "Rock_Volcanic",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Volcanic",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Beam"
        ]
      }
    ],
    "OutputQuantity": 2,
    "TimeSeconds": 0
  },
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Rock_Volcanic.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "GatherType": "VolcanicRocks"
      }
    },
    "ParticleColor": "#352222",
    "TextureComputedColor": "#332929"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Volcanic"
    ]
  },
  "Parent": "Rock_Stone_Beam"
}