{
  "eventTemplates": [
    {
      "id": "treasure_goblin",
      "name": "Treasure Goblin",
      "icon": "gold",
      "description": "A treasure-hoarding goblin has appeared!",
      "rewardType": "gold",
      "rewardMultiplier": 3,
      "enemyCount": 1,
      "color": "#fbbf24",
      "mapSprite": "goblin"
    },
    {
      "id": "elite_patrol",
      "name": "Elite Patrol",
      "icon": "crossed_swords",
      "description": "An elite enemy patrol is passing through.",
      "rewardType": "xp",
      "rewardMultiplier": 2.5,
      "enemyCount": 2,
      "color": "#ef4444",
      "mapSprite": "orc"
    },
    {
      "id": "wandering_merchant",
      "name": "Ambushed Merchant",
      "icon": "shield",
      "description": "A merchant is under attack! Save them for bonus loot.",
      "rewardType": "loot",
      "rewardMultiplier": 2,
      "enemyCount": 2,
      "color": "#a78bfa",
      "mapSprite": "bandit"
    },
    {
      "id": "dark_rift",
      "name": "Dark Rift",
      "icon": "chaos",
      "description": "A dark rift has torn open, spewing enemies!",
      "rewardType": "xp",
      "rewardMultiplier": 3,
      "enemyCount": 3,
      "color": "#c084fc",
      "mapSprite": "void_walker"
    },
    {
      "id": "bounty_target",
      "name": "Bounty Target",
      "icon": "target",
      "description": "A wanted criminal has been spotted nearby!",
      "rewardType": "gold",
      "rewardMultiplier": 2.5,
      "enemyCount": 1,
      "color": "#f97316",
      "mapSprite": "rogue"
    },
    {
      "id": "crystal_formation",
      "name": "Crystal Formation",
      "icon": "crystal",
      "description": "Rare crystals are growing here... but guarded!",
      "rewardType": "materials",
      "rewardMultiplier": 4,
      "enemyCount": 2,
      "color": "#22d3ee",
      "mapSprite": "crystal_golem"
    },
    {
      "id": "ancient_chest",
      "name": "Ancient Chest",
      "icon": "gold",
      "description": "An ancient chest has surfaced, guarded by spirits.",
      "rewardType": "loot",
      "rewardMultiplier": 3,
      "enemyCount": 2,
      "color": "#fcd34d",
      "mapSprite": "skeleton"
    },
    {
      "id": "herb_patch",
      "name": "Rare Herb Patch",
      "icon": "nature",
      "description": "Rare healing herbs are blooming, but creatures lurk!",
      "rewardType": "potions",
      "rewardMultiplier": 2,
      "enemyCount": 1,
      "color": "#4ade80",
      "mapSprite": "slime"
    }
  ],
  "totalEvents": 8
}