Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / ScriptedBrushes / Archive / MountainBrushAdvanced.json

MountainBrushAdvanced

Server/ScriptedBrushes/Archive/MountainBrushAdvanced.json, 3.9 KB

Fields

FieldType
Operationsarray[34]

Source

{
  "Operations": [
    {
      "Id": "echoonce",
      "Message": "____________________________________________________________________\n|||||||||  M O U N T A I N 2    B R U S H    U S A G E   |||||||||\n____________________________________________________________________\n  [X]   Right click to add mass\n  [X]   Left click to remove/smooth mass\n  [X]   Use the SPHERE shape\n____________________________________________________________________"
    },
    {
      "Id": "jumpifclicktype",
      "StoredIndexName": "lift",
      "ClickType": "Right"
    },
    {
      "Id": "jumprandom",
      "WeightedListOfIndexNames": [
        {
          "Left": 1,
          "Right": "post"
        },
        {
          "Left": 1,
          "Right": "melt"
        }
      ]
    },
    {
      "Id": "saveindex",
      "StoredIndexName": "melt"
    },
    {
      "Id": "dimensions",
      "Width": {
        "Value": -1,
        "Relative": true
      },
      "Height": {
        "Value": -1,
        "Relative": true
      }
    },
    {
      "Id": "melt"
    },
    {
      "Id": "jump",
      "StoredIndexName": "post"
    },
    {
      "Id": "saveindex",
      "StoredIndexName": "lift"
    },
    {
      "Id": "mask",
      "Mask": "!Empty"
    },
    {
      "Id": "dimensions",
      "Width": {
        "Value": 2,
        "Relative": true
      },
      "Height": {
        "Value": 0,
        "Relative": true
      }
    },
    {
      "Id": "set"
    },
    {
      "Id": "dimensions",
      "Width": {
        "Value": -2,
        "Relative": true
      },
      "Height": {
        "Value": 0,
        "Relative": true
      }
    },
    {
      "Id": "clearoperationmask"
    },
    {
      "Id": "lift"
    },
    {
      "Id": "dimensions",
      "Width": {
        "Value": 2,
        "Relative": true
      },
      "Height": {
        "Value": 3,
        "Relative": true
      }
    },
    {
      "Id": "offset",
      "Offset": {
        "X": {
          "Value": 0,
          "Relative": false
        },
        "Y": {
          "Value": 1,
          "Relative": false
        },
        "Z": {
          "Value": 0,
          "Relative": false
        }
      }
    },
    {
      "Id": "lift"
    },
    {
      "Id": "saveindex",
      "StoredIndexName": "post"
    },
    {
      "Id": "dimensions",
      "Width": {
        "Value": 2,
        "Relative": true
      },
      "Height": {
        "Value": 2,
        "Relative": true
      }
    },
    {
      "Id": "offset",
      "Offset": {
        "X": {
          "Value": 0,
          "Relative": false
        },
        "Y": {
          "Value": 0,
          "Relative": false
        },
        "Z": {
          "Value": 0,
          "Relative": false
        }
      }
    },
    {
      "Id": "dimensions",
      "Width": {
        "Value": 6,
        "Relative": true
      },
      "Height": {
        "Value": 4,
        "Relative": true
      }
    },
    {
      "Id": "smooth",
      "SmoothStrength": 2
    },
    {
      "Id": "shape",
      "Shape": "Sphere"
    },
    {
      "Id": "mask",
      "Mask": "Rock_Stone,Soil_Grass_Full,Soil_Dirt"
    },
    {
      "Id": "layer",
      "Layers": [
        {
          "Left": 1,
          "Right": "Soil_Grass_Full"
        },
        {
          "Left": 2,
          "Right": "Soil_Dirt"
        },
        {
          "Left": 10,
          "Right": "Rock_Stone"
        }
      ]
    },
    {
      "Id": "material",
      "BlockType": "Rock_Gold_Brick"
    },
    {
      "Id": "mask",
      "Mask": "<Soil_Grass_Full,~Empty"
    },
    {
      "Id": "set"
    },
    {
      "Id": "material",
      "BlockType": "Soil_Grass"
    },
    {
      "Id": "mask",
      "Mask": "Soil_Grass_Full,>Rock_Gold_Brick"
    },
    {
      "Id": "set"
    },
    {
      "Id": "material",
      "BlockType": "Soil_Dirt"
    },
    {
      "Id": "mask",
      "Mask": "Rock_Gold_Brick"
    },
    {
      "Id": "set"
    }
  ]
}