Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / Item / Items / Rock / Gold / Rock_Gold_Brick_Roof_Flat.json

Rock_Gold_Brick_Roof_Flat

Server/Item/Items/Rock/Gold/Rock_Gold_Brick_Roof_Flat.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Setstring
BlockTypeobject
Tagsobject
Parentstring
Recipeobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Gold_Brick_Roof_Flat.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Gold_Brick_Roof_Flat.png",
  "Categories": [
    "Blocks.Metal"
  ],
  "Set": "Metal_Gold",
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Roofs/Slope_Rock_Textures/Gold_Brick.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "BlockParticleSetId": "Metal",
    "BlockSoundSetId": "Metal",
    "PhysicalMaterialId": "Metal",
    "ParticleColor": "#feb03f",
    "TextureComputedColor": "#DEA42E"
  },
  "Tags": {
    "Family": [
      "Gold"
    ],
    "Type": [
      "Rock"
    ]
  },
  "Parent": "Rock_Stone_Brick_Roof_Flat",
  "Recipe": {
    "Input": [
      {
        "Quantity": 1,
        "ResourceTypeId": "Rock_Gold_Brick"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Roof"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "ItemSoundSetId": "ISS_Items_Metal"
}