Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Items / Metal / Copper / Metal_Copper_Pipe_Large.json

Metal_Copper_Pipe_Large

Server/Item/Items/Metal/Copper/Metal_Copper_Pipe_Large.json, 1.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Metal_Copper_Pipe_Large.name"
  },
  "ItemLevel": 15,
  "Quality": "Common",
  "MaxStack": 50,
  "Icon": "Icons/ItemsGenerated/Metal_Copper_Pipe_Large.png",
  "Categories": [
    "Blocks.Metal"
  ],
  "Set": "Metal_Copper",
  "PlayerAnimationsId": "Block",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "CustomModel": "Blocks/Structures/Pillars/Pillar_Middle.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Pillars/Pillar_Base_Textures/Metal_Copper.png",
        "Weight": 1
      }
    ],
    "Group": "Metal",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "VariantRotation": "DoublePipe",
    "BlockParticleSetId": "Metal",
    "Supporting": {
      "Down": [
        {}
      ],
      "Up": [
        {}
      ]
    },
    "BlockSoundSetId": "Metal",
    "PhysicalMaterialId": "Metal",
    "ParticleColor": "#de6e37",
    "IgnoreSupportWhenPlaced": true
  },
  "Tags": {
    "Family": [
      "Copper"
    ],
    "Type": [
      "Metal"
    ]
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  },
  "ItemSoundSetId": "ISS_Items_Metal"
}