Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Items / Build / Build_Grey / Build_Grey_Cube.json

Build_Grey_Cube

Server/Item/Items/Build/Build_Grey/Build_Grey_Cube.json, 1.2 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Build_Grey_Cube.name"
  },
  "ItemLevel": 10,
  "MaxStack": 100,
  "Icon": "Icons/ItemsGenerated/Build_Grey_Cube.png",
  "Categories": [
    "Tool.TechnicalBlocks"
  ],
  "SubCategory": "BlockSets",
  "PlayerAnimationsId": "Block",
  "Set": "Build",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Dev",
    "HitboxType": "Full",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "BlockParticleSetId": "Dust",
    "Textures": [
      {
        "Weight": 1,
        "Sides": "BlockTextures/Dev_Grey_Neutral_Side.png",
        "UpDown": "BlockTextures/Dev_Grey_Neutral_Top.png"
      }
    ],
    "ParticleColor": "#969696",
    "BlockSoundSetId": "Soft",
    "PhysicalMaterialId": "Wool",
    "CubeShadingMode": "Standard"
  },
  "Tags": {
    "Type": [
      "Soil"
    ],
    "Family": [
      "Build"
    ]
  },
  "Quality": "Technical",
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}