Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / Build / Build_GreyDark / Build_GreyDark_Pipe.json

Build_GreyDark_Pipe

Server/Item/Items/Build/Build_GreyDark/Build_GreyDark_Pipe.json, 1.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_Pipe.name"
  },
  "ItemLevel": 10,
  "MaxStack": 100,
  "Icon": "Icons/ItemsGenerated/Build_GreyDark_Pipe.png",
  "Categories": [
    "Tool.TechnicalBlocks"
  ],
  "SubCategory": "BlockSets",
  "PlayerAnimationsId": "Block",
  "Set": "Build",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Structures/Tubes/Dev_Long.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Tubes/Dev_Textures/Dev_Dark.png",
        "Weight": 1
      }
    ],
    "Group": "Dev",
    "HitboxType": "Branch",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "SoftBlocks"
      }
    },
    "VariantRotation": "Pipe",
    "BlockParticleSetId": "Dust",
    "Supporting": {
      "Down": [
        {
          "FaceType": "Branch"
        }
      ],
      "Up": [
        {
          "FaceType": "Branch"
        }
      ]
    },
    "ParticleColor": "#404040",
    "BlockSoundSetId": "Soft",
    "MaxSupportDistance": 4
  },
  "Tags": {
    "Type": [
      "Wood"
    ],
    "SubType": [
      "Branch"
    ],
    "Family": [
      "Build"
    ]
  },
  "Quality": "Technical",
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}