{
  "tile_processors": [
    {
      "type": "weighted_target",
      "target": "the_vault:raid_controller",
      "output": [
        {
          "block": "the_vault:raid_controller",
          "waves": {
            "type": "uniform",
            "min": 7,
            "max": 11
          },
          "proxies": [
            {
              "pos": [[3, 0, 0], [-3, 0, 0], [0, 0, 3]],
              "entries": [
                {
                  "action": "positive",
                  "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": []
}