Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Item / Items / Metal / Copper / Metal_Copper_Fence.json

Metal_Copper_Fence

Server/Item/Items/Metal/Copper/Metal_Copper_Fence.json, 2.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Metal_Copper_Fence.name"
  },
  "ItemLevel": 15,
  "Quality": "Common",
  "MaxStack": 50,
  "Icon": "Icons/ItemsGenerated/Metal_Copper_Fence.png",
  "Categories": [
    "Blocks.Metal"
  ],
  "Set": "Metal_Copper",
  "PlayerAnimationsId": "Item",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Tinkering/Iron_Bars.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Tinkering/Copper_Bars.png",
        "Weight": 1
      }
    ],
    "Group": "Metal",
    "HitboxType": "Fence_Thin",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks",
        "ItemId": "Metal_Copper_Fence"
      }
    },
    "VariantRotation": "NESW",
    "BlockParticleSetId": "Metal",
    "Supporting": {
      "Down": [
        {
          "FaceType": "Fence"
        }
      ],
      "Up": [
        {
          "FaceType": "Fence"
        }
      ]
    },
    "ParticleColor": "#de6e37",
    "BlockSoundSetId": "Metal",
    "PhysicalMaterialId": "Metal",
    "State": {
      "Definitions": {
        "Corner": {
          "CustomModel": "Blocks/Tinkering/Iron_Bars_Corner.blockymodel",
          "HitboxType": "Fence_Corner_Thin"
        },
        "T": {
          "CustomModel": "Blocks/Tinkering/Iron_Bars_T.blockymodel",
          "FlipType": "Symmetric"
        },
        "Cross": {
          "CustomModel": "Blocks/Tinkering/Iron_Bars_X.blockymodel"
        }
      }
    },
    "ConnectedBlockRuleSet": {
      "Type": "CustomTemplate",
      "TemplateShapeAssetId": "WallConnectedBlockTemplate",
      "TemplateShapeBlockPatterns": {
        "Straight": "Metal_Copper_Fence",
        "Corner": "*Metal_Copper_Fence_State_Definitions_Corner",
        "T_Junction": "*Metal_Copper_Fence_State_Definitions_T",
        "Cross_Junction": "*Metal_Copper_Fence_State_Definitions_Cross"
      }
    },
    "TextureComputedColor": "#9C4F2B"
  },
  "IconProperties": {
    "Scale": 0.63,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -16.7
    ]
  },
  "Tags": {
    "Type": [
      "Wood"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Metal"
}