{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "base_raw",
      "op": {
        "type": "Cube",
        "size": {
          "x": 80,
          "y": 60,
          "z": 10
        }
      }
    },
    "2": {
      "id": 2,
      "name": "base",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -40,
          "y": -30,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": "boss_raw",
      "op": {
        "type": "Cube",
        "size": {
          "x": 40,
          "y": 30,
          "z": 8
        }
      }
    },
    "4": {
      "id": 4,
      "name": "boss",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -20,
          "y": -15,
          "z": 10
        }
      }
    },
    "5": {
      "id": 5,
      "name": "base_plus_boss",
      "op": {
        "type": "Union",
        "left": 2,
        "right": 4
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 1,
      "material": "default"
    },
    {
      "root": 2,
      "material": "default"
    },
    {
      "root": 3,
      "material": "default"
    },
    {
      "root": 4,
      "material": "default"
    },
    {
      "root": 5,
      "material": "default"
    }
  ]
}