Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Soil / Sand / Soil_Sand_Ashen.json

Soil_Sand_Ashen

Server/Item/Items/Soil/Sand/Soil_Sand_Ashen.json, 1.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Sand_Ashen.name"
  },
  "ItemLevel": 10,
  "Icon": "Icons/ItemsGenerated/Soil_Sand_Ashen.png",
  "Categories": [
    "Blocks.Soils"
  ],
  "SubCategory": "GrassAndDirt",
  "PlayerAnimationsId": "Block",
  "Set": "Soil",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Sand",
    "HitboxType": "Full",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils"
      }
    },
    "BlockParticleSetId": "Sand",
    "Textures": [
      {
        "All": "BlockTextures/Soil_Sand_Ashen.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#acaa9d",
    "BlockSoundSetId": "Sand",
    "PhysicalMaterialId": "Dirt",
    "TransitionTexture": "BlockTextures/Transition_Soil_Sand_Ashen.png",
    "TransitionToGroups": [
      "Stone",
      "Dirt",
      "Dirt_Dark",
      "Dirt_Dry",
      "Sand",
      "Wood",
      "Soil_Mud_Dry"
    ],
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "CubeShadingMode": "Standard",
    "TextureComputedColor": "#9B9A8E"
  },
  "ResourceTypes": [
    {
      "Id": "Sands"
    }
  ],
  "Tags": {
    "Type": [
      "Soil"
    ],
    "Family": [
      "Sand"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Gravel"
}