Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Items / Rock / Gold / Rock_Gold_Brick_Pillar_Middle.json

Rock_Gold_Brick_Pillar_Middle

Server/Item/Items/Rock/Gold/Rock_Gold_Brick_Pillar_Middle.json, 1.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Gold_Brick_Pillar_Middle.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Gold_Brick_Pillar_Middle.png",
  "Categories": [
    "Blocks.Metal"
  ],
  "Set": "Metal_Gold",
  "BlockType": {
    "Opacity": "Transparent",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Pillars/Pillar_Base_Textures/Gold.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "BlockParticleSetId": "Metal",
    "Supporting": {
      "Down": [
        {}
      ],
      "Up": [
        {}
      ]
    },
    "BlockSoundSetId": "Metal",
    "PhysicalMaterialId": "Metal",
    "ParticleColor": "#feb03f",
    "TextureComputedColor": "#D99D28"
  },
  "Tags": {
    "Family": [
      "Gold"
    ],
    "Type": [
      "Rock"
    ]
  },
  "Parent": "Rock_Stone_Brick_Pillar_Middle",
  "Recipe": {
    "Input": [
      {
        "Quantity": 1,
        "ResourceTypeId": "Rock_Gold_Brick"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Pillar"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "ItemSoundSetId": "ISS_Items_Metal"
}