Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / Rock / Chalk / Rock_Chalk_Brick_Wall.json

Rock_Chalk_Brick_Wall

Server/Item/Items/Rock/Chalk/Rock_Chalk_Brick_Wall.json, 2.4 KB

Fields

FieldType
Recipeobject
Parentstring
Iconstring
TranslationPropertiesobject
BlockTypeobject
IconPropertiesobject
Setstring

Source

{
  "Recipe": {
    "Input": [
      {
        "Quantity": 1,
        "ResourceTypeId": "Rock_Chalk_Brick"
      }
    ],
    "OutputQuantity": 2,
    "TimeSeconds": 0,
    "BenchRequirement": [
      {
        "Categories": [
          "Wall"
        ],
        "Id": "Builders",
        "Type": "StructuralCrafting"
      }
    ]
  },
  "Parent": "Rock_Stone_Brick_Wall",
  "Icon": "Icons/ItemsGenerated/Rock_Chalk_Brick_Wall.png",
  "TranslationProperties": {
    "Name": "server.items.Rock_Chalk_Brick_Wall.name"
  },
  "BlockType": {
    "CustomModelTexture": [
      {
        "Weight": 1,
        "Texture": "Blocks/Structures/Fences/Dev_Fence_Texture/Rock_Chalk_Brick_Fence.png"
      }
    ],
    "ParticleColor": "#d0ccc6",
    "CustomModel": "Blocks/Structures/Fences/Dev_Fence.blockymodel",
    "State": {
      "Definitions": {
        "Corner": {
          "CustomModel": "Blocks/Structures/Fences/Dev_Fence_Corner.blockymodel",
          "HitboxType": "Fence_Corner",
          "Gathering": {
            "Breaking": {
              "ItemId": "Rock_Chalk_Brick_Wall",
              "GatherType": "Woods"
            }
          },
          "FlipType": "OrthogonalInverse"
        },
        "T": {
          "CustomModel": "Blocks/Structures/Fences/Dev_Fence_T.blockymodel",
          "HitboxType": "Fence",
          "Gathering": {
            "Breaking": {
              "ItemId": "Rock_Chalk_Brick_Wall",
              "GatherType": "Woods"
            }
          },
          "FlipType": "Symmetric"
        },
        "Cross": {
          "CustomModel": "Blocks/Structures/Fences/Dev_Fence_Cross.blockymodel",
          "HitboxType": "Fence",
          "Gathering": {
            "Breaking": {
              "ItemId": "Rock_Chalk_Brick_Wall",
              "GatherType": "Woods"
            }
          }
        }
      }
    },
    "ConnectedBlockRuleSet": {
      "Type": "CustomTemplate",
      "TemplateShapeBlockPatterns": {
        "Straight": "Rock_Chalk_Brick_Wall",
        "Corner": "*Rock_Chalk_Brick_Wall_State_Definitions_Corner",
        "T_Junction": "*Rock_Chalk_Brick_Wall_State_Definitions_T",
        "Cross_Junction": "*Rock_Chalk_Brick_Wall_State_Definitions_Cross"
      },
      "TemplateShapeAssetId": "WallConnectedBlockTemplate"
    }
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  },
  "Set": "Rock_Chalk"
}