Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Item / Items / Rock / Basalt / Rock_Basalt_Cobble_Wall.json

Rock_Basalt_Cobble_Wall

Server/Item/Items/Rock/Basalt/Rock_Basalt_Cobble_Wall.json, 2.1 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Recipeobject
BlockTypeobject
Tagsobject
Parentstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Basalt_Cobble_Wall.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Basalt_Cobble_Wall.png",
  "Set": "Rock_Basalt",
  "Recipe": {
    "Input": [
      {
        "Quantity": 1,
        "ResourceTypeId": "Rock_Basalt"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Wall"
        ]
      }
    ],
    "OutputQuantity": 2,
    "TimeSeconds": 0
  },
  "BlockType": {
    "CustomModel": "Blocks/Structures/Walls/Wall_Basalt_Cobble.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Walls/Wall_Basalt_Cobble_default.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "ItemId": "Rock_Basalt_Cobble_Wall",
        "GatherType": "Rocks"
      }
    },
    "ParticleColor": "#545035",
    "State": {
      "Definitions": {
        "Corner": {
          "CustomModel": "Blocks/Structures/Walls/Wall_Basalt_Cobble_Corner.blockymodel",
          "HitboxType": "Fence_Corner",
          "FlipType": "OrthogonalInverse"
        },
        "T": {
          "CustomModel": "Blocks/Structures/Walls/Wall_Basalt_Cobble_T.blockymodel",
          "HitboxType": "Fence",
          "FlipType": "Symmetric"
        },
        "Cross": {
          "CustomModel": "Blocks/Structures/Walls/Wall_Basalt_Cobble_Cross.blockymodel",
          "HitboxType": "Fence"
        }
      }
    },
    "ConnectedBlockRuleSet": {
      "Type": "CustomTemplate",
      "TemplateShapeBlockPatterns": {
        "Straight": "Rock_Basalt_Cobble_Wall",
        "Corner": "*Rock_Basalt_Cobble_Wall_State_Definitions_Corner",
        "T_Junction": "*Rock_Basalt_Cobble_Wall_State_Definitions_T",
        "Cross_Junction": "*Rock_Basalt_Cobble_Wall_State_Definitions_Cross"
      },
      "TemplateShapeAssetId": "WallConnectedBlockTemplate"
    },
    "TextureComputedColor": "#4F4C34"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Basalt"
    ]
  },
  "Parent": "Rock_Stone_Cobble_Wall"
}