Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Soil / Soil_Roots_Poisoned.json

Soil_Roots_Poisoned

Server/Item/Items/Soil/Soil_Roots_Poisoned.json, 1.0 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Roots_Poisoned.name"
  },
  "ItemLevel": 10,
  "Icon": "Icons/ItemsGenerated/Soil_Roots_Poisoned.png",
  "Categories": [
    "Blocks.Soils"
  ],
  "SubCategory": "GrassAndDirt",
  "Set": "Soil",
  "PlayerAnimationsId": "Block",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Dirt",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils"
      }
    },
    "BlockParticleSetId": "Leaves_Branches",
    "Textures": [
      {
        "All": "BlockTextures/Soil_Roots_Poison.png",
        "Weight": 1
      }
    ],
    "BlockSoundSetId": "Mud",
    "PhysicalMaterialId": "Dirt",
    "TransitionTexture": "BlockTextures/Transition_Roots_Poison.png",
    "TransitionToGroups": [
      "Stone",
      "Dirt"
    ],
    "ParticleColor": "#493943",
    "TextureComputedColor": "#362D2D"
  },
  "Tags": {
    "Type": [
      "Soil"
    ],
    "SubType": [
      "Roots"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Soft"
}