{
  "tile_processors": [
    {
      "type": "reference",
      "id": "the_vault:generic/room_base"
    },
    {
      "type": "reference",
      "id": "the_vault:generic/challenge_elite_spawners"
    },
    {
      "type": "weighted_target",
      "target": "the_vault:placeholder[type=objective]",
      "output": [
        {
          "block": "the_vault:raid_controller",
          "renderer": {
            "coreColor": "0xCC0000",
            "glyphColor": "0xCC0000",
            "particleColor": "0xCC0000"
          },
          "curses": [
              "the_vault:nullify_area_of_effect"
          ],
          "zone": {
            "min": [-23, -20, -23],
            "max": [23, 27, 23]
          },
          "spawners": [
            {
              "pos": {
                "min": [-20, -1, -20],
                "max": [20, 3, 20]
              },
              "groups": ["ground"]
            },
            {
              "pos": {
                "min": [-20, 6, -20],
                "max": [20, 27, 20]
              },
              "groups": ["elevated"]
            }
          ],
          "waves": {
            "type": "uniform",
            "min": 3,
            "max": 3
          },
          "proxies": [
            {
              "pos": [[3, 0, 0], [-3, 0, 0], [0, 0, 3]],
              "entries": [
                {
                  "action": "positive_base",
                  "probability": 1.0,
                  "count": 1
                },
                {
                  "action": "negative",
                  "probability": 1.0,
                  "count": 1
                },
                {
                  "action": [
                    {
                      "type": "group",
                      "add_pillager": 4,
                      "weight": 6
                    },
                    {
                      "type": "group",
                      "add_vindicator": 6,
                      "weight": 6
                    },
                    {
                      "type": "group",
                      "add_ravager": 2,
                      "weight": 6
                    },
                    {
                      "type": "group",
                      "add_healer": 2,
                      "weight": 6
                    },
                    {
                      "type": "group",
                      "add_evoker": 2,
                      "weight": 6
                    },
                    {
                      "type": "group",
                      "add_vex": 4,
                      "weight": 6
                    },
                    {
                      "type": "group",
                      "add_vindicator_champion": 1,
                      "weight": 3
                    },
                    {
                      "type": "group",
                      "add_vex_champion": 1,
                      "weight": 3
                    },
                    {
                      "type": "group",
                      "add_pillager_champion": 1,
                      "weight": 3
                    },
                    {
                      "type": "group",
                      "add_ravager_champion": 1,
                      "weight": 3
                    }
                  ],
                  "probability": 1.0,
                  "count": 1
                }
              ]
            },
            {
              "pos": [0, 0, -3],
              "entries": [
                {
                  "action": "forfeit",
                  "probability": 1.0,
                  "count": 1
                }
              ]
            }
          ],
          "actions": [
            {
              "type": "group",
              "add_vindicator": 8
            }
          ],
          "weight": 1
        }
      ]
    }
  ],
  "entity_processors": [],
  "decorators": []
}