Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Rock / Iridescent / Rock_Iridescent_Brick_Pillar_Middle.json

Rock_Iridescent_Brick_Pillar_Middle

Server/Item/Items/Rock/Iridescent/Rock_Iridescent_Brick_Pillar_Middle.json, 1.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Iridescent_Brick_Pillar_Middle.name"
  },
  "ItemLevel": 15,
  "Quality": "Developer",
  "MaxStack": 50,
  "Categories": [
    "Blocks.Rocks"
  ],
  "PlayerAnimationsId": "Block",
  "Set": "Rock_Rock_Limestone_Brick",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Structures/Pillars/Pillar_Middle.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Pillars/Pillar_Base_Textures/Rock_Iridescent_Brick_Pillar.png",
        "Weight": 1
      }
    ],
    "Group": "Stone",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "BlockParticleSetId": "Stone",
    "Supporting": {
      "Down": [
        {}
      ],
      "Up": [
        {}
      ]
    },
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "TextureComputedColor": "#BFE2F2"
  },
  "Tags": {
    "Family": [
      "Rock_Limestone"
    ],
    "Type": [
      "Rock"
    ]
  },
  "Icon": "Icons/ItemsGenerated/Rock_Iridescent_Brick_Pillar_Middle.png",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45.0,
      22.5
    ],
    "Translation": [
      0.0,
      -13.5
    ]
  }
}