Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Soil / Clay / Soil_Clay_Scarlet.json

Soil_Clay_Scarlet

Server/Item/Items/Soil/Clay/Soil_Clay_Scarlet.json, 1.1 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Clay_Scarlet.name"
  },
  "ItemLevel": 10,
  "Icon": "Icons/ItemsGenerated/Soil_Clay_Scarlet.png",
  "Categories": [
    "Blocks.Soils"
  ],
  "SubCategory": "ColouredClay",
  "PlayerAnimationsId": "Block",
  "Set": "Soil_Clay",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Dirt",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils"
      }
    },
    "ParticleColor": "#CFCFCF",
    "BlockParticleSetId": "Stone",
    "Textures": [
      {
        "All": "BlockTextures/Clay_Scarlet.png",
        "Weight": 1
      }
    ],
    "BlockSoundSetId": "Dirt",
    "PhysicalMaterialId": "Dirt",
    "TextureComputedColor": "#AD523F"
  },
  "ResourceTypes": [
    {
      "Id": "Clays"
    }
  ],
  "Tags": {
    "Type": [
      "Soil"
    ],
    "Family": [
      "Clay"
    ]
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Soft"
}