Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / Rock / Chalk / Rock_Chalk.json

Rock_Chalk

Server/Item/Items/Rock/Chalk/Rock_Chalk.json, 913 B

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Chalk.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Chalk.png",
  "Categories": [
    "Blocks.Rocks"
  ],
  "Set": "Rock_Chalk",
  "PlayerAnimationsId": "Block",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Stone",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks",
        "ItemId": "Rock_Chalk"
      }
    },
    "BlockParticleSetId": "Stone",
    "Textures": [
      {
        "All": "BlockTextures/Chalk.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#d0ccc6",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "TextureComputedColor": "#D5D0C9"
  },
  "ResourceTypes": [
    {
      "Id": "Rock"
    },
    {
      "Id": "Rock_Chalk"
    }
  ],
  "Tags": {
    "Type": [
      "Rock"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone"
}