Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / World / Default / Mask / Climate / Hot.json

Hot

Server/World/Default/Mask/Climate/Hot.json, 1.1 KB

Fields

FieldType
Namestring
Colorstring
Pointsarray[1]
Childrenarray[3]

Source

{
  "Name": "Zone 2",
  "Color": "#ff0000",
  "Points": [
    {
      "Temperature": 0.9,
      "Intensity": 0.5
    }
  ],
  "Children": [
    {
      "Name": "Tier 1",
      "Color": "#ffb835",
      "Shore": "#60a0c2",
      "Ocean": "#008479",
      "ShallowOcean": "#1386c2",
      "Island": {
        "File": "Mask.Climate.Island.Tier1"
      },
      "Points": [
        {
          "Temperature": 0.75,
          "Intensity": 0.2
        }
      ]
    },
    {
      "Name": "Tier 2",
      "Color": "#cf8805",
      "Shore": "#60a0c2",
      "Ocean": "#008479",
      "ShallowOcean": "#1386c2",
      "Island": {
        "File": "Mask.Climate.Island.Tier2"
      },
      "Points": [
        {
          "Temperature": 0.95,
          "Intensity": 0.3,
          "Modifier": 0.9
        }
      ]
    },
    {
      "Name": "Tier 3",
      "Color": "#8e5d01",
      "Shore": "#60a0c2",
      "Ocean": "#008479",
      "ShallowOcean": "#1386c2",
      "Island": {
        "File": "Mask.Climate.Island.Tier3"
      },
      "Points": [
        {
          "Temperature": 1.07,
          "Intensity": 0.525,
          "Modifier": 0.6
        }
      ]
    }
  ]
}