Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Item / Items / Rock / Stone / Rock_Stone_Cobble_Mossy.json

Rock_Stone_Cobble_Mossy

Server/Item/Items/Rock/Stone/Rock_Stone_Cobble_Mossy.json, 1.0 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Stone_Cobble_Mossy.name"
  },
  "ItemLevel": 10,
  "MaxStack": 100,
  "Icon": "Icons/ItemsGenerated/Rock_Cobblestone_Mossy.png",
  "Categories": [
    "Blocks.Rocks"
  ],
  "PlayerAnimationsId": "Block",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Stone",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "BlockParticleSetId": "Stone",
    "Textures": [
      {
        "All": "BlockTextures/Rock_Stone_Cobble_Mossy.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#615d44",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "TextureComputedColor": "#585C3A"
  },
  "Set": "Rock_Stone",
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Stone"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "ResourceTypes": [
    {
      "Id": "Rock"
    },
    {
      "Id": "Rock_Stone"
    },
    {
      "Id": "Rock_Stone_Mossy"
    }
  ]
}