Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Item / Items / Rock / Quartzite / Rock_Quartzite_Brick_Wall.json

Rock_Quartzite_Brick_Wall

Server/Item/Items/Rock/Quartzite/Rock_Quartzite_Brick_Wall.json, 2.1 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Recipeobject
BlockTypeobject
Tagsobject
Parentstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Quartzite_Brick_Wall.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Quartzite_Brick_Wall.png",
  "Set": "Rock_Quartzite",
  "Recipe": {
    "Input": [
      {
        "Quantity": 1,
        "ResourceTypeId": "Rock_Quartzite_Brick"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Wall"
        ]
      }
    ],
    "OutputQuantity": 2,
    "TimeSeconds": 0
  },
  "BlockType": {
    "CustomModel": "Blocks/Structures/Walls/Wall_Rock_Brick02.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Walls/Wall_Rock_Brick02_Quartzite.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Fence_Thick",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "ItemId": "Rock_Quartzite_Brick_Wall",
        "GatherType": "Rocks"
      }
    },
    "VariantRotation": "NESW",
    "ParticleColor": "#96844f",
    "State": {
      "Definitions": {
        "Corner": {
          "CustomModel": "Blocks/Structures/Walls/Wall_Rock_Brick_Corner02.blockymodel",
          "HitboxType": "Fence_Corner_Thick",
          "FlipType": "OrthogonalInverse"
        },
        "T": {
          "CustomModel": "Blocks/Structures/Walls/Wall_Rock_Brick02_T.blockymodel",
          "FlipType": "Symmetric"
        },
        "Cross": {
          "CustomModel": "Blocks/Structures/Walls/Wall_Rock_Brick02_Cross.blockymodel"
        }
      }
    },
    "ConnectedBlockRuleSet": {
      "Type": "CustomTemplate",
      "TemplateShapeBlockPatterns": {
        "Straight": "Rock_Quartzite_Brick_Wall",
        "Corner": "*Rock_Quartzite_Brick_Wall_State_Definitions_Corner",
        "T_Junction": "*Rock_Quartzite_Brick_Wall_State_Definitions_T",
        "Cross_Junction": "*Rock_Quartzite_Brick_Wall_State_Definitions_Cross"
      },
      "TemplateShapeAssetId": "WallConnectedBlockTemplate"
    },
    "TextureComputedColor": "#92824F"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Quartzite"
    ]
  },
  "Parent": "Rock_Stone_Brick_Wall"
}