Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / ScriptedBrushes / Archive / templeRandom.json

templeRandom

Server/ScriptedBrushes/Archive/templeRandom.json, 2.0 KB

Fields

FieldType
Operationsarray[15]

Source

{
  "Operations": [
    {
      "Id": "ignorebrushsettings"
    },
    {
      "Id": "dimensions",
      "Width": {
        "Value": 10,
        "Relative": false
      },
      "Height": {
        "Value": 1,
        "Relative": false
      }
    },
    {
      "Id": "offset",
      "Offset": {
        "X": {
          "Value": 0,
          "Relative": true
        },
        "Y": {
          "Value": 1,
          "Relative": true
        },
        "Z": {
          "Value": 0,
          "Relative": true
        }
      }
    },
    {
      "Id": "saveindex",
      "StoredIndexName": "floorplan"
    },
    {
      "Id": "savebrushconfig",
      "StoredName": "defaultConfig"
    },
    {
      "Id": "runcommand",
      "CommandToRun": "ruinsfloornew"
    },
    {
      "Id": "loadbrushconfig",
      "StoredName": "defaultConfig",
      "ParametersToLoad": ["Offset", "Dimensions"]
    },
    {
      "Id": "runcommand",
      "CommandToRun": "ruinswalls"
    },
    {
      "Id": "jumpifclicktype",
      "StoredIndexName": "rightClick",
      "ClickType": "Right"
    },
    {
      "Id": "offset",
      "Offset": {
        "X": {
          "Value": 5,
          "Relative": true
        },
        "Y": {
          "Value": 0,
          "Relative": true
        },
        "Z": {
          "Value": 0,
          "Relative": true
        }
      }
    },
    {
      "Id": "jumpifclicktype",
      "StoredIndexName": "leftEscape",
      "ClickType": "Left"
    },
    {
      "Id": "saveindex",
      "StoredIndexName": "rightClick"
    },
    {
      "Id": "offset",
      "Offset": {
        "X": {
          "Value": 0,
          "Relative": true
        },
        "Y": {
          "Value": 0,
          "Relative": true
        },
        "Z": {
          "Value": 5,
          "Relative": true
        }
      }
    },
    {
      "Id": "saveindex",
      "StoredIndexName": "leftEscape"
    },
    {
      "Id": "looprandom",
      "StoredIndexName": "floorplan",
      "RangeOfAdditionalRepetitions": {
        "Left": 1,
        "Right": 1
      }
    }
  ]
}