Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Item / Items / Rock / Gold / Rock_Gold_Brick.json

Rock_Gold_Brick

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

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Gold_Brick.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Gold_Brick.png",
  "Categories": [
    "Blocks.Metal"
  ],
  "Set": "Metal_Gold",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Bar_Gold",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting"
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 10
  },
  "BlockType": {
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "RandomRotation": "YawStep90",
    "BlockParticleSetId": "Metal",
    "Textures": [
      {
        "All": "BlockTextures/Rock_Gold_Brick_Side.png",
        "Weight": 1
      }
    ],
    "BlockSoundSetId": "Metal",
    "PhysicalMaterialId": "Metal",
    "ParticleColor": "#feb03f",
    "TextureComputedColor": "#E1A732"
  },
  "ResourceTypes": [
    {
      "Id": "Bricks"
    },
    {
      "Id": "Rock_Gold_Brick"
    }
  ],
  "Tags": {
    "Family": [
      "Gold"
    ],
    "Type": [
      "Rock"
    ]
  },
  "Parent": "Rock_Stone_Brick",
  "ItemSoundSetId": "ISS_Items_Metal"
}