Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Items / Rock / Gold / Rock_Gold_Brick_Wall.json

Rock_Gold_Brick_Wall

Server/Item/Items/Rock/Gold/Rock_Gold_Brick_Wall.json, 2.6 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Gold_Brick_Wall.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Gold_Brick_Wall.png",
  "Categories": [
    "Blocks.Metal"
  ],
  "Set": "Metal_Gold",
  "Recipe": {
    "Input": [
      {
        "Quantity": 1,
        "ResourceTypeId": "Rock_Gold_Brick"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Wall"
        ]
      }
    ],
    "OutputQuantity": 2,
    "TimeSeconds": 0
  },
  "BlockType": {
    "CustomModel": "Blocks/Structures/Walls/Wall_Gold_Brick.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Walls/Wall_Gold_Brick_Texture.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "HitboxType": "Fence_Thin",
    "BlockParticleSetId": "Metal",
    "BlockSoundSetId": "Metal",
    "PhysicalMaterialId": "Metal",
    "ParticleColor": "#feb03f",
    "State": {
      "Definitions": {
        "Corner": {
          "CustomModel": "Blocks/Structures/Walls/Wall_Gold_Brick_Corner.blockymodel",
          "HitboxType": "Fence_Corner_Thin",
          "Gathering": {
            "Breaking": {
              "ItemId": "Rock_Gold_Brick_Wall",
              "GatherType": "Rocks"
            }
          },
          "FlipType": "OrthogonalInverse"
        },
        "T": {
          "CustomModel": "Blocks/Structures/Walls/Wall_Gold_Brick_T.blockymodel",
          "Gathering": {
            "Breaking": {
              "ItemId": "Rock_Gold_Brick_Wall",
              "GatherType": "Rocks"
            }
          },
          "FlipType": "Symmetric"
        },
        "Cross": {
          "CustomModel": "Blocks/Structures/Walls/Wall_Gold_Brick_Cross.blockymodel",
          "Gathering": {
            "Breaking": {
              "ItemId": "Rock_Gold_Brick_Wall",
              "GatherType": "Rocks"
            }
          }
        }
      }
    },
    "ConnectedBlockRuleSet": {
      "Type": "CustomTemplate",
      "TemplateShapeBlockPatterns": {
        "Straight": "Rock_Gold_Brick_Wall",
        "Corner": "*Rock_Gold_Brick_Wall_State_Definitions_Corner",
        "T_Junction": "*Rock_Gold_Brick_Wall_State_Definitions_T",
        "Cross_Junction": "*Rock_Gold_Brick_Wall_State_Definitions_Cross"
      },
      "TemplateShapeAssetId": "WallConnectedBlockTemplate"
    }
  },
  "Tags": {
    "Family": [
      "Gold"
    ],
    "Type": [
      "Rock"
    ]
  },
  "Parent": "Rock_Stone_Brick_Wall",
  "ItemSoundSetId": "ISS_Items_Metal"
}