{
  "questTypes": {
    "KILL_COUNT": "kill_count",
    "WIN_FLAWLESS": "win_flawless",
    "BOSS_KILL": "boss_kill",
    "REACH_CONQUER": "reach_conquer"
  },
  "zoneQuests": {
    "verdant_plains": [
      {
        "id": "vp_q1",
        "name": "First Blood",
        "description": "Win 3 battles in the Verdant Plains.",
        "type": "kill_count",
        "target": 3,
        "rewards": {
          "gold": 50,
          "xp": 30
        },
        "conquerBonus": 15
      },
      {
        "id": "vp_q2",
        "name": "Untouched",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 40,
          "xp": 50
        },
        "conquerBonus": 10
      },
      {
        "id": "vp_q3",
        "name": "Plains Patrol",
        "description": "Win 8 battles in this zone.",
        "type": "kill_count",
        "target": 8,
        "rewards": {
          "gold": 100,
          "xp": 80
        },
        "conquerBonus": 15
      },
      {
        "id": "vp_q4",
        "name": "Greenhorn No More",
        "description": "Reach 50% conquer in Verdant Plains.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 120,
          "xp": 100
        },
        "conquerBonus": 20
      }
    ],
    "dark_forest": [
      {
        "id": "df_q1",
        "name": "Into the Dark",
        "description": "Win 3 battles in the Dark Forest.",
        "type": "kill_count",
        "target": 3,
        "rewards": {
          "gold": 60,
          "xp": 40
        },
        "conquerBonus": 15
      },
      {
        "id": "df_q2",
        "name": "Shadow Slayer",
        "description": "Win 6 battles in the Dark Forest.",
        "type": "kill_count",
        "target": 6,
        "rewards": {
          "gold": 100,
          "xp": 70
        },
        "conquerBonus": 15
      },
      {
        "id": "df_q3",
        "name": "Perfect Ambush",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 80,
          "xp": 60
        },
        "conquerBonus": 10
      },
      {
        "id": "df_q4",
        "name": "Forest Dominance",
        "description": "Reach 50% conquer in Dark Forest.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 150,
          "xp": 120
        },
        "conquerBonus": 20
      }
    ],
    "mystic_grove": [
      {
        "id": "mg_q1",
        "name": "Arcane Intruders",
        "description": "Win 3 battles in the Mystic Grove.",
        "type": "kill_count",
        "target": 3,
        "rewards": {
          "gold": 70,
          "xp": 50
        },
        "conquerBonus": 15
      },
      {
        "id": "mg_q2",
        "name": "Grove Keeper",
        "description": "Win 8 battles in the Mystic Grove.",
        "type": "kill_count",
        "target": 8,
        "rewards": {
          "gold": 120,
          "xp": 90
        },
        "conquerBonus": 15
      },
      {
        "id": "mg_q3",
        "name": "Flawless Ritual",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 90,
          "xp": 70
        },
        "conquerBonus": 10
      },
      {
        "id": "mg_q4",
        "name": "Mystic Mastery",
        "description": "Reach 50% conquer in Mystic Grove.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 180,
          "xp": 140
        },
        "conquerBonus": 20
      }
    ],
    "whispering_caverns": [
      {
        "id": "wc_q1",
        "name": "Echo Hunter",
        "description": "Win 3 battles in the Whispering Caverns.",
        "type": "kill_count",
        "target": 3,
        "rewards": {
          "gold": 70,
          "xp": 50
        },
        "conquerBonus": 15
      },
      {
        "id": "wc_q2",
        "name": "Silence the Whispers",
        "description": "Win 6 battles in the Whispering Caverns.",
        "type": "kill_count",
        "target": 6,
        "rewards": {
          "gold": 110,
          "xp": 80
        },
        "conquerBonus": 15
      },
      {
        "id": "wc_q3",
        "name": "Unscathed Explorer",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 80,
          "xp": 60
        },
        "conquerBonus": 10
      },
      {
        "id": "wc_q4",
        "name": "Cavern Conqueror",
        "description": "Reach 50% conquer in the Caverns.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 160,
          "xp": 130
        },
        "conquerBonus": 20
      }
    ],
    "haunted_marsh": [
      {
        "id": "hm_q1",
        "name": "Marsh Cleansing",
        "description": "Win 4 battles in the Haunted Marsh.",
        "type": "kill_count",
        "target": 4,
        "rewards": {
          "gold": 80,
          "xp": 60
        },
        "conquerBonus": 15
      },
      {
        "id": "hm_q2",
        "name": "Bog Warrior",
        "description": "Win 8 battles in the Haunted Marsh.",
        "type": "kill_count",
        "target": 8,
        "rewards": {
          "gold": 140,
          "xp": 100
        },
        "conquerBonus": 15
      },
      {
        "id": "hm_q3",
        "name": "Ghost Walker",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 100,
          "xp": 80
        },
        "conquerBonus": 10
      },
      {
        "id": "hm_q4",
        "name": "Marsh Master",
        "description": "Reach 50% conquer in Haunted Marsh.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 200,
          "xp": 160
        },
        "conquerBonus": 20
      }
    ],
    "cursed_ruins": [
      {
        "id": "cr_q1",
        "name": "Ruin Raider",
        "description": "Win 4 battles in the Cursed Ruins.",
        "type": "kill_count",
        "target": 4,
        "rewards": {
          "gold": 90,
          "xp": 70
        },
        "conquerBonus": 15
      },
      {
        "id": "cr_q2",
        "name": "Curse Breaker",
        "description": "Win 8 battles in the Cursed Ruins.",
        "type": "kill_count",
        "target": 8,
        "rewards": {
          "gold": 150,
          "xp": 110
        },
        "conquerBonus": 15
      },
      {
        "id": "cr_q3",
        "name": "Unbroken",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 110,
          "xp": 90
        },
        "conquerBonus": 10
      },
      {
        "id": "cr_q4",
        "name": "Ruins Reclaimed",
        "description": "Reach 50% conquer in Cursed Ruins.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 220,
          "xp": 180
        },
        "conquerBonus": 20
      }
    ],
    "crystal_caves": [
      {
        "id": "cc_q1",
        "name": "Crystal Prospector",
        "description": "Win 4 battles in the Crystal Caves.",
        "type": "kill_count",
        "target": 4,
        "rewards": {
          "gold": 100,
          "xp": 70
        },
        "conquerBonus": 15
      },
      {
        "id": "cc_q2",
        "name": "Gem Guardian",
        "description": "Win 8 battles in the Crystal Caves.",
        "type": "kill_count",
        "target": 8,
        "rewards": {
          "gold": 160,
          "xp": 120
        },
        "conquerBonus": 15
      },
      {
        "id": "cc_q3",
        "name": "Diamond Precision",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 120,
          "xp": 90
        },
        "conquerBonus": 10
      },
      {
        "id": "cc_q4",
        "name": "Cave Dominator",
        "description": "Reach 50% conquer in Crystal Caves.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 240,
          "xp": 200
        },
        "conquerBonus": 20
      }
    ],
    "thornwood_pass": [
      {
        "id": "tp_q1",
        "name": "Thorn Cutter",
        "description": "Win 4 battles in Thornwood Pass.",
        "type": "kill_count",
        "target": 4,
        "rewards": {
          "gold": 100,
          "xp": 80
        },
        "conquerBonus": 15
      },
      {
        "id": "tp_q2",
        "name": "Pass Enforcer",
        "description": "Win 10 battles in Thornwood Pass.",
        "type": "kill_count",
        "target": 10,
        "rewards": {
          "gold": 180,
          "xp": 130
        },
        "conquerBonus": 15
      },
      {
        "id": "tp_q3",
        "name": "Thorny Triumph",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 130,
          "xp": 100
        },
        "conquerBonus": 10
      },
      {
        "id": "tp_q4",
        "name": "Thornwood Warden",
        "description": "Reach 50% conquer in Thornwood Pass.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 250,
          "xp": 200
        },
        "conquerBonus": 20
      }
    ],
    "sunken_temple": [
      {
        "id": "st_q1",
        "name": "Temple Explorer",
        "description": "Win 4 battles in the Sunken Temple.",
        "type": "kill_count",
        "target": 4,
        "rewards": {
          "gold": 110,
          "xp": 80
        },
        "conquerBonus": 15
      },
      {
        "id": "st_q2",
        "name": "Shaman's Bane",
        "description": "Defeat the Grand Shaman boss.",
        "type": "boss_kill",
        "target": "grand_shaman",
        "rewards": {
          "gold": 300,
          "xp": 200
        },
        "conquerBonus": 15
      },
      {
        "id": "st_q3",
        "name": "Sacred Ground",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 140,
          "xp": 100
        },
        "conquerBonus": 10
      },
      {
        "id": "st_q4",
        "name": "Temple Purified",
        "description": "Reach 50% conquer in Sunken Temple.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 260,
          "xp": 210
        },
        "conquerBonus": 20
      }
    ],
    "iron_peaks": [
      {
        "id": "ip_q1",
        "name": "Mountain Skirmish",
        "description": "Win 5 battles in the Iron Peaks.",
        "type": "kill_count",
        "target": 5,
        "rewards": {
          "gold": 120,
          "xp": 90
        },
        "conquerBonus": 15
      },
      {
        "id": "ip_q2",
        "name": "Peak Sentinel",
        "description": "Win 10 battles in the Iron Peaks.",
        "type": "kill_count",
        "target": 10,
        "rewards": {
          "gold": 200,
          "xp": 150
        },
        "conquerBonus": 15
      },
      {
        "id": "ip_q3",
        "name": "Iron Will",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 150,
          "xp": 110
        },
        "conquerBonus": 10
      },
      {
        "id": "ip_q4",
        "name": "Mountain King",
        "description": "Reach 50% conquer in Iron Peaks.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 280,
          "xp": 220
        },
        "conquerBonus": 20
      }
    ],
    "blood_canyon": [
      {
        "id": "bc_q1",
        "name": "Canyon Raider",
        "description": "Win 5 battles in Blood Canyon.",
        "type": "kill_count",
        "target": 5,
        "rewards": {
          "gold": 130,
          "xp": 100
        },
        "conquerBonus": 15
      },
      {
        "id": "bc_q2",
        "name": "Bloodied Veteran",
        "description": "Win 10 battles in Blood Canyon.",
        "type": "kill_count",
        "target": 10,
        "rewards": {
          "gold": 220,
          "xp": 160
        },
        "conquerBonus": 15
      },
      {
        "id": "bc_q3",
        "name": "Crimson Perfection",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 160,
          "xp": 120
        },
        "conquerBonus": 10
      },
      {
        "id": "bc_q4",
        "name": "Canyon Overlord",
        "description": "Reach 50% conquer in Blood Canyon.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 300,
          "xp": 240
        },
        "conquerBonus": 20
      }
    ],
    "frozen_tundra": [
      {
        "id": "ft_q1",
        "name": "Frost Fighter",
        "description": "Win 5 battles in the Frozen Tundra.",
        "type": "kill_count",
        "target": 5,
        "rewards": {
          "gold": 140,
          "xp": 110
        },
        "conquerBonus": 15
      },
      {
        "id": "ft_q2",
        "name": "Winter's End",
        "description": "Defeat the Frost Giant boss.",
        "type": "boss_kill",
        "target": "frost_giant",
        "rewards": {
          "gold": 400,
          "xp": 300
        },
        "conquerBonus": 15
      },
      {
        "id": "ft_q3",
        "name": "Cold Blooded",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 170,
          "xp": 130
        },
        "conquerBonus": 10
      },
      {
        "id": "ft_q4",
        "name": "Tundra Ruler",
        "description": "Reach 50% conquer in Frozen Tundra.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 320,
          "xp": 260
        },
        "conquerBonus": 20
      }
    ],
    "dragon_peaks": [
      {
        "id": "dp_q1",
        "name": "Dragon Hunter",
        "description": "Win 5 battles in the Dragon Peaks.",
        "type": "kill_count",
        "target": 5,
        "rewards": {
          "gold": 150,
          "xp": 120
        },
        "conquerBonus": 15
      },
      {
        "id": "dp_q2",
        "name": "Wyrm Slayer",
        "description": "Defeat the Elder Dragon boss.",
        "type": "boss_kill",
        "target": "elder_dragon",
        "rewards": {
          "gold": 500,
          "xp": 350
        },
        "conquerBonus": 15
      },
      {
        "id": "dp_q3",
        "name": "Dragon's Bane",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 180,
          "xp": 140
        },
        "conquerBonus": 10
      },
      {
        "id": "dp_q4",
        "name": "Peak Sovereign",
        "description": "Reach 50% conquer in Dragon Peaks.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 350,
          "xp": 280
        },
        "conquerBonus": 20
      }
    ],
    "ashen_battlefield": [
      {
        "id": "ab_q1",
        "name": "War Veteran",
        "description": "Win 5 battles on the Ashen Battlefield.",
        "type": "kill_count",
        "target": 5,
        "rewards": {
          "gold": 140,
          "xp": 110
        },
        "conquerBonus": 15
      },
      {
        "id": "ab_q2",
        "name": "Battle Hardened",
        "description": "Win 12 battles on the Ashen Battlefield.",
        "type": "kill_count",
        "target": 12,
        "rewards": {
          "gold": 240,
          "xp": 180
        },
        "conquerBonus": 15
      },
      {
        "id": "ab_q3",
        "name": "Ashen Glory",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 170,
          "xp": 130
        },
        "conquerBonus": 10
      },
      {
        "id": "ab_q4",
        "name": "Field Marshal",
        "description": "Reach 50% conquer on Ashen Battlefield.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 320,
          "xp": 260
        },
        "conquerBonus": 20
      }
    ],
    "windswept_ridge": [
      {
        "id": "wr_q1",
        "name": "Ridge Runner",
        "description": "Win 5 battles on Windswept Ridge.",
        "type": "kill_count",
        "target": 5,
        "rewards": {
          "gold": 150,
          "xp": 120
        },
        "conquerBonus": 15
      },
      {
        "id": "wr_q2",
        "name": "Storm Chaser",
        "description": "Win 10 battles on Windswept Ridge.",
        "type": "kill_count",
        "target": 10,
        "rewards": {
          "gold": 250,
          "xp": 180
        },
        "conquerBonus": 15
      },
      {
        "id": "wr_q3",
        "name": "Wind Walker",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 180,
          "xp": 140
        },
        "conquerBonus": 10
      },
      {
        "id": "wr_q4",
        "name": "Ridge Warden",
        "description": "Reach 50% conquer on Windswept Ridge.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 340,
          "xp": 270
        },
        "conquerBonus": 20
      }
    ],
    "molten_core": [
      {
        "id": "mc_q1",
        "name": "Fire Walker",
        "description": "Win 5 battles in the Molten Core.",
        "type": "kill_count",
        "target": 5,
        "rewards": {
          "gold": 160,
          "xp": 130
        },
        "conquerBonus": 15
      },
      {
        "id": "mc_q2",
        "name": "Inferno Survivor",
        "description": "Win 12 battles in the Molten Core.",
        "type": "kill_count",
        "target": 12,
        "rewards": {
          "gold": 260,
          "xp": 200
        },
        "conquerBonus": 15
      },
      {
        "id": "mc_q3",
        "name": "Unburned",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 190,
          "xp": 150
        },
        "conquerBonus": 10
      },
      {
        "id": "mc_q4",
        "name": "Core Dominator",
        "description": "Reach 50% conquer in Molten Core.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 360,
          "xp": 290
        },
        "conquerBonus": 20
      }
    ],
    "shadow_forest": [
      {
        "id": "sf_q1",
        "name": "Shadow Stalker",
        "description": "Win 6 battles in the Shadow Forest.",
        "type": "kill_count",
        "target": 6,
        "rewards": {
          "gold": 170,
          "xp": 130
        },
        "conquerBonus": 15
      },
      {
        "id": "sf_q2",
        "name": "Darkness Purger",
        "description": "Win 12 battles in the Shadow Forest.",
        "type": "kill_count",
        "target": 12,
        "rewards": {
          "gold": 280,
          "xp": 210
        },
        "conquerBonus": 15
      },
      {
        "id": "sf_q3",
        "name": "Light Bringer",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 200,
          "xp": 160
        },
        "conquerBonus": 10
      },
      {
        "id": "sf_q4",
        "name": "Forest Liberator",
        "description": "Reach 50% conquer in Shadow Forest.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 380,
          "xp": 300
        },
        "conquerBonus": 20
      }
    ],
    "obsidian_wastes": [
      {
        "id": "ow_q1",
        "name": "Waste Walker",
        "description": "Win 6 battles in the Obsidian Wastes.",
        "type": "kill_count",
        "target": 6,
        "rewards": {
          "gold": 180,
          "xp": 140
        },
        "conquerBonus": 15
      },
      {
        "id": "ow_q2",
        "name": "Obsidian Breaker",
        "description": "Win 12 battles in the Obsidian Wastes.",
        "type": "kill_count",
        "target": 12,
        "rewards": {
          "gold": 300,
          "xp": 220
        },
        "conquerBonus": 15
      },
      {
        "id": "ow_q3",
        "name": "Wasteland Perfection",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 210,
          "xp": 170
        },
        "conquerBonus": 10
      },
      {
        "id": "ow_q4",
        "name": "Waste Overlord",
        "description": "Reach 50% conquer in Obsidian Wastes.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 400,
          "xp": 320
        },
        "conquerBonus": 20
      }
    ],
    "ruins_of_ashenmoor": [
      {
        "id": "ra_q1",
        "name": "Ashenmoor Scout",
        "description": "Win 6 battles in the Ruins of Ashenmoor.",
        "type": "kill_count",
        "target": 6,
        "rewards": {
          "gold": 180,
          "xp": 140
        },
        "conquerBonus": 15
      },
      {
        "id": "ra_q2",
        "name": "Ruin Reclaimer",
        "description": "Win 12 battles in the Ruins of Ashenmoor.",
        "type": "kill_count",
        "target": 12,
        "rewards": {
          "gold": 300,
          "xp": 230
        },
        "conquerBonus": 15
      },
      {
        "id": "ra_q3",
        "name": "Ashenmoor Champion",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 220,
          "xp": 170
        },
        "conquerBonus": 10
      },
      {
        "id": "ra_q4",
        "name": "Ashenmoor Restored",
        "description": "Reach 50% conquer in Ruins of Ashenmoor.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 400,
          "xp": 320
        },
        "conquerBonus": 20
      }
    ],
    "blight_hollow": [
      {
        "id": "bh_q1",
        "name": "Blight Reaper",
        "description": "Win 6 battles in Blight Hollow.",
        "type": "kill_count",
        "target": 6,
        "rewards": {
          "gold": 190,
          "xp": 150
        },
        "conquerBonus": 15
      },
      {
        "id": "bh_q2",
        "name": "Hollow Cleansing",
        "description": "Win 12 battles in Blight Hollow.",
        "type": "kill_count",
        "target": 12,
        "rewards": {
          "gold": 310,
          "xp": 240
        },
        "conquerBonus": 15
      },
      {
        "id": "bh_q3",
        "name": "Blight Immune",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 230,
          "xp": 180
        },
        "conquerBonus": 10
      },
      {
        "id": "bh_q4",
        "name": "Hollow Purified",
        "description": "Reach 50% conquer in Blight Hollow.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 420,
          "xp": 340
        },
        "conquerBonus": 20
      }
    ],
    "shadow_citadel": [
      {
        "id": "sc_q1",
        "name": "Citadel Assault",
        "description": "Win 6 battles in the Shadow Citadel.",
        "type": "kill_count",
        "target": 6,
        "rewards": {
          "gold": 200,
          "xp": 160
        },
        "conquerBonus": 15
      },
      {
        "id": "sc_q2",
        "name": "Dark Lord's Fall",
        "description": "Defeat the Shadow Lord boss.",
        "type": "boss_kill",
        "target": "shadow_lord",
        "rewards": {
          "gold": 600,
          "xp": 400
        },
        "conquerBonus": 15
      },
      {
        "id": "sc_q3",
        "name": "Citadel Champion",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 240,
          "xp": 190
        },
        "conquerBonus": 10
      },
      {
        "id": "sc_q4",
        "name": "Citadel Conquered",
        "description": "Reach 50% conquer in Shadow Citadel.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 440,
          "xp": 350
        },
        "conquerBonus": 20
      }
    ],
    "stormspire_peak": [
      {
        "id": "sp_q1",
        "name": "Storm Breaker",
        "description": "Win 6 battles at Stormspire Peak.",
        "type": "kill_count",
        "target": 6,
        "rewards": {
          "gold": 200,
          "xp": 160
        },
        "conquerBonus": 15
      },
      {
        "id": "sp_q2",
        "name": "Lightning Rod",
        "description": "Win 14 battles at Stormspire Peak.",
        "type": "kill_count",
        "target": 14,
        "rewards": {
          "gold": 340,
          "xp": 260
        },
        "conquerBonus": 15
      },
      {
        "id": "sp_q3",
        "name": "Eye of the Storm",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 250,
          "xp": 200
        },
        "conquerBonus": 10
      },
      {
        "id": "sp_q4",
        "name": "Storm King",
        "description": "Reach 50% conquer at Stormspire Peak.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 460,
          "xp": 370
        },
        "conquerBonus": 20
      }
    ],
    "demon_gate": [
      {
        "id": "dg_q1",
        "name": "Gate Crasher",
        "description": "Win 6 battles at the Demon Gate.",
        "type": "kill_count",
        "target": 6,
        "rewards": {
          "gold": 220,
          "xp": 170
        },
        "conquerBonus": 15
      },
      {
        "id": "dg_q2",
        "name": "Demon Slayer",
        "description": "Defeat the Demon Lord boss.",
        "type": "boss_kill",
        "target": "demon_lord",
        "rewards": {
          "gold": 700,
          "xp": 500
        },
        "conquerBonus": 15
      },
      {
        "id": "dg_q3",
        "name": "Hell's Bane",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 260,
          "xp": 200
        },
        "conquerBonus": 10
      },
      {
        "id": "dg_q4",
        "name": "Gate Sealed",
        "description": "Reach 50% conquer at Demon Gate.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 480,
          "xp": 380
        },
        "conquerBonus": 20
      }
    ],
    "abyssal_depths": [
      {
        "id": "ad_q1",
        "name": "Deep Diver",
        "description": "Win 6 battles in the Abyssal Depths.",
        "type": "kill_count",
        "target": 6,
        "rewards": {
          "gold": 220,
          "xp": 180
        },
        "conquerBonus": 15
      },
      {
        "id": "ad_q2",
        "name": "Abyss Walker",
        "description": "Win 14 battles in the Abyssal Depths.",
        "type": "kill_count",
        "target": 14,
        "rewards": {
          "gold": 360,
          "xp": 280
        },
        "conquerBonus": 15
      },
      {
        "id": "ad_q3",
        "name": "Depth Defier",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 270,
          "xp": 210
        },
        "conquerBonus": 10
      },
      {
        "id": "ad_q4",
        "name": "Depths Mastered",
        "description": "Reach 50% conquer in Abyssal Depths.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 500,
          "xp": 400
        },
        "conquerBonus": 20
      }
    ],
    "infernal_forge": [
      {
        "id": "if_q1",
        "name": "Forge Breacher",
        "description": "Win 6 battles in the Infernal Forge.",
        "type": "kill_count",
        "target": 6,
        "rewards": {
          "gold": 230,
          "xp": 180
        },
        "conquerBonus": 15
      },
      {
        "id": "if_q2",
        "name": "Forge Master",
        "description": "Win 14 battles in the Infernal Forge.",
        "type": "kill_count",
        "target": 14,
        "rewards": {
          "gold": 380,
          "xp": 290
        },
        "conquerBonus": 15
      },
      {
        "id": "if_q3",
        "name": "Forged in Fire",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 280,
          "xp": 220
        },
        "conquerBonus": 10
      },
      {
        "id": "if_q4",
        "name": "Forge Extinguished",
        "description": "Reach 50% conquer in Infernal Forge.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 520,
          "xp": 410
        },
        "conquerBonus": 20
      }
    ],
    "dreadmaw_canyon": [
      {
        "id": "dc_q1",
        "name": "Canyon Brave",
        "description": "Win 6 battles in Dreadmaw Canyon.",
        "type": "kill_count",
        "target": 6,
        "rewards": {
          "gold": 240,
          "xp": 190
        },
        "conquerBonus": 15
      },
      {
        "id": "dc_q2",
        "name": "Dreadmaw Tamer",
        "description": "Win 14 battles in Dreadmaw Canyon.",
        "type": "kill_count",
        "target": 14,
        "rewards": {
          "gold": 400,
          "xp": 300
        },
        "conquerBonus": 15
      },
      {
        "id": "dc_q3",
        "name": "Canyon Conqueror",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 290,
          "xp": 230
        },
        "conquerBonus": 10
      },
      {
        "id": "dc_q4",
        "name": "Dreadmaw's End",
        "description": "Reach 50% conquer in Dreadmaw Canyon.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 540,
          "xp": 430
        },
        "conquerBonus": 20
      }
    ],
    "void_threshold": [
      {
        "id": "vt_q1",
        "name": "Threshold Guard",
        "description": "Win 8 battles at the Void Threshold.",
        "type": "kill_count",
        "target": 8,
        "rewards": {
          "gold": 260,
          "xp": 200
        },
        "conquerBonus": 15
      },
      {
        "id": "vt_q2",
        "name": "Void Stalker",
        "description": "Win 16 battles at the Void Threshold.",
        "type": "kill_count",
        "target": 16,
        "rewards": {
          "gold": 420,
          "xp": 320
        },
        "conquerBonus": 15
      },
      {
        "id": "vt_q3",
        "name": "Void Touched",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 300,
          "xp": 240
        },
        "conquerBonus": 10
      },
      {
        "id": "vt_q4",
        "name": "Threshold Sealed",
        "description": "Reach 50% conquer at Void Threshold.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 560,
          "xp": 450
        },
        "conquerBonus": 20
      }
    ],
    "corrupted_spire": [
      {
        "id": "cs_q1",
        "name": "Spire Assault",
        "description": "Win 8 battles at the Corrupted Spire.",
        "type": "kill_count",
        "target": 8,
        "rewards": {
          "gold": 280,
          "xp": 220
        },
        "conquerBonus": 15
      },
      {
        "id": "cs_q2",
        "name": "Corruption's End",
        "description": "Defeat the Corruption Archon boss.",
        "type": "boss_kill",
        "target": "corruption_archon",
        "rewards": {
          "gold": 800,
          "xp": 600
        },
        "conquerBonus": 15
      },
      {
        "id": "cs_q3",
        "name": "Spire Champion",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 320,
          "xp": 250
        },
        "conquerBonus": 10
      },
      {
        "id": "cs_q4",
        "name": "Spire Cleansed",
        "description": "Reach 50% conquer at Corrupted Spire.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 600,
          "xp": 480
        },
        "conquerBonus": 20
      }
    ],
    "void_throne": [
      {
        "id": "vr_q1",
        "name": "Throne Challenger",
        "description": "Win 8 battles at The Void Throne.",
        "type": "kill_count",
        "target": 8,
        "rewards": {
          "gold": 300,
          "xp": 240
        },
        "conquerBonus": 15
      },
      {
        "id": "vr_q2",
        "name": "Void King's Fall",
        "description": "Defeat the Void King boss.",
        "type": "boss_kill",
        "target": "void_king",
        "rewards": {
          "gold": 1000,
          "xp": 800
        },
        "conquerBonus": 15
      },
      {
        "id": "vr_q3",
        "name": "Throne Unbowed",
        "description": "Win a battle without any hero falling.",
        "type": "win_flawless",
        "target": 1,
        "rewards": {
          "gold": 350,
          "xp": 280
        },
        "conquerBonus": 10
      },
      {
        "id": "vr_q4",
        "name": "Void Vanquished",
        "description": "Reach 50% conquer at The Void Throne.",
        "type": "reach_conquer",
        "target": 50,
        "rewards": {
          "gold": 700,
          "xp": 550
        },
        "conquerBonus": 20
      }
    ]
  },
  "totalZones": 29,
  "totalQuests": 116
}