Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / World / Default / Ores / Zone2 / Thorium.json

Thorium

Server/World/Default/Ores/Zone2/Thorium.json, 1.3 KB

Fields

FieldType
Namestring
Childrenarray[1]
Typestring
$Commentstring
Lengtharray[2]

Source

{
  "Name": "Entry",
  "Children": [
    {
      "Weights": [100],
      "Node": [
        {
          "Type": "EMPTY_LINE",
          "Children": [
            {
              "Weights": [100],
              "Node": [
                {
                  "Name": "Offset",
                  "Type": "EMPTY_LINE",
                  "Length": [0, 0],
                  "Children": [
                    {
                      "Weights": [100],
                      "Node": [
                        {
                          "Name": "Encasement",
                          "Length": [0.5, 1],
                          "Radius": [1, 1],
                          "Filling": "Ore_Thorium_Mud"
                        }
                      ]
                    }
                  ]
                }
              ]
            },
            {
              "Weights": [100],
              "Node": [
                {
                  "Name": "Vein",
                  "Length": [2, 2.5],
                  "Radius": [2, 3],
                  "Filling": "Ore_Thorium_Mud_Cracked"
                }
              ]
            }
          ]
        }
      ],
      "PitchSet": [0, 180],
      "YawSet": [0, 360]
    }
  ],
  "Type": "EMPTY_LINE",

  "$Comment": "Length = Column Height",
  "Length": [25, 120]
}