Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / Item / Items / Rock / Runic_Dark / Rock_Runic_Dark_Brick_Wall.json

Rock_Runic_Dark_Brick_Wall

Server/Item/Items/Rock/Runic_Dark/Rock_Runic_Dark_Brick_Wall.json, 2.2 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
BlockTypeobject
IconPropertiesobject
Parentstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Runic_Brick_Dark_Wall.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Runic_Brick_Dark_Wall.png",
  "Set": "Rock_Runic_Dark",
  "BlockType": {
    "CustomModel": "Blocks/Structures/Fences/Dev_Fence.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Fences/Dev_Fence_Texture/Rock_Runic_Brick_Fence.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#a9ccdc",
    "State": {
      "Definitions": {
        "Corner": {
          "CustomModel": "Blocks/Structures/Fences/Dev_Fence_Corner.blockymodel",
          "HitboxType": "Fence_Corner",
          "Gathering": {
            "Breaking": {
              "ItemId": "Rock_Runic_Dark_Brick_Wall",
              "GatherType": "Woods"
            }
          },
          "FlipType": "OrthogonalInverse"
        },
        "T": {
          "CustomModel": "Blocks/Structures/Fences/Dev_Fence_T.blockymodel",
          "HitboxType": "Fence",
          "Gathering": {
            "Breaking": {
              "ItemId": "Rock_Runic_Dark_Brick_Wall",
              "GatherType": "Woods"
            }
          },
          "FlipType": "Symmetric"
        },
        "Cross": {
          "CustomModel": "Blocks/Structures/Fences/Dev_Fence_Cross.blockymodel",
          "HitboxType": "Fence",
          "Gathering": {
            "Breaking": {
              "ItemId": "Rock_Runic_Dark_Brick_Wall",
              "GatherType": "Woods"
            }
          }
        }
      }
    },
    "ConnectedBlockRuleSet": {
      "Type": "CustomTemplate",
      "TemplateShapeAssetId": "WallConnectedBlockTemplate",
      "TemplateShapeBlockPatterns": {
        "Straight": "Rock_Runic_Dark_Brick_Wall",
        "Corner": "*Rock_Runic_Dark_Brick_Wall_State_Definitions_Corner",
        "T_Junction": "*Rock_Runic_Dark_Brick_Wall_State_Definitions_T",
        "Cross_Junction": "*Rock_Runic_Dark_Brick_Wall_State_Definitions_Cross"
      }
    },
    "TextureComputedColor": "#8CA5BD"
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  },
  "Parent": "Rock_Stone_Brick_Wall"
}