{
  "regions": {
    "green": {
      "bg": "/backgrounds/wc_green.png",
      "title": "The Verdant Wilds",
      "subtitle": "Where Ancient Roots Run Deep"
    },
    "gold": {
      "bg": "/backgrounds/wc_gold.png",
      "title": "The Ashenmoor",
      "subtitle": "Where Empires Crumble to Dust"
    },
    "blue": {
      "bg": "/backgrounds/wc_blue.png",
      "title": "The Frozen Peaks",
      "subtitle": "Where the Wind Howls Your Name"
    },
    "red": {
      "bg": "/backgrounds/wc_red.png",
      "title": "The Scorched Lands",
      "subtitle": "Where Fire Consumes All"
    },
    "purple": {
      "bg": "/backgrounds/wc_purple.png",
      "title": "The Shadow Realm",
      "subtitle": "Where Reality Unravels"
    }
  },
  "zoneToRegion": {
    "verdant_plains": "green",
    "dark_forest": "green",
    "mystic_grove": "green",
    "whispering_caverns": "green",
    "haunted_marsh": "green",
    "cursed_ruins": "green",
    "crystal_caves": "green",
    "thornwood_pass": "green",
    "sunken_temple": "green",
    "iron_peaks": "blue",
    "frozen_tundra": "blue",
    "windswept_ridge": "blue",
    "shadow_forest": "blue",
    "blight_hollow": "blue",
    "stormspire_peak": "blue",
    "ruins_of_ashenmoor": "gold",
    "dragon_peaks": "gold",
    "blood_canyon": "red",
    "ashen_battlefield": "red",
    "molten_core": "red",
    "obsidian_wastes": "red",
    "demon_gate": "red",
    "infernal_forge": "red",
    "dreadmaw_canyon": "red",
    "mothers_den": "red",
    "shadow_citadel": "purple",
    "abyssal_depths": "purple",
    "void_threshold": "purple",
    "corrupted_spire": "purple",
    "void_throne": "purple",
    "hall_of_odin": "purple",
    "maw_of_madra": "purple",
    "sanctum_of_omni": "purple"
  },
  "totalRegions": 5
}