Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.1 / ScriptedBrushes / Archive / MountainBrush_old.json

MountainBrush_old

Server/ScriptedBrushes/Archive/MountainBrush_old.json, 1.5 KB

Fields

FieldType
Operationsarray[9]

Source

{
  "Operations": [
    {
      "Id": "lift"
    },
    {
      "Id": "offset",
      "Offset": {
        "X": {
          "Value": 0,
          "Relative": true
        },
        "Y": {
          "Value": 2,
          "Relative": true
        },
        "Z": {
          "Value": 0,
          "Relative": true
        }
      }
    },
    {
      "Id": "dimensions",
      "Width": {
        "Value": -3,
        "Relative": true
      },
      "Height": {
        "Value": -3,
        "Relative": true
      }
    },
    {
      "Id": "lift"
    },
    {
      "Id": "dimensions",
      "Width": {
        "Value": 5,
        "Relative": true
      },
      "Height": {
        "Value": 13,
        "Relative": true
      }
    },
    {
      "Id": "offset",
      "Offset": {
        "X": {
          "Value": 0,
          "Relative": false
        },
        "Y": {
          "Value": 0,
          "Relative": false
        },
        "Z": {
          "Value": 0,
          "Relative": false
        }
      }
    },
    {
      "Id": "smooth",
      "SmoothStrength": 2
    },
    {
      "Id": "dimensions",
      "Width": {
        "Value": 4,
        "Relative": true
      },
      "Height": {
        "Value": 8,
        "Relative": true
      }
    },
    {
      "Id": "layer",
      "Layers": [
        {
          "Left": 1,
          "Right": "Soil_Grass"
        },
        {
          "Left": 2,
          "Right": "Soil_Dirt"
        },
        {
          "Left": 5,
          "Right": "Rock_Stone"
        }
      ]
    }
  ]
}