Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Item / Items / Build / Build_GreyDark / Build_GreyDark_Fence.json

Build_GreyDark_Fence

Server/Item/Items/Build/Build_GreyDark/Build_GreyDark_Fence.json, 2.4 KB

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
MaxStacknumber
Iconstring
Categoriesarray[1]
SubCategorystring
PlayerAnimationsIdstring
Setstring
BlockTypeobject
Tagsobject
Qualitystring
ItemSoundSetIdstring
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Build_GreyDark_Fence.name"
  },
  "ItemLevel": 10,
  "MaxStack": 100,
  "Icon": "Icons/ItemsGenerated/Build_GreyDark_Fence.png",
  "Categories": [
    "Tool.TechnicalBlocks"
  ],
  "SubCategory": "BlockSets",
  "PlayerAnimationsId": "Block",
  "Set": "Build",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Structures/Fences/Dev_Fence.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Fences/Dev_Fence_Texture/Dev_Dark.png",
        "Weight": 1
      }
    ],
    "Group": "Dev",
    "HitboxType": "Fence",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "VariantRotation": "Wall",
    "BlockParticleSetId": "Dust",
    "Supporting": {
      "Down": [
        {
          "FaceType": "Wall"
        }
      ],
      "Up": [
        {
          "FaceType": "Wall"
        }
      ]
    },
    "ParticleColor": "#404040",
    "BlockSoundSetId": "Soft",
    "PhysicalMaterialId": "Wool",
    "State": {
      "Definitions": {
        "Corner": {
          "CustomModel": "Blocks/Structures/Fences/Dev_Fence_Corner.blockymodel",
          "CustomModelTexture": [
            {
              "Texture": "Blocks/Structures/Fences/Dev_Fence_Texture/Dev_Dark.png",
              "Weight": 1
            }
          ],
          "HitboxType": "Fence_Corner_Thin",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {
                "FaceType": "Fence_Corner"
              }
            ],
            "Up": [
              {
                "FaceType": "Fence_Corner"
              }
            ]
          }
        }
      }
    },
    "ConnectedBlockRuleSet": {
      "Type": "CustomTemplate",
      "TemplateShapeAssetId": "WallConnectedBlockTemplate",
      "TemplateShapeBlockPatterns": {
        "Straight": "Build_GreyDark_Fence",
        "Corner": "*Build_GreyDark_Fence_State_Definitions_Corner"
      }
    },
    "TextureComputedColor": "#4D4D4D"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "SubType": [
      "Fence"
    ],
    "Family": [
      "Build"
    ]
  },
  "Quality": "Technical",
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}