Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / Ore / Thorium / Ore_Thorium_Mud.json

Ore_Thorium_Mud

Server/Item/Items/Ore/Thorium/Ore_Thorium_Mud.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
BlockTypeobject
Iconstring
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ore_Thorium_Mud.name"
  },
  "Parent": "Ore_Thorium_Sandstone",
  "BlockType": {
    "Textures": [
      {
        "Weight": 1,
        "All": "BlockTextures/Soil_Mud_Dry_Thorium_Cracks03.png"
      }
    ],
    "Gathering": {
      "Breaking": {
        "GatherType": "OreThorium",
        "DropList": {
          "Container": {
            "Type": "Multiple",
            "Containers": [
              {
                "Type": "Single",
                "Item": {
                  "ItemId": "Ore_Thorium"
                }
              },
              {
                "Type": "Single",
                "Item": {
                  "ItemId": "Soil_Dirt"
                }
              }
            ]
          }
        }
      }
    },
    "ParticleColor": "#2f6f12",
    "TextureComputedColor": "#664326"
  },
  "Icon": "Icons/ItemsGenerated/Ore_Thorium_Mud.png",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}