Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Item / Items / Rock / Chalk / Rock_Chalk_Cobble.json

Rock_Chalk_Cobble

Server/Item/Items/Rock/Chalk/Rock_Chalk_Cobble.json, 828 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
BlockTypeobject
ResourceTypesarray[2]
Tagsobject
Parentstring
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Chalk_Cobble.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Chalk_Cobble.png",
  "Set": "Rock_Chalk",
  "BlockType": {
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "Textures": [
      {
        "Weight": 70,
        "All": "BlockTextures/Rock_Chalk_Cobble.png"
      }
    ],
    "ParticleColor": "#d0ccc6",
    "TextureComputedColor": "#CDC9C2"
  },
  "ResourceTypes": [
    {
      "Id": "Rock"
    },
    {
      "Id": "Rock_Chalk"
    }
  ],
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Chalk"
    ]
  },
  "Parent": "Rock_Stone_Cobble",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}