Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Item / Items / Bone / Deco_Bone_Ribs_Long.json

Deco_Bone_Ribs_Long

Server/Item/Items/Bone/Deco_Bone_Ribs_Long.json, 1.9 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Interactionsobject
Setstring
BlockTypeobject
ResourceTypesarray[1]
PlayerAnimationsIdstring
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Bone_Ribs_Long.name"
  },
  "Icon": "Icons/ItemsGenerated/Bone_Ribs_Long.png",
  "Categories": [
    "Blocks.Deco"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Set": "Bones",
  "BlockType": {
    "DrawType": "Model",
    "CustomModel": "Blocks/Structures/Tubes/Long.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Tubes/Corner_Textures/Bone.png",
        "Weight": 1
      }
    ],
    "VariantRotation": "Pipe",
    "Material": "Solid",
    "BlockSoundSetId": "Bone",
    "PhysicalMaterialId": "Stone",
    "HitboxType": "Branch",
    "Opacity": "Transparent",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks",
        "DropList": "Empty"
      }
    },
    "BlockParticleSetId": "Stone",
    "MaxSupportDistance": 4,
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        },
        {
          "Support": "Ignored",
          "FaceType": "Branch"
        },
        {
          "Rotate": false,
          "FaceType": "Branch",
          "SelfFaceType": "Branch"
        }
      ],
      "Up": [
        {
          "FaceType": "Full"
        },
        {
          "FaceType": "Rope"
        }
      ],
      "CardinalDirections": [
        {
          "Rotate": false,
          "Support": "Ignored",
          "FaceType": "Branch",
          "SelfFaceType": "Branch"
        }
      ]
    },
    "Supporting": {
      "Down": [
        {
          "FaceType": "Branch"
        }
      ],
      "Up": [
        {
          "FaceType": "Branch"
        }
      ]
    },
    "ParticleColor": "#dccd97",
    "TextureComputedColor": "#D3C890"
  },
  "ResourceTypes": [
    {
      "Id": "Bone"
    }
  ],
  "PlayerAnimationsId": "Item",
  "Tags": {
    "Type": [
      "Deco"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Bones"
}