Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / Rock / Volcanic / Rock_Volcanic_Cracked_Poisoned.json

Rock_Volcanic_Cracked_Poisoned

Server/Item/Items/Rock/Volcanic/Rock_Volcanic_Cracked_Poisoned.json, 924 B

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Volcanic_Cracked_Poisoned.name"
  },
  "ItemLevel": 10,
  "Icon": "Icons/ItemsGenerated/Rock_Volcanic_Cracked_Poisoned.png",
  "Categories": [
    "Blocks.Rocks"
  ],
  "PlayerAnimationsId": "Block",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Stone",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "VolcanicRocks",
        "ItemId": "Rock_Volcanic_Cobble"
      }
    },
    "BlockParticleSetId": "Stone",
    "Textures": [
      {
        "All": "BlockTextures/Rock_Stone_Poisoned.png",
        "Weight": 1
      }
    ],
    "BlockSoundSetId": "Stone",
    "ParticleColor": "#352222"
  },
  "ResourceTypes": [
    {
      "Id": "Rock"
    }
  ],
  "Set": "Rock_Volcanic",
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Volcanic"
    ]
  },
  "Parent": "Rock_Volcanic"
}