{
  "maxFights": 1,
  "tasks": [
    {
      "type": "chest",
      "target": "the_vault:wooden_chest",
      "probability": 0.04,
      "icon": "the_vault:gui/scav/wooden_chest",
      "entries": {
        "the_vault:boss_rune": {
          "weight": 8.0,
          "multiplier": 1.0,
          "color": 16777215
        }
      }
    },
    {
      "type": "chest",
      "target": "@the_vault:living",
      "probability": 0.1,
      "icon": "the_vault:gui/scav/living_chest",
      "entries": {
        "the_vault:boss_rune": {
          "weight": 8.0,
          "multiplier": 1.0,
          "color": 16777215
        }
      }
    },
    {
      "type": "chest",
      "target": "@the_vault:ornate",
      "probability": 0.1,
      "icon": "the_vault:gui/scav/ornate_chest",
      "entries": {
        "the_vault:boss_rune": {
          "weight": 8.0,
          "multiplier": 1.0,
          "color": 16777215
        }
      }
    },
    {
      "type": "chest",
      "target": "@the_vault:gilded",
      "probability": 0.1,
      "icon": "the_vault:gui/scav/gilded_chest",
      "entries": {
        "the_vault:boss_rune": {
          "weight": 8.0,
          "multiplier": 1.0,
          "color": 16777215
        }
      }
    },
    {
      "type": "ore",
      "target": "@the_vault:ores",
      "probability": 0.0,
      "icon": "the_vault:gui/scav/ores",
      "entries": {
        "the_vault:boss_rune": {
          "weight": 8.0,
          "multiplier": 1.0,
          "color": 16777215
        }
      }
    },
    {
      "type": "coin_stacks",
      "probability": 0.0,
      "icon": "the_vault:gui/scav/coin_stacks",
      "entries": {
        "the_vault:boss_rune": {
          "weight": 8.0,
          "multiplier": 1.0,
          "color": 16777215
        }
      }
    },
    {
      "type": "mob",
      "probability": 0.005,
      "icon": "the_vault:gui/scav/mob",
      "color": 16777215,
      "entries": {
        "the_vault:boss_rune": {
          "multiplier": 0.01,
          "mobs": [
            "@the_vault:horde"
          ]
        }
      }
    },
    {
      "type": "mob",
      "probability": 0.15,
      "icon": "the_vault:gui/scav/mob",
      "color": 16777215,
      "entries": {
        "the_vault:boss_rune": {
          "multiplier": 0.5,
          "mobs": [
            "@the_vault:tank"
          ]
        }
      }
    },
    {
      "type": "mob",
      "probability": 0.05,
      "icon": "the_vault:gui/scav/mob",
      "color": 16777215,
      "entries": {
        "the_vault:boss_rune": {
          "multiplier": 0.05,
          "mobs": [
            "@the_vault:assassin"
          ]
        }
      }
    },
    {
      "type": "mob",
      "probability": 0.04,
      "icon": "the_vault:gui/scav/mob",
      "color": 16777215,
      "entries": {
        "the_vault:boss_rune": {
          "multiplier": 0.05,
          "mobs": [
            "@the_vault:dweller"
          ]
        }
      }
    }
  ],
  "Shield": {
    "Enabled": true,
    "RequiredRunes": 20,
    "CooldownTicks": 400,
    "DurationTicks": 100,
    "BossBarColor": "WHITE",
    "ParticleRadius": 2.5,
    "CooldownReductionPerHaste": 0
  },
  "WaveBlast": {
    "Enabled": true,
    "RequiredRunes": 40,
    "CooldownTicks": 800,
    "Radius": 30.0,
    "DamageMultiplier": 1.0,
    "CooldownReductionPerHaste": 0,
    "KnockbackStrength": 1.0
  },
  "Revive": {
    "Enabled": true,
    "RequiredRunes": 60,
    "AdditionalRunesPerStack": 20,
    "MaxStacks": 0,
    "HealthPercent": 1.0,
    "InvulnerabilityTicks": 60
  }
}