Documentación API

Integra Fortnite y Salva el Mundo en tu bot. Todas las rutas requieren tu API key de Mia. Idiomas soportados · defecto es-ES.

https://api.miadsc.xyz/v1
19 rutas públicas

Autenticación

Todas las rutas requieren API key en el header Authorization: Bearer mia_xxxxx. También acepta el header api-key. Ninguna ruta exige Premium salvo las imágenes personalizadas de tienda STW y BR.

¿Cómo obtener tu API Key?

  1. Únete al servidor Mia Lounge
  2. Ejecuta /api crear
  3. Recibe tu key en un mensaje privado
Unirse a Mia Lounge

Idiomas

Varias rutas de Recursos STW, Alertas STW, Tienda STW y Tienda BR traducen nombres y textos del juego. Si no indicas idioma, la API responde en es-ES.

Parámetro de query (usa uno): locale · lang · idioma

es-ES · defecto es-LAT es-419 en-US fr-FR it-IT pt-BR pt-PT ja-JP de-DE tr-TR zh-CN

Las respuestas incluyen "locale": "..." con el idioma aplicado.

Planes y límites

Elige el plan que mejor se adapte a tus necesidades. Los límites se restablecen automáticamente cada minuto.

Plan Gratuito

€0

por mes

  • 180 req/min · 17 rutas JSON
  • Soporte comunitario

Plan Desarrolladores

Personalizado

contactar

  • Límites personalizados
  • Condiciones bajo acuerdo
  • Soporte dedicado

Límites de peticiones: si superas el límite, la API te avisará con el código correspondiente.

Cambiar de plan: puedes mejorar tu plan en cualquier momento desde Mia Lounge.

Rutas de la API

19 endpoints públicos · agrupados por modo de juego. Expande cada ruta para ver parámetros, respuesta y ejemplos.

19 rutas

Cuenta Epic

Estado del jugador y regalos · válido para cualquier modo de Fortnite.

2 rutas

Cuenta Epic

Jugador online

API Key

Comprueba si un jugador está online en Fortnite.

Cuerpo requerido { "accountId": "tu_account_id" }
Respuesta
{
  "isOnline": false
}

Revisar regalos restantes

API Key Epic token

Devuelve cuántos regalos le quedan a una cuenta (máx. 5 cada 24 h).

Cuerpo requerido { "accessToken": "token_oauth_de_epic" }
Respuesta
{
  "success": true,
  "data": {
    "regalosRestantes": 3,
    "regalosUsados": 2,
    "regalosMaximos": 5,
    "proximoRegaloDisponible": 1716403200000,
    "accountId": "7ab3c9d2e8f14a6b9c0d1e2f3a4b5c6d"
  }
}

Battle Royale

Item shop diario e imagen personalizada del modo BR.

2 rutas

Tienda Battle Royale

Tienda Battle Royale

API KeyTienda

Artículos del item shop diario con nombre traducido, precio, rareza e imagen. Misma fuente que /tienda br.

Respuesta
{
  "success": true,
  "updatedAt": "2026-05-26T23:28:09.525Z",
  "locale": "es-ES",
  "date": "2026-05-26T00:00:00Z",
  "total": 153,
  "entries": [
    {
      "offerId": "v2:/d0f697d72a5bfe7c15ffc126d2e470656ca1e028593aa274a23cac66c3046553",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Enviada",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "uncommon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 67,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_725_athena_commando_f_agentx/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/cid_725_athena_commando_f_agentx/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_725_athena_commando_f_agentx/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/60ece53527cad7d525c9ca570562d47669b031ca5addf1e684c44aaa16b66f5d",
      "finalPrice": 400,
      "regularPrice": 400,
      "outDate": "2026-06-08T23:59:59.999Z",
      "name": "Tokki portátil",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "gaminglegends",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 13,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/backpack_skiffgrind/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/backpack_skiffgrind/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/backpack_skiffgrind/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/dd65acee4a1f07ec2f9cd4c4482f60a2b24fd50d993fd8e3529285c8d7999426",
      "finalPrice": 500,
      "regularPrice": 500,
      "outDate": "2026-05-26T23:59:59.999Z",
      "name": "GEEK TIMË",
      "type": "emote",
      "typeLabel": "Gesto",
      "rarity": "icon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 20,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/eid_nerdstomp/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/eid_nerdstomp/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/eid_nerdstomp/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/70a48b023a7734e579f812875b17c41e314687056b527268daf494cc41609788",
      "finalPrice": 200,
      "regularPrice": 200,
      "outDate": "2026-06-01T23:59:59.999Z",
      "name": "Giro equivocado",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "rare",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 113,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/bid_549_dummeez/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/bid_549_dummeez/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/bid_549_dummeez/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/32859cb7cf4dbe274e14268919d1822a86af7dc182e3c96e6e7d97c63e211fa6",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-06-08T23:59:59.999Z",
      "name": "Alas de valkiria de Mercy",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "gaminglegends",
      "itemCount": 2,
      "banner": "Incluye un ala delta",
      "isNew": false,
      "shopHistoryCount": 13,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/backpack_trackwaver/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/backpack_trackwaver/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/backpack_trackwaver/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/0269628f68f2d570f31318408ffb150008b7e45a766989e1d5f44fb45794cbd0",
      "finalPrice": 500,
      "regularPrice": 500,
      "outDate": "2026-05-26T23:59:59.999Z",
      "name": "Juego de pies",
      "type": "emote",
      "typeLabel": "Gesto",
      "rarity": "rare",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 28,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/eid_irishjig/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/eid_irishjig/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/eid_irishjig/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/54c6d619faac5676f90595cbc3f2da5e07f0dc2178ffac65af74197723296e69",
      "finalPrice": 1200,
      "regularPrice": 1200,
      "outDate": "2026-05-26T23:59:59.999Z",
      "name": "Armonía la domaespíritus",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "epic",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 10,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/character_forestbath/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/character_forestbath/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/character_forestbath/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/7d5d447829972ce8642f249b925fb7b0231e43d3d19548e31fadba23dacc34a5",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Nave de Fennec",
      "type": "glider",
      "typeLabel": "Ala delta",
      "rarity": "starwars",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 65,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/glider_id_346_galacticfemale_lxrl3/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/glider_id_346_galacticfemale_lxrl3/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/glider_id_346_galacticfemale_lxrl3/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/63e8915b99ee86cda3f556b28718e4501042aea0738c71e6f935d23ae06c17f9",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-06-08T23:59:59.999Z",
      "name": "Ryū Ichimonji",
      "type": "pickaxe",
      "typeLabel": "Pico",
      "rarity": "gaminglegends",
      "itemCount": 2,
      "banner": "Incluye un accesorio mochilero",
      "isNew": false,
      "shopHistoryCount": 13,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/pickaxe_facetblom/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/pickaxe_facetblom/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/pickaxe_facetblom/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/ec60953e01ad1bb5ac07656166bd10ce1d8e76178d0f8119abe92bea3b782e23",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-05-26T23:59:59.999Z",
      "name": "Longboard volador",
      "type": "glider",
      "typeLabel": "Ala delta",
      "rarity": "rare",
      "itemCount": 1,
      "banner": "Ocho colores para el ala delta",
      "isNew": false,
      "shopHistoryCount": 45,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/glider_id_380_bariumfemale/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/glider_id_380_bariumfemale/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/glider_id_380_bariumfemale/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/4629db3fa77c4e59d9679f7f613aa643d8e3e45f6dd7f2e2b26f0f10f3040517",
      "finalPrice": 300,
      "regularPrice": 300,
      "outDate": "2026-06-08T23:59:59.999Z",
      "name": "Traslación",
      "type": "emote",
      "typeLabel": "Gesto",
      "rarity": "gaminglegends",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 13,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/eid_loosecreep/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/eid_loosecreep/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/eid_loosecreep/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/0e777e36e16ac4d890765153634b31997358c8754f44528aeae56998cf47e84d",
      "finalPrice": 2000,
      "regularPrice": 3600,
      "outDate": "2026-05-31T23:59:59.999Z",
      "name": "Lote de El Mandaloriano (a pluma y tinta)",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "starwars",
      "itemCount": 6,
      "banner": "1600 paVos de descuento",
      "isNew": false,
      "shopHistoryCount": 5,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/character_chiliabide/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/character_chiliabide/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/d74f312d1fe7ac7a/renderimage_0.png"
      },
      "bundle": {
        "name": "Lote de El Mandaloriano (a pluma y tinta)",
        "image": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/d74f312d1fe7ac7a/renderimage_0.png"
      }
    },
    {
      "offerId": "v2:/b1eafda23fcc2d2d17a421e783639c97cd745a43fcd0ae661a02a971c505e6a9",
      "finalPrice": 1200,
      "regularPrice": 1200,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Jules Winnfield",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "epic",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 15,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/character_backabsorb/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/character_backabsorb/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/character_backabsorb/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/eb23579a250333d325c1e2cdc7ff451e62612a0718dbb52792fabf8921439489",
      "finalPrice": 2300,
      "regularPrice": 3500,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "LOTE DE BOBA FETT",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "starwars",
      "itemCount": 4,
      "banner": "1200 paVos de descuento",
      "isNew": false,
      "shopHistoryCount": 102,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_a_309_athena_commando_m_orbitteal_9rbjl/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/d7693d4abc5bbd37/renderimage_0.png"
      },
      "bundle": {
        "name": "LOTE DE BOBA FETT",
        "image": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/d7693d4abc5bbd37/renderimage_0.png"
      }
    },
    {
      "offerId": "v2:/f4ece0b3549c64f00a103bdf15cb59e50518acbcd14c2ece92c498f90190b9d2",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-05-30T23:59:59.999Z",
      "name": "Nike Blazer Mid \"1972\"",
      "type": "shoe",
      "typeLabel": "Calzado",
      "rarity": "uncommon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 3,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/shoes_betathrewregal/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/shoes_betathrewregal/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/shoes_betathrewregal/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/a03daf0e86408001a46bb7868a66bec8d6b786258b035df69b4b01a3e674fcca",
      "finalPrice": 400,
      "regularPrice": 400,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Símbolo del clan Hutt",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "starwars",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 67,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/bid_950_solstice_aptb0/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/bid_950_solstice_aptb0/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/fbddd8272b6764583280c09223cf347353eef26c9f9c63071a9c99d320b18aee",
      "finalPrice": 300,
      "regularPrice": 300,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Efigie enana",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "rare",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 70,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/bid_301_heistsummer/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/bid_301_heistsummer/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/bid_301_heistsummer/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/ab3eeabcabc2dd81d0735624262d2d52eaf852789a4eea9e62092b350113a641",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-05-26T23:59:59.999Z",
      "name": "Sargento Swing",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "uncommon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 24,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_a_120_athena_commando_m_golf_b/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_a_120_athena_commando_m_golf_b/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/8f2c212bc7244bc886177bd367e81b486cd9ab3f71d295fb2f17d4de26d9831c",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-05-26T23:59:59.999Z",
      "name": "Perseverante del putt",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "uncommon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 23,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_a_122_athena_commando_m_golf_d/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_a_122_athena_commando_m_golf_d/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/73c24cbfbf2cd7d276f53941858d0c292f659340ce21f092a3cbfeb5a3e32039",
      "finalPrice": 1600,
      "regularPrice": 1600,
      "outDate": "2026-05-26T23:59:59.999Z",
      "name": "Midas veraniego",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "epic",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 102,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_a_129_athena_commando_m_catburglarsummer/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_a_129_athena_commando_m_catburglarsummer/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/1c74394d47c8029b7bf1cf9481f1b479287d26becaf3c759185a3e3bdcaf02f5",
      "finalPrice": 600,
      "regularPrice": 600,
      "outDate": "2026-05-31T23:59:59.999Z",
      "name": "Grogu",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "starwars",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 23,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/backpack_gallonbag/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/backpack_gallonbag/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/backpack_gallonbag/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/4a0ef08e3d66720f6cf39928158c395a0f5d3a97afcb9ac431e8fa5111a88b24",
      "finalPrice": 300,
      "regularPrice": 300,
      "outDate": "2026-05-30T23:59:59.999Z",
      "name": "Kit de Kim",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "icon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 40,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/backpack_quichelorrainecrisp/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/backpack_quichelorrainecrisp/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/backpack_quichelorrainecrisp/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/86ccab5b11082be868da10dc364e7b791c3f31fc4d8125f322868c4e9936e70e",
      "finalPrice": 2300,
      "regularPrice": 4000,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Lote de Cazarrecompensas",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "starwars",
      "itemCount": 6,
      "banner": "1700 paVos de descuento",
      "isNew": false,
      "shopHistoryCount": 67,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_a_338_athena_commando_f_galactic_hn9do/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/c5ade1bbd28d15a2/renderimage_0.png"
      },
      "bundle": {
        "name": "Lote de Cazarrecompensas",
        "image": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/c5ade1bbd28d15a2/renderimage_0.png"
      }
    },
    {
      "offerId": "v2:/49aca00cc599d974c99c0ac42b2938c0d10d85219f45cdd125886b1ce3b246c7",
      "finalPrice": 1200,
      "regularPrice": 1200,
      "outDate": "2026-06-01T23:59:59.999Z",
      "name": "Muñeco de prueba",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "rare",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 113,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_795_athena_commando_m_dummeez/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/cid_795_athena_commando_m_dummeez/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_795_athena_commando_m_dummeez/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/f2d73017c58ab34b4938956cf2293c9fb5c676159a71dc30db48334d9b1d6719",
      "finalPrice": 300,
      "regularPrice": 300,
      "outDate": "2026-05-29T23:59:59.999Z",
      "name": "Corazón azul",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "slurp",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 53,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/bid_493_blueflamesfemale/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/bid_493_blueflamesfemale/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/bid_493_blueflamesfemale/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/1aa5c18080df5cf40ae05a9d9f24f457bda13133de48f6521ca0cc055940e2ce",
      "finalPrice": 2000,
      "regularPrice": 3200,
      "outDate": "2026-05-27T23:59:59.999Z",
      "name": "Lote de Se llamaba Marshall",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "icon",
      "itemCount": 5,
      "banner": "1200 paVos de descuento",
      "isNew": false,
      "shopHistoryCount": 76,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/character_bravebuild/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/character_bravebuild/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/aa3b9daa7edff9ec/renderimage_0.png"
      },
      "bundle": {
        "name": "Lote de Se llamaba Marshall",
        "image": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/aa3b9daa7edff9ec/renderimage_0.png"
      }
    },
    {
      "offerId": "v2:/5abbb5060cd940659ce5156523e66f30ebc8efd8256d3dadb8850535e8f6adba",
      "finalPrice": 300,
      "regularPrice": 300,
      "outDate": "2026-05-30T23:59:59.999Z",
      "name": "Aro de luz portátil",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "icon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 40,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/backpack_quichelorrainelime/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/backpack_quichelorrainelime/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/backpack_quichelorrainelime/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/d2baf9249f949a01d6e607b6cd7361b9a2ac0e03142df81cf1a629a59980418c",
      "finalPrice": 300,
      "regularPrice": 300,
      "outDate": "2026-06-01T23:59:59.999Z",
      "name": "Escudo rojo",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "legendary",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 126,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/bid_003_redknight/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/bid_003_redknight/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/bid_003_redknight/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/16e39f9a4efdafeb35225b5bd5eaa225d6453d4b89a2fa9d4c024a110d60ecdc",
      "finalPrice": 1500,
      "regularPrice": 1500,
      "outDate": "2026-06-01T23:59:59.999Z",
      "name": "Encaje",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "epic",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 115,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_310_athena_commando_f_streetgoth/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/cid_310_athena_commando_f_streetgoth/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_310_athena_commando_f_streetgoth/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/6c1135217d2eac0f01bc8c59611e42cbd163022514972ddc4151b646578a86f8",
      "finalPrice": 300,
      "regularPrice": 300,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Victorrria con queso",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "rare",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 15,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/backpack_backabsorb/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/backpack_backabsorb/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/backpack_backabsorb/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/f5d9b19c8231ed7239ea043d7d8f20f1472b77151e441b78d1b2bc2ebf76f740",
      "finalPrice": 500,
      "regularPrice": 500,
      "outDate": "2026-05-30T23:59:59.999Z",
      "name": "Cartera chic",
      "type": "pickaxe",
      "typeLabel": "Pico",
      "rarity": "icon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 40,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/pickaxe_quichelorrainelime/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/pickaxe_quichelorrainelime/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/pickaxe_quichelorrainelime/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/8d0b6222ba080ba02646c684284a388fa885c86559aba93184122cce36ea02c2",
      "finalPrice": 1200,
      "regularPrice": 1200,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Vincent Vega",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "epic",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 15,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/character_yokequick/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/character_yokequick/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/fa2755848d71719e441d477892f039baf409a4a9739fafec3b651b38d59d6ffc",
      "finalPrice": 200,
      "regularPrice": 200,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Este es el camino",
      "type": "emote",
      "typeLabel": "Gesto",
      "rarity": "starwars",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 79,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/eid_wrongway_m47al/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/eid_wrongway_m47al/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/eid_wrongway_m47al/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/5953f3b03a4d5c076bd44ad376f531fde4773f3123bb33c293862a14c9d762d3",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-05-31T23:59:59.999Z",
      "name": "Lanza de beskar",
      "type": "pickaxe",
      "typeLabel": "Pico",
      "rarity": "starwars",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 5,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/pickaxe_chiliabide/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/pickaxe_chiliabide/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/pickaxe_chiliabide/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/3fe934f8948c266270d485b696d74081cc8c27b81c9a5df7c5cd11ecb3d0070b",
      "finalPrice": 500,
      "regularPrice": 500,
      "outDate": "2026-05-26T23:59:59.999Z",
      "name": "Fluido",
      "type": "emote",
      "typeLabel": "Gesto",
      "rarity": "rare",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 20,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/eid_wavedance/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/eid_wavedance/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/eid_wavedance/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/26b8f66d96b864a9d615c4ca02a98c3a0dbb75757715ac6c1201d9667de45b55",
      "finalPrice": 1200,
      "regularPrice": 1200,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Comerciante de diamantes",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "rare",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 53,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_a_060_athena_commando_m_daytrader_8mro2/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_a_060_athena_commando_m_daytrader_8mro2/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/91239caa2312dc48267e499c4995358d92e53a406421940e0b0cb89233be5c23",
      "finalPrice": 500,
      "regularPrice": 500,
      "outDate": "2026-05-26T23:59:59.999Z",
      "name": "Baile de Rakai",
      "type": "emote",
      "typeLabel": "Gesto",
      "rarity": "icon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 4,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/eid_playloud/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/eid_playloud/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/eid_playloud/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/4380aaf4d8bcf32df76086e91b4b971084be3a7ac7fa1fcdeb242f3c25a2c5bf",
      "finalPrice": 2300,
      "regularPrice": 4600,
      "outDate": "2026-05-27T23:59:59.999Z",
      "name": "Lote de Factor Filos",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "epic",
      "itemCount": 6,
      "banner": "2300 paVos de descuento",
      "isNew": false,
      "shopHistoryCount": 36,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_730_athena_commando_m_stars/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/35f906359a1c05f8/renderimage_0.png"
      },
      "bundle": {
        "name": "Lote de Factor Filos",
        "image": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/35f906359a1c05f8/renderimage_0.png"
      }
    },
    {
      "offerId": "v2:/e268419825ec3d39703fecb6fcfafae6e438f32c0a5bb9943fceaa38f2d9ab3a",
      "finalPrice": 500,
      "regularPrice": 500,
      "outDate": "2026-06-08T23:59:59.999Z",
      "name": "Marca de Mercy",
      "type": "wrap",
      "typeLabel": "Envoltorio",
      "rarity": "gaminglegends",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 13,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/wrap_trackwaver/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/wrap_trackwaver/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/wrap_trackwaver/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/d45b84dc54f130e093dbf13bdf2a631fab9657b43df0a9f74207062cc236a0e2",
      "finalPrice": 1500,
      "regularPrice": 1500,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Boba Fett",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "starwars",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 102,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_a_309_athena_commando_m_orbitteal_9rbjl/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_a_309_athena_commando_m_orbitteal_9rbjl/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/e3118ab257f106f5f8d7386d7506d235a741fd4146f51cac0e5538e33ca58fec",
      "finalPrice": 300,
      "regularPrice": 300,
      "outDate": "2026-05-26T23:59:59.999Z",
      "name": "Pincho portátil",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "rare",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 25,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/bid_532_hardcoresportzmale/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/bid_532_hardcoresportzmale/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/bid_532_hardcoresportzmale/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/22ff3e974eeb6a4bf63bff0761aae2486ce6b785be5b6a47b6f797fef8fad05d",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-06-08T23:59:59.999Z",
      "name": "Bastón caduceo",
      "type": "pickaxe",
      "typeLabel": "Pico",
      "rarity": "gaminglegends",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 13,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/pickaxe_trackwaver/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/pickaxe_trackwaver/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/cebbbf7263e4b3917136dca3bbaaf251f9417fa3882654d9bd3354e409224e14",
      "finalPrice": 1900,
      "regularPrice": 1900,
      "outDate": "2026-05-27T23:59:59.999Z",
      "name": "Slim Shady",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "icon",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 83,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/character_heavyroar/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/character_heavyroar/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/character_heavyroar/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/4eb866562a625d3309a65a04c50f4c902b393e9db7d0def03d70f5a5610c26a1",
      "finalPrice": 500,
      "regularPrice": 500,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "¡Bim, bam, bum!",
      "type": "emote",
      "typeLabel": "Gesto",
      "rarity": "icon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 87,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/eid_boomer_n2rqt/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/eid_boomer_n2rqt/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/eid_boomer_n2rqt/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/2a0f1abc70693608e035c87432e20fcb06b148a955d99b3eb328ff0cf20fba1f",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-05-27T23:59:59.999Z",
      "name": "Cuervo exprés",
      "type": "glider",
      "typeLabel": "Ala delta",
      "rarity": "icon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 76,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/glider_bravebuild/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/glider_bravebuild/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/glider_bravebuild/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/c01a649fc3814017e637dc1116c18ef5586b48eaf391284fbaeb1f4aee4bfda1",
      "finalPrice": 500,
      "regularPrice": 500,
      "outDate": "2026-05-30T23:59:59.999Z",
      "name": "Triunfo",
      "type": "glider",
      "typeLabel": "Ala delta",
      "rarity": "uncommon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 34,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/glider_id_038_deco/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/glider_id_038_deco/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/glider_id_038_deco/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/de4dfae6115c6c6313bf6de04a893e58c3bd370e5b55901f76dbbd6e8804b8db",
      "finalPrice": 1600,
      "regularPrice": 1600,
      "outDate": "2026-06-08T23:59:59.999Z",
      "name": "Mercy",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "gaminglegends",
      "itemCount": 3,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 13,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/character_trackwaver/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/3a809cc1cd61f9f4/renderimage_0.png"
      },
      "bundle": {
        "name": "Mercy",
        "image": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/3a809cc1cd61f9f4/renderimage_0.png"
      }
    },
    {
      "offerId": "v2:/6baf06bf07c8fc8dfa9a4145d1aadf0208c9d0f8e4ddfd9dd4952eee995ce30b",
      "finalPrice": 400,
      "regularPrice": 400,
      "outDate": "2026-05-27T23:59:59.999Z",
      "name": "Estéreo de Shady",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "icon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 83,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/backpack_heavyroar/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/backpack_heavyroar/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/backpack_heavyroar/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/2eac08180c02b01763fd1d5f8d2c590c2b1fdb8bd8fac4f2e008b9a401ddaafd",
      "finalPrice": 500,
      "regularPrice": 500,
      "outDate": "2026-05-30T23:59:59.999Z",
      "name": "Brocha de batalla",
      "type": "pickaxe",
      "typeLabel": "Pico",
      "rarity": "icon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 40,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/pickaxe_quichelorrainecrisp/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/pickaxe_quichelorrainecrisp/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/pickaxe_quichelorrainecrisp/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/ee3e47aeec5aa5b6ff1f5c21c53caa9d100bb69dd19a3a7c159d763da1cd5447",
      "finalPrice": 500,
      "regularPrice": 500,
      "outDate": "2026-05-30T23:59:59.999Z",
      "name": "Lágrimas de lujo",
      "type": "emote",
      "typeLabel": "Gesto",
      "rarity": "icon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 40,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/eid_quichelorrainelime/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/eid_quichelorrainelime/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/eid_quichelorrainelime/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/8c53693fb5e392afa0b7a2fbbf835ed4bfa8e1a90a822e3f56e592a011fac749",
      "finalPrice": 300,
      "regularPrice": 300,
      "outDate": "2026-06-08T23:59:59.999Z",
      "name": "Bomba de pulsos de Tracer",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "gaminglegends",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 13,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/backpack_loosecreep/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/backpack_loosecreep/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/backpack_loosecreep/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/e6213119f2b02e11345ec6a1b0d08ce506ec9caf564cf805d172af80b4811d58",
      "finalPrice": 1600,
      "regularPrice": 1600,
      "outDate": "2026-06-08T23:59:59.999Z",
      "name": "Tracer",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "gaminglegends",
      "itemCount": 3,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 13,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/character_loosecreep/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/character_loosecreep/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/319fd08fb127a72b/renderimage_0.png"
      },
      "bundle": {
        "name": "Tracer",
        "image": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/319fd08fb127a72b/renderimage_0.png"
      }
    },
    {
      "offerId": "v2:/63fd0b285ebf427a39dcd3e21ada870ea27afff1c5d824a549d06d9d80363daf",
      "finalPrice": 1200,
      "regularPrice": 1200,
      "outDate": "2026-06-01T23:59:59.999Z",
      "name": "Lin guardiana",
      "type": "outfit",
      "typeLabel": "Personaje",
      "rarity": "rare",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 24,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/character_fiercebraid/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/character_fiercebraid/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/character_fiercebraid/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/b7aa6b52cff0493f79d9ae9c121eb0dd3dc24f7ad8b76ff4b7ffacad5513b3fb",
      "finalPrice": 300,
      "regularPrice": 300,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "¡Ganancias!",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "rare",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 53,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/bid_736_daytrader_qs4pd/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/bid_736_daytrader_qs4pd/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/bid_736_daytrader_qs4pd/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/dab8f5a1abaab07181b898caa41d7d3415392e7ca5ec23035299d8de0e575c6b",
      "finalPrice": 200,
      "regularPrice": 200,
      "outDate": "2026-05-26T23:59:59.999Z",
      "name": "Pergamino del dragón",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "rare",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 4,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/backpack_wavetrail/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/backpack_wavetrail/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/backpack_wavetrail/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/892bda8ad0cd2229886e22bb289e4acc20ed3f8b66e70ef9b3f20ebcd86c6423",
      "finalPrice": 1500,
      "regularPrice": 1500,
      "outDate": "2026-05-30T23:59:59.999Z",
      "name": "Venturión",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "epic",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 43,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_129_athena_commando_m_deco/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/cid_129_athena_commando_m_deco/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_129_athena_commando_m_deco/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/fea45be5d6cc3e6b4472e95e0fe4a957fe91c1f224af2768e2a04c2f833f2fc0",
      "finalPrice": 300,
      "regularPrice": 300,
      "outDate": "2026-05-26T23:59:59.999Z",
      "name": "Bolso de mano",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "rare",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 32,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/bid_531_hardcoresportzfemale/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/bid_531_hardcoresportzfemale/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/bid_531_hardcoresportzfemale/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/d95e2cf959790c0149c86de8698f2c1b602fc1d07f0c48b15b4c103ed99d9deb",
      "finalPrice": 1500,
      "regularPrice": 1500,
      "outDate": "2026-05-29T23:59:59.999Z",
      "name": "Sorbetina",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "slurp",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 53,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_717_athena_commando_f_blueflames/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/cid_717_athena_commando_f_blueflames/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_717_athena_commando_f_blueflames/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/81053e184548ae9d7ef82f9857326613c3db7fbb56b03dcb665fe0f39565aaf0",
      "finalPrice": 400,
      "regularPrice": 400,
      "outDate": "2026-05-26T23:59:59.999Z",
      "name": "Crono",
      "type": "contrail",
      "typeLabel": "Estela",
      "rarity": "rare",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 56,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/trails_id_027_sands/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/trails_id_027_sands/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/trails_id_027_sands/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/2f989a2852071632b30b379184501461084ae6cb537cf676166da20305a6ec1a",
      "finalPrice": 400,
      "regularPrice": 400,
      "outDate": "2026-05-27T23:59:59.999Z",
      "name": "Mom's Spaghetti",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "icon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 76,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/backpack_heavyroarcarton/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/backpack_heavyroarcarton/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/backpack_heavyroarcarton/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/17c64742f4198adc0a1304137acc13e48d0fe5a25ceed6e5774256d476394998",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-05-31T23:59:59.999Z",
      "name": "Hallikset de beskar modificada",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "starwars",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 5,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/backpack_chiliabide_guitar/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/backpack_chiliabide_guitar/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/backpack_chiliabide_guitar/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/fd20184ec76d7a072b82068088500a703aafbe3f202afcffba37606c5bfa71c0",
      "finalPrice": 500,
      "regularPrice": 500,
      "outDate": "2026-05-31T23:59:59.999Z",
      "name": "Remolque de cazas TIE",
      "type": "emote",
      "typeLabel": "Gesto",
      "rarity": "starwars",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 5,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/eid_chiliabide/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/eid_chiliabide/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/eid_chiliabide/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/06d86edbcb83a7d28f40c51016cff62940da2b8ef1b482722bd9a46dded14b6e",
      "finalPrice": 1500,
      "regularPrice": 1500,
      "outDate": "2026-06-01T23:59:59.999Z",
      "name": "Canino de prueba",
      "type": "sidekick",
      "typeLabel": "Compañero",
      "rarity": "uncommon",
      "itemCount": 1,
      "banner": "Personalizable",
      "isNew": false,
      "shopHistoryCount": 16,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/companion_whinedummeez/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/companion_whinedummeez/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/companion_whinedummeez/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/d6fd84a0df1925259ddb97a75f063e10c44dea246774eac54f0e479137fab456",
      "finalPrice": 1500,
      "regularPrice": 1500,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Soldado tóxico",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "epic",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 29,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_127_athena_commando_m_hazmat/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/cid_127_athena_commando_m_hazmat/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_127_athena_commando_m_hazmat/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/d9684a1d869fbd4c904f48570b4bdde19719d07eaf7b7a9878851dd9ea27c9b5",
      "finalPrice": 1500,
      "regularPrice": 1500,
      "outDate": "2026-05-27T23:59:59.999Z",
      "name": "Rapero",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "icon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 83,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/character_bravebuildsuper/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/character_bravebuildsuper/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/character_bravebuildsuper/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/6fcb08f831d311e16374539570d2e2c9fcb989bf7328344fa5fd409fb8d5fc34",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-05-26T23:59:59.999Z",
      "name": "Mano de Tormento",
      "type": "pickaxe",
      "typeLabel": "Pico",
      "rarity": "rare",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 6,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/pickaxe_pointytemper/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/pickaxe_pointytemper/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/pickaxe_pointytemper/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/03e951a3036c7d612bcecc6165ba0ed20e1c5b27d7dcc0bd70f3a83b96c2b7a5",
      "finalPrice": 2400,
      "regularPrice": 3600,
      "outDate": "2026-05-26T23:59:59.999Z",
      "name": "Lote de taquilla de Top5gaming",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "epic",
      "itemCount": 5,
      "banner": "1200 paVos de descuento",
      "isNew": false,
      "shopHistoryCount": 102,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_a_129_athena_commando_m_catburglarsummer/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/21425e7a219495c0/renderimage_0.png"
      },
      "bundle": {
        "name": "Lote de taquilla de Top5gaming",
        "image": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/21425e7a219495c0/renderimage_0.png"
      }
    },
    {
      "offerId": "v2:/f0393ca21fb50c024beee84a68c86949caadbbea24b140c5178e1467b7bdb9ae",
      "finalPrice": 1600,
      "regularPrice": 1600,
      "outDate": "2026-06-08T23:59:59.999Z",
      "name": "D.Va",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "gaminglegends",
      "itemCount": 3,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 13,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/character_skiffgrind/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/character_skiffgrind/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/cb16b33774029b18/renderimage_0.png"
      },
      "bundle": {
        "name": "D.Va",
        "image": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/cb16b33774029b18/renderimage_0.png"
      }
    },
    {
      "offerId": "v2:/04ef72eefade2dea42dd5d60a268fc1e4a4582b9cef5010502eeb7486bfa1ce3",
      "finalPrice": 500,
      "regularPrice": 500,
      "outDate": "2026-06-08T23:59:59.999Z",
      "name": "Cuchillos de pulsos de Tracer",
      "type": "pickaxe",
      "typeLabel": "Pico",
      "rarity": "gaminglegends",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 13,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/pickaxe_loosecreep/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/pickaxe_loosecreep/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/pickaxe_loosecreep/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/6d9be32a720ecf31a91a696c7a5d90b7ca51d6a510cbf88f0770ec657b18ba9b",
      "finalPrice": 500,
      "regularPrice": 500,
      "outDate": "2026-05-26T23:59:59.999Z",
      "name": "Bailoteo",
      "type": "emote",
      "typeLabel": "Gesto",
      "rarity": "icon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 23,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/eid_lineage/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/eid_lineage/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/eid_lineage/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/b27cfb9297f13a1541e28d747c285242c4d2722a431938eb1b646b67857e55b2",
      "finalPrice": 1500,
      "regularPrice": 1500,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Agente del caos",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "epic",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 113,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_598_athena_commando_m_mastermind/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/cid_598_athena_commando_m_mastermind/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_598_athena_commando_m_mastermind/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/5e92982acd3d915a7af3c08d8eeba9e43fd72ac965051eac272505d0432d5d80",
      "finalPrice": 1500,
      "regularPrice": 1500,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Krrsantan",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "starwars",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 67,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_a_333_athena_commando_m_solstice_c1yp3/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_a_333_athena_commando_m_solstice_c1yp3/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/586042f70be91355f9892fe84da65f8e27af12cce1616512072801c8148d39ca",
      "finalPrice": 1200,
      "regularPrice": 1200,
      "outDate": "2026-05-29T23:59:59.999Z",
      "name": "Nike Vomero 5 \"Slurp\"",
      "type": "shoe",
      "typeLabel": "Calzado",
      "rarity": "uncommon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 4,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/shoes_betathrewgear/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/shoes_betathrewgear/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/shoes_betathrewgear/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/26738309a8dfaf52b42e2f40564c211d02e4719fae5731117e5b8f0778abaf5d",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Renard",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "epic",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 15,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/character_sewmesa/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/character_sewmesa/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/character_sewmesa/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/56e460a2b566d1aa865555f3ff1036e05cb3fcdf23a77dbd69698d989f0e5217",
      "finalPrice": 500,
      "regularPrice": 500,
      "outDate": "2026-05-26T23:59:59.999Z",
      "name": "Grácil",
      "type": "emote",
      "typeLabel": "Gesto",
      "rarity": "rare",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 24,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/eid_balletjumps/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/eid_balletjumps/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/eid_balletjumps/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/b298672d64e2f882fc6913e102ac480e0ac85ec292a3272340041b670d1f3df0",
      "finalPrice": 400,
      "regularPrice": 400,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Cámara de goteo",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "epic",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 105,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/bid_394_mastermind/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/bid_394_mastermind/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/bid_394_mastermind/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/dc0af5e82dd187e6df23359ba99bbaa0c32ede9c778402cb18016915265e7b83",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-05-27T23:59:59.999Z",
      "name": "Sierra doble de Shady",
      "type": "pickaxe",
      "typeLabel": "Pico",
      "rarity": "icon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 90,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/pickaxe_heavyroar/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/pickaxe_heavyroar/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/pickaxe_heavyroar/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/1641954188743c44d608ad3f5dd81cf8d943a47c41dc5b8c618b829dfcfa7508",
      "finalPrice": 2500,
      "regularPrice": 4800,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Lote de Organización Wallace",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "epic",
      "itemCount": 7,
      "banner": "2300 paVos de descuento",
      "isNew": false,
      "shopHistoryCount": 15,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/character_backabsorb/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/character_backabsorb/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/a0f6956d727b4887/renderimage_0.png"
      },
      "bundle": {
        "name": "Lote de Organización Wallace",
        "image": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/a0f6956d727b4887/renderimage_0.png"
      }
    },
    {
      "offerId": "v2:/9a8da6c63375779eae01b53ae7825cb57272c14c0e301cdfc1321ca9321fd4a0",
      "finalPrice": 500,
      "regularPrice": 500,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Nadie como yo",
      "type": "emote",
      "typeLabel": "Gesto",
      "rarity": "icon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 24,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/eid_cottontail/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/eid_cottontail/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/eid_cottontail/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/12d01e41d8c0bfa387d90264e7d749b4457638fcb59135b9d8645d37cf7c5a16",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-05-26T23:59:59.999Z",
      "name": "Desataskatana",
      "type": "pickaxe",
      "typeLabel": "Pico",
      "rarity": "rare",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 69,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/pickaxe_id_024_plunger/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/pickaxe_id_024_plunger/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/pickaxe_id_024_plunger/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/8dd085235c5ac7ef81174d7ddcd7a322cfe44f7420c289b129fce74472c7ef7b",
      "finalPrice": 1500,
      "regularPrice": 1500,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Fennec Shand",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "starwars",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 67,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_a_338_athena_commando_f_galactic_hn9do/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_a_338_athena_commando_f_galactic_hn9do/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/726b4f63c8c2b952eac97011367a86f8b4b5a5302666e6d1519bcfd6ec5b373f",
      "finalPrice": 1500,
      "regularPrice": 1500,
      "outDate": "2026-06-01T23:59:59.999Z",
      "name": "Hana",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "epic",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 70,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_a_452_athena_commando_f_barium/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_a_452_athena_commando_f_barium/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/920c0db001c162e7b748b641041ed6f8aa61a25d0e323b8358c0cbe2a51dcc98",
      "finalPrice": 1400,
      "regularPrice": 1400,
      "outDate": "2026-05-26T23:59:59.999Z",
      "name": "Piloto de Ataque Meca",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "epic",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 24,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_a_416_athena_commando_m_armadillo/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_a_416_athena_commando_m_armadillo/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/518be658285cde5c5851c816a355faf81b81d9cbbeb82b393aecc8172eff4c6a",
      "finalPrice": 500,
      "regularPrice": 500,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "You Never Can Tell",
      "type": "emote",
      "typeLabel": "Gesto",
      "rarity": "uncommon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 15,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/eid_yokequick/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/eid_yokequick/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/eid_yokequick/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/7804f1ec3290c15d72b39fb31f17fb71bf46b7705c067a1f1dd2d7c8d3d4a04c",
      "finalPrice": 1400,
      "regularPrice": 1400,
      "outDate": "2026-05-26T23:59:59.999Z",
      "name": "Defensora de Ataque Meca",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "epic",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 26,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_a_417_athena_commando_f_armadillo/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_a_417_athena_commando_f_armadillo/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/1329bd4863253f13dbb074acbead6b11dbd8b664b7253194dbb9c3531d8e3b70",
      "finalPrice": 300,
      "regularPrice": 300,
      "outDate": "2026-06-01T23:59:59.999Z",
      "name": "Remendada",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "epic",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 102,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/bid_190_streetgothfemale/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/bid_190_streetgothfemale/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/bid_190_streetgothfemale/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/157b1df898f498ad48f6607a8bc65afddd16f382b9f890e7b281a6cb80438dca",
      "finalPrice": 3000,
      "regularPrice": 5900,
      "outDate": "2026-05-30T23:59:59.999Z",
      "name": "Lote de Kim Kardashian",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "icon",
      "itemCount": 9,
      "banner": "2900 paVos de descuento",
      "isNew": false,
      "shopHistoryCount": 40,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/character_quichelorrainelime/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/character_quichelorrainelime/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/962e064aee2d8bb5/renderimage_0.png"
      },
      "bundle": {
        "name": "Lote de Kim Kardashian",
        "image": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/962e064aee2d8bb5/renderimage_0.png"
      }
    },
    {
      "offerId": "v2:/ee9f8e02e118da32f030cdedb98cda90ce094d1d5909a511a7c88515bb8f1ef8",
      "finalPrice": 500,
      "regularPrice": 500,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Independencia",
      "type": "emote",
      "typeLabel": "Gesto",
      "rarity": "icon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 16,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/eid_disband/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/eid_disband/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/eid_disband/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/3c0e47aad1b147cef12908876e9c4cde60f98f9b271b02c61b8744562d7f1e8a",
      "finalPrice": 300,
      "regularPrice": 300,
      "outDate": "2026-05-27T23:59:59.999Z",
      "name": "Mirada de cuervo",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "icon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 76,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/backpack_bravebuild/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/backpack_bravebuild/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/backpack_bravebuild/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/1169d50058f89a3664d77e2e2ec98376f5a986724f002bf7806f801d50a8cd24",
      "finalPrice": 300,
      "regularPrice": 300,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Silenciador",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "rare",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 21,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/bid_522_techexplorer/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/bid_522_techexplorer/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/e5803144dd782ddc2553fb3d6a18dd013db3f8281ded3bface13f2c7f972e214",
      "finalPrice": 1600,
      "regularPrice": 1600,
      "outDate": "2026-06-08T23:59:59.999Z",
      "name": "Genji",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "gaminglegends",
      "itemCount": 3,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 13,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/character_facetblom/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/character_facetblom/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/c850e67ef35e1130/renderimage_0.png"
      },
      "bundle": {
        "name": "Genji",
        "image": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/c850e67ef35e1130/renderimage_0.png"
      }
    },
    {
      "offerId": "v2:/91ac03a2735b9405bc7106da4d5c60e79e8b92358a12667b91bbe0e3a37587f8",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-05-27T23:59:59.999Z",
      "name": "Pico axial",
      "type": "pickaxe",
      "typeLabel": "Pico",
      "rarity": "rare",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 42,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/pickaxe_id_527_stars/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/pickaxe_id_527_stars/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/pickaxe_id_527_stars/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/c709df63dce9a13ca6d9a13d4eab080d2064ffa4f474b320a8e864a51c104ef7",
      "finalPrice": 1200,
      "regularPrice": 1200,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Nave estelar de Boba Fett",
      "type": "glider",
      "typeLabel": "Ala delta",
      "rarity": "starwars",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 100,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/glider_id_336_orbittealmale_vcpm0/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/glider_id_336_orbittealmale_vcpm0/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/glider_id_336_orbittealmale_vcpm0/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/0174d5d460ef5e461ddeefa38acbae5b4d1923a80c5b518746b4e2e3dc370027",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-05-29T23:59:59.999Z",
      "name": "Hacha pegajosa",
      "type": "pickaxe",
      "typeLabel": "Pico",
      "rarity": "slurp",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 34,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/pickaxe_id_370_blueflames/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/pickaxe_id_370_blueflames/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/pickaxe_id_370_blueflames/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/04150213a5a537fd571926494cac8f5b80f526829003fb835c0f1c897eba0594",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Maletín con esposas",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "legendary",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 90,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/bid_108_blingmale/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/bid_108_blingmale/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/bid_108_blingmale/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/f2d17c506309bedf4d7a51dad28d259e665d425741172d8da6f630b225dd353d",
      "finalPrice": 1500,
      "regularPrice": 1500,
      "outDate": "2026-05-27T23:59:59.999Z",
      "name": "Iso",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "epic",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 79,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_732_athena_commando_f_stars/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_732_athena_commando_f_stars/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/309e47e57a9187d664b1780ce45c25023071461ce12bfb7c90fa2eb3a581fbd5",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-06-01T23:59:59.999Z",
      "name": "Renegada",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "uncommon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 91,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_013_athena_commando_f/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_013_athena_commando_f/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/c71b6d156824a3e4e62af3be29d7123d9aa959a4588f36ef8f62c9e0bfae9465",
      "finalPrice": 1500,
      "regularPrice": 1500,
      "outDate": "2026-05-31T23:59:59.999Z",
      "name": "El Mandaloriano (a pluma y tinta)",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "starwars",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 5,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/character_chiliabide/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/character_chiliabide/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/0c54c3ad6bb395d5/renderimage_0.png"
      },
      "bundle": {
        "name": "El Mandaloriano (a pluma y tinta)",
        "image": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/0c54c3ad6bb395d5/renderimage_0.png"
      }
    },
    {
      "offerId": "v2:/eb576ab992ff670b67a44f7c9189b0e432c3868ded9a53af88add49edea632a3",
      "finalPrice": 300,
      "regularPrice": 300,
      "outDate": "2026-06-08T23:59:59.999Z",
      "name": "Mercy salvadora",
      "type": "emote",
      "typeLabel": "Gesto",
      "rarity": "gaminglegends",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 13,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/eid_trackwaver/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/eid_trackwaver/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/eid_trackwaver/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/9844c1a093e67d8271291feb01f1ea33bf51fc100777830b7860f9d0712377fb",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-05-27T23:59:59.999Z",
      "name": "Filo multipunta",
      "type": "glider",
      "typeLabel": "Ala delta",
      "rarity": "rare",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 37,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/glider_id_269_stars/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/glider_id_269_stars/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/glider_id_269_stars/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/e61086835388e15ad59ce40f6090d1cd67aeb7a378c66383d48ebe122c5f5a39",
      "finalPrice": 1200,
      "regularPrice": 1200,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Atraco",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "rare",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 74,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_462_athena_commando_m_heistsummer/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/cid_462_athena_commando_m_heistsummer/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_462_athena_commando_m_heistsummer/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/2eabf862d4a3698efc65d79c7279ac0af60c22fd3dc612c389242818e39ee364",
      "finalPrice": 1500,
      "regularPrice": 1500,
      "outDate": "2026-05-30T23:59:59.999Z",
      "name": "Kim Kardashian",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "icon",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 40,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/character_quichelorrainecrisp/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/character_quichelorrainecrisp/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/eaefdb51f1a4406d/renderimage_0.png"
      },
      "bundle": {
        "name": "Kim Kardashian",
        "image": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/eaefdb51f1a4406d/renderimage_0.png"
      }
    },
    {
      "offerId": "v2:/2d3af82ae47307c457f1b51e66891028fb1995f2fa6fe84e0ebe20ebd059c6fe",
      "finalPrice": 200,
      "regularPrice": 200,
      "outDate": "2026-05-26T23:59:59.999Z",
      "name": "Skimboard de ESPECTRO",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "epic",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 102,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/bid_796_catburglarsummer/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/bid_796_catburglarsummer/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/bid_796_catburglarsummer/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/134fabf4952b6f61cfb8cefdd47d5561f19aa7b4f7be73b381b43ee672c19aa6",
      "finalPrice": 400,
      "regularPrice": 400,
      "outDate": "2026-05-27T23:59:59.999Z",
      "name": "Maletín de filos",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "epic",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 36,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/bid_667_starsmale/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/bid_667_starsmale/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/bid_667_starsmale/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/6b5de453730da124a3d8e1adc13753d5235a4c282bdb8d022ac46753b6d6e1c3",
      "finalPrice": 1500,
      "regularPrice": 1500,
      "outDate": "2026-05-27T23:59:59.999Z",
      "name": "Lobonejo",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "epic",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 50,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_639_athena_commando_f_neonanimal/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/cid_639_athena_commando_f_neonanimal/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_639_athena_commando_f_neonanimal/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/a91bbebf7e2a9f8c74936016ac5860b0c83242143fd412e3037eb1657c1683f8",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-05-30T23:59:59.999Z",
      "name": "Jet privado",
      "type": "glider",
      "typeLabel": "Ala delta",
      "rarity": "icon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 40,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/glider_quichelorrainelime/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/glider_quichelorrainelime/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/glider_quichelorrainelime/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/43884f83fe93b6ef19389d38beaad1087c7d48919cda36fb75377b4d48ea0e71",
      "finalPrice": 1800,
      "regularPrice": 1800,
      "outDate": "2026-05-30T23:59:59.999Z",
      "name": "Kim Kardashian icónica",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "icon",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 40,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/character_quichelorrainelime/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/character_quichelorrainelime/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/d6e6d72338a00514/renderimage_0.png"
      },
      "bundle": {
        "name": "Kim Kardashian icónica",
        "image": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/d6e6d72338a00514/renderimage_0.png"
      }
    },
    {
      "offerId": "v2:/bd70a20492e5c819502dfff7501840f0c4d650967b47f07bfd2f375e2535e3a9",
      "finalPrice": 1800,
      "regularPrice": 2000,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Lote de Radiactive",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "epic",
      "itemCount": 2,
      "banner": "200 paVos de descuento",
      "isNew": false,
      "shopHistoryCount": 29,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_127_athena_commando_m_hazmat/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/cid_127_athena_commando_m_hazmat/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/b5eb25541bddf114/renderimage_0.png"
      },
      "bundle": {
        "name": "Lote de Radiactive",
        "image": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/b5eb25541bddf114/renderimage_0.png"
      }
    },
    {
      "offerId": "v2:/a9f0701b59b0788fc3450b7c44d97c07a1ad8bd76396467e97d9105bc20f0ea3",
      "finalPrice": 1200,
      "regularPrice": 1200,
      "outDate": "2026-05-26T23:59:59.999Z",
      "name": "Fanática",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "rare",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 32,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_768_athena_commando_f_hardcoresportz/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/cid_768_athena_commando_f_hardcoresportz/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_768_athena_commando_f_hardcoresportz/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/38653ae780b976518482515ffa80a77a97f685ee812fbe3b37831ea4f721c56e",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "El maletín",
      "type": "pickaxe",
      "typeLabel": "Pico",
      "rarity": "rare",
      "itemCount": 2,
      "banner": "Incluye un accesorio mochilero reactivo",
      "isNew": false,
      "shopHistoryCount": 15,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/pickaxe_yokequick/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/pickaxe_yokequick/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/pickaxe_yokequick/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/ac549b81ab5f6a488b0035ac702c4431bb24e3d18712731cc97d8e908eb4ae28",
      "finalPrice": 400,
      "regularPrice": 400,
      "outDate": "2026-05-27T23:59:59.999Z",
      "name": "Trazado de corazón",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "epic",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 47,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/bid_434_neonanimalfemale/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/bid_434_neonanimalfemale/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/bid_434_neonanimalfemale/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/6e9080db9b0de66a38351cf8fc97d08c2a83645f2fe6105db218380333168ea5",
      "finalPrice": 500,
      "regularPrice": 500,
      "outDate": "2026-05-26T23:59:59.999Z",
      "name": "Whiplash",
      "type": "emote",
      "typeLabel": "Gesto",
      "rarity": "icon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 18,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/eid_carcrash/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/eid_carcrash/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/eid_carcrash/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/737560c3e6ad4d88c6ab6f81b2d38399ab8ff3270597d7cbfb4a7402147112f4",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-05-29T23:59:59.999Z",
      "name": "Arma de puño batarang",
      "type": "pickaxe",
      "typeLabel": "Pico",
      "rarity": "dc",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 7,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/pickaxe_driftfable/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/pickaxe_driftfable/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/pickaxe_driftfable/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/9b6cb10d18e3d7d3b749b42f0047951da96747404d6927ace76a1f249c089821",
      "finalPrice": 500,
      "regularPrice": 500,
      "outDate": "2026-05-27T23:59:59.999Z",
      "name": "Real Slim Shady",
      "type": "emote",
      "typeLabel": "Gesto",
      "rarity": "icon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 83,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/eid_heavyroardance/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/eid_heavyroardance/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/f0dcc6c4b281cdf641ce4aa036c3fae09c3713becd3026fc10a7d2c1eac4995c",
      "finalPrice": 500,
      "regularPrice": 500,
      "outDate": "2026-05-27T23:59:59.999Z",
      "name": "Rimas afiladas",
      "type": "pickaxe",
      "typeLabel": "Pico",
      "rarity": "icon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 76,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/pickaxe_bravebuild/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/pickaxe_bravebuild/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/pickaxe_bravebuild/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/4ea6ba1191bc463c59baecc3ed3cfd91185b327dd15edf0eaa22288d50430fba",
      "finalPrice": 1200,
      "regularPrice": 1200,
      "outDate": "2026-06-01T23:59:59.999Z",
      "name": "Bruja surfera",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "rare",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 148,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_805_athena_commando_f_punkdevilsummer/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/cid_805_athena_commando_f_punkdevilsummer/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_805_athena_commando_f_punkdevilsummer/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/92f75b2bcbcb290a3b5fcde994484433b4fcb3dc4984c22db4fed90b6ccd23a4",
      "finalPrice": 500,
      "regularPrice": 500,
      "outDate": "2026-06-08T23:59:59.999Z",
      "name": "Pequeño Tokki",
      "type": "emote",
      "typeLabel": "Gesto",
      "rarity": "gaminglegends",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 13,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/eid_skiffgrind/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/eid_skiffgrind/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/eid_skiffgrind/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/da541898159277b85602ba9ab46c5a3412dddfa0c4d975ef685ad5be8ded14de",
      "finalPrice": 2000,
      "regularPrice": 2000,
      "outDate": "2026-06-01T23:59:59.999Z",
      "name": "Dama roja",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "legendary",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 152,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_034_athena_commando_f_medieval/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/cid_034_athena_commando_f_medieval/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_034_athena_commando_f_medieval/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/e534c3a683718d36175fb6b2c6c9e7c8bec55f7501e67d0cdb0ea61884345f02",
      "finalPrice": 300,
      "regularPrice": 300,
      "outDate": "2026-06-01T23:59:59.999Z",
      "name": "Descanso del dragón",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "uncommon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 24,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/backpack_fiercebraid/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/backpack_fiercebraid/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/backpack_fiercebraid/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/3b7cad9104d292924e46ddc369623420500c278c0ed79db0f36d9ed318ee3aac",
      "finalPrice": 1500,
      "regularPrice": 1500,
      "outDate": "2026-05-27T23:59:59.999Z",
      "name": "León",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "epic",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 41,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_638_athena_commando_m_neonanimal/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/cid_638_athena_commando_m_neonanimal/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_638_athena_commando_m_neonanimal/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/a9beebd528d03e3069b54af3c000a5fe2a000a293d8eaf2e5e85d21ba03dcea3",
      "finalPrice": 300,
      "regularPrice": 300,
      "outDate": "2026-05-30T23:59:59.999Z",
      "name": "Rompe internet",
      "type": "emote",
      "typeLabel": "Gesto",
      "rarity": "icon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 40,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/eid_quichelorrainecrisp/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/eid_quichelorrainecrisp/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/eid_quichelorrainecrisp/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/c939d85cb45fd9833c038b24ba6c577d3b42a0ff1ebfad94285c807e73d634ec",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-06-01T23:59:59.999Z",
      "name": "Varita estrellada",
      "type": "pickaxe",
      "typeLabel": "Pico",
      "rarity": "rare",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 102,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/pickaxe_id_179_starwand/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/pickaxe_id_179_starwand/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/pickaxe_id_179_starwand/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/755f5e5ecdcd51260fdea0b2c7cf5d036818d9fa39a60c0060889ff9d2866493",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-05-30T23:59:59.999Z",
      "name": "Estabilizador",
      "type": "pickaxe",
      "typeLabel": "Pico",
      "rarity": "rare",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 35,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/pickaxe_id_053_deco/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/pickaxe_id_053_deco/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/pickaxe_id_053_deco/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/af043824622093e1210d06fe3b5da68c0747a254017df25e354b69591bbad46d",
      "finalPrice": 1200,
      "regularPrice": 1200,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Sig",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "rare",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 21,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_758_athena_commando_m_techexplorer/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/cid_758_athena_commando_m_techexplorer/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_758_athena_commando_m_techexplorer/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/67367a30c562639e5133fc4021deff168ed2836ff45695f0221408cb454aa409",
      "finalPrice": 2500,
      "regularPrice": 4200,
      "outDate": "2026-05-27T23:59:59.999Z",
      "name": "Lote de Slim Shady",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "icon",
      "itemCount": 4,
      "banner": "1700 paVos de descuento",
      "isNew": false,
      "shopHistoryCount": 83,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/character_bravebuildsuper/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/character_bravebuildsuper/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/cb63bca6edbaf51f/renderimage_0.png"
      },
      "bundle": {
        "name": "Lote de Slim Shady",
        "image": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/cb63bca6edbaf51f/renderimage_0.png"
      }
    },
    {
      "offerId": "v2:/531afe53cd5383d8a74d702e1adea80146ec4c7571421a8370e66d7f4c390767",
      "finalPrice": 2000,
      "regularPrice": 2000,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Comodín",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "legendary",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 98,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_206_athena_commando_m_bling/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/cid_206_athena_commando_m_bling/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_206_athena_commando_m_bling/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/222694781a10c68473973bfc15ebeb48c6d764ced20dcde5638060647e77935e",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "¿Qué?",
      "type": "pickaxe",
      "typeLabel": "Pico",
      "rarity": "rare",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 15,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/pickaxe_backabsorb/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/pickaxe_backabsorb/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/pickaxe_backabsorb/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/fab5383afc114269abf79a6f4ef0156f448953c4bf6bbfd2c397e50534f1649c",
      "finalPrice": 400,
      "regularPrice": 400,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Sello del mitosaurio",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "starwars",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 67,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/bid_946_galactic_s1cvq/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/bid_946_galactic_s1cvq/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/42d77d060aca0b680d21d11a7dde75f1bbcbf8d5e9cd36943a1de1cc97df738d",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Ejecutor SOMBRA",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "uncommon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 61,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_706_athena_commando_m_henchmanbad_34lvu/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_706_athena_commando_m_henchmanbad_34lvu/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/70f2fcb86f5114cd49df1e6bd6172d5e015affce152562b1c8ab07af44087a1a",
      "finalPrice": 300,
      "regularPrice": 300,
      "outDate": "2026-05-26T23:59:59.999Z",
      "name": "Ursiélago",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "rare",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 10,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/backpack_forestbath/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/backpack_forestbath/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/backpack_forestbath/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/2608cd64d658da9d692f85735a76c43e2ba2a06cf0267b47063973864dc14a09",
      "finalPrice": 1500,
      "regularPrice": 1500,
      "outDate": "2026-05-31T23:59:59.999Z",
      "name": "Droide BDX",
      "type": "sidekick",
      "typeLabel": "Compañero",
      "rarity": "starwars",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 5,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/companion_abruptsudden/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/companion_abruptsudden/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/companion_abruptsudden/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/5e53822d75964bd9365bc86550da95b7bab0e5dd15cb333aa1b743c7da8c6e22",
      "finalPrice": 400,
      "regularPrice": 400,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Mochila propulsora Z-6",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "starwars",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 102,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/bid_928_orbitteal_r54n6/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/bid_928_orbitteal_r54n6/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/bid_928_orbitteal_r54n6/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/aac374210f7946e0e7ecb5dc7b4d1f710f75c64fb61e33ecb333ceddc1fc16be",
      "finalPrice": 300,
      "regularPrice": 300,
      "outDate": "2026-05-31T23:59:59.999Z",
      "name": "Mitosaurio de beskar",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "starwars",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 5,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/backpack_chiliabide/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/backpack_chiliabide/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/backpack_chiliabide/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/15e1a227411695535f8ffa388799bdb9922b288f9aaee3308d0ad0c534f233b7",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-06-01T23:59:59.999Z",
      "name": "Patrullera par",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "uncommon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 119,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_801_athena_commando_f_golfsummer/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/cid_801_athena_commando_f_golfsummer/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_801_athena_commando_f_golfsummer/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/fe5fb2e8ac7333329b6465f718a6ca7e849a8ac918a597ab447356358dec01b4",
      "finalPrice": 400,
      "regularPrice": 400,
      "outDate": "2026-05-27T23:59:59.999Z",
      "name": "Eje explosivo",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "epic",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 79,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/bid_668_starsfemale/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/bid_668_starsfemale/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/bid_668_starsfemale/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/f1aa2c8448eb9ea622de2cbdd39da3881c54fbf72b49f40dbcbb42b1836b7300",
      "finalPrice": 400,
      "regularPrice": 400,
      "outDate": "2026-05-27T23:59:59.999Z",
      "name": "Trazado de diamante",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "epic",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 38,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/bid_433_neonanimal/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/bid_433_neonanimal/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/bid_433_neonanimal/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/31064ed7e5d01e8d8b83979fe01929ea75d68510fe92ae01eabbb43149a38f52",
      "finalPrice": 1800,
      "regularPrice": 2300,
      "outDate": "2026-05-29T23:59:59.999Z",
      "name": "Lote de Batman (a pluma y tinta)",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "dc",
      "itemCount": 3,
      "banner": "500 paVos de descuento",
      "isNew": false,
      "shopHistoryCount": 7,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/character_driftfable/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/character_driftfable/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/2c9df3707b5791e2/renderimage_0.png"
      },
      "bundle": {
        "name": "Lote de Batman (a pluma y tinta)",
        "image": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/2c9df3707b5791e2/renderimage_0.png"
      }
    },
    {
      "offerId": "v2:/4dd078bee3057cc00668ceab4e4fe217b6859e198d1ee8287c89ac6f7147674c",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-06-01T23:59:59.999Z",
      "name": "Visión",
      "type": "pickaxe",
      "typeLabel": "Pico",
      "rarity": "rare",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 122,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/pickaxe_id_140_streetgoth/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/pickaxe_id_140_streetgoth/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/pickaxe_id_140_streetgoth/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/0fb2b6c69d4e742a1da8e288f17ba2e9e8316554db38dc280615a845385d1ecf",
      "finalPrice": 1200,
      "regularPrice": 1200,
      "outDate": "2026-05-29T23:59:59.999Z",
      "name": "Toque doble",
      "type": "pickaxe",
      "typeLabel": "Pico",
      "rarity": "slurp",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 50,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/pickaxe_id_316_bigchuggus/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/pickaxe_id_316_bigchuggus/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/pickaxe_id_316_bigchuggus/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/1a2381838b81aaa1fc0ff4cc73e3a60610a562f400b5a2572c4e082b7a67d595",
      "finalPrice": 300,
      "regularPrice": 300,
      "outDate": "2026-05-30T23:59:59.999Z",
      "name": "Capa de Venturión",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "epic",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 34,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/bid_069_decomale/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/bid_069_decomale/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/bid_069_decomale/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/400a5de6888cb848fef7c6797a9ca721b93ef91ea7e866a0596743d17f7778cd",
      "finalPrice": 4200,
      "regularPrice": 8800,
      "outDate": "2026-06-08T23:59:59.999Z",
      "name": "Lote de Overwatch",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "gaminglegends",
      "itemCount": 18,
      "banner": "4600 paVos de descuento",
      "isNew": false,
      "shopHistoryCount": 13,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/character_trackwaver/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/21ae0f3a9c16e581/renderimage_0.png"
      },
      "bundle": {
        "name": "Lote de Overwatch",
        "image": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/21ae0f3a9c16e581/renderimage_0.png"
      }
    },
    {
      "offerId": "v2:/85f27b1c73fdf51ddf408d038ce118135c7eae664693920682568a5593b892b6",
      "finalPrice": 1500,
      "regularPrice": 1500,
      "outDate": "2026-05-27T23:59:59.999Z",
      "name": "Hedron",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "epic",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 36,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_730_athena_commando_m_stars/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_730_athena_commando_m_stars/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/a5d4b3fb8f4472ca1403d661db835ddc7c091e174cef0024a467c0901d4ac5d8",
      "finalPrice": 1500,
      "regularPrice": 1500,
      "outDate": "2026-05-29T23:59:59.999Z",
      "name": "Batman (a pluma y tinta)",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "dc",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 7,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/character_driftfable/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/character_driftfable/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/6b5ef8aeec39f092/renderimage_0.png"
      },
      "bundle": {
        "name": "Batman (a pluma y tinta)",
        "image": "https://fortnite-api.com/images/cosmetics/br/newdisplayassets/6b5ef8aeec39f092/renderimage_0.png"
      }
    },
    {
      "offerId": "v2:/efced0de61ecba660572b5a1d3d7a1b7b04fd788f09257212fd231c9dfb444b7",
      "finalPrice": 500,
      "regularPrice": 500,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "No hay cura",
      "type": "emote",
      "typeLabel": "Gesto",
      "rarity": "icon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 24,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/eid_medicinal/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/eid_medicinal/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/eid_medicinal/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/24211434bb96e5ea7851191e640719f66ef161f45525a82fda4900d9d31a9bd2",
      "finalPrice": 400,
      "regularPrice": 400,
      "outDate": "2026-06-01T23:59:59.999Z",
      "name": "Calavera de Keleritas",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "epic",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 70,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/bid_a_040_bariumfemale/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/bid_a_040_bariumfemale/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/bid_a_040_bariumfemale/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/80e2df47d6f110a06c39814acdc5ce7f3a1e9e722f72888fe94ecc580158fa3f",
      "finalPrice": 1500,
      "regularPrice": 1500,
      "outDate": "2026-05-27T23:59:59.999Z",
      "name": "Se llamaba Marshall",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "icon",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 76,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/character_bravebuild/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/character_bravebuild/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/character_bravebuild/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/b67bcfa27305d86cff68057bab81f482251da2de96712fa544df9e5613457c55",
      "finalPrice": 300,
      "regularPrice": 300,
      "outDate": "2026-05-29T23:59:59.999Z",
      "name": "Capa de Batman (a pluma y tinta)",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "dc",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 7,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/backpack_driftfable/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/backpack_driftfable/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/backpack_driftfable/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/471338f5079ca14d4e62ffd41a5e75f12d537f14ac36a1db047ef0c74eaae459",
      "finalPrice": 1200,
      "regularPrice": 1200,
      "outDate": "2026-06-01T23:59:59.999Z",
      "name": "Draco",
      "type": "sidekick",
      "typeLabel": "Compañero",
      "rarity": "uncommon",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 8,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/companion_talonscone/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/companion_talonscone/icon.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/77a806bd8077f834064df1571343d2ae6530c88822a81a810554c59bb0fe3d26",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Vara Gaffi",
      "type": "pickaxe",
      "typeLabel": "Pico",
      "rarity": "starwars",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 100,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/pickaxe_id_728_orbittealmale_3nist/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/pickaxe_id_728_orbittealmale_3nist/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/pickaxe_id_728_orbittealmale_3nist/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/2ae6ed1278b700f2bad2115b1e17213dfa96afced5219c91683b6341c784a6ff",
      "finalPrice": 1200,
      "regularPrice": 1200,
      "outDate": "2026-05-26T23:59:59.999Z",
      "name": "Enfrentamiento",
      "type": "outfit",
      "typeLabel": "Traje",
      "rarity": "rare",
      "itemCount": 2,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 25,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/cid_769_athena_commando_m_hardcoresportz/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/cid_769_athena_commando_m_hardcoresportz/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/cid_769_athena_commando_m_hardcoresportz/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/183774547271c59188ece8083dfa395865bbf3cab5cf19d67ec383ef7ad8525a",
      "finalPrice": 800,
      "regularPrice": 800,
      "outDate": "2026-06-08T23:59:59.999Z",
      "name": "Rebanadora de Tokki",
      "type": "pickaxe",
      "typeLabel": "Pico",
      "rarity": "gaminglegends",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 13,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/pickaxe_skiffgrind/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/pickaxe_skiffgrind/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/pickaxe_skiffgrind/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/7ca253bd42bad3b89443ae0d2a2249fb59e2fdfe82e2116ac2ff55f496d1f8c6",
      "finalPrice": 300,
      "regularPrice": 300,
      "outDate": "2026-05-28T23:59:59.999Z",
      "name": "Patógeno",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "epic",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 16,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/bid_050_hazmat/icon.png",
        "featured": "https://fortnite-api.com/images/cosmetics/br/bid_050_hazmat/featured.png",
        "primary": "https://fortnite-api.com/images/cosmetics/br/bid_050_hazmat/featured.png"
      },
      "bundle": null
    },
    {
      "offerId": "v2:/13ca83a7d1acb2a425985b0c7602ff67f33a5a4230d3adaf4b67c00161925045",
      "finalPrice": 400,
      "regularPrice": 400,
      "outDate": "2026-06-01T23:59:59.999Z",
      "name": "Poder estelar",
      "type": "backpack",
      "typeLabel": "Accesorio mochilero",
      "rarity": "rare",
      "itemCount": 1,
      "banner": null,
      "isNew": false,
      "shopHistoryCount": 148,
      "images": {
        "icon": "https://fortnite-api.com/images/cosmetics/br/bid_558_punkdevilsummer/icon.png",
        "featured": null,
        "primary": "https://fortnite-api.com/images/cosmetics/br/bid_558_punkdevilsummer/icon.png"
      },
      "bundle": null
    }
  ]
}

Imagen de tienda BR

API KeyPremiumTienda

Genera un PNG como /tienda br imagen, pero con tu logo, tu enlace bajo el título (discord.gg/...) y tu texto de apoyo en el pie. Requiere plan Premium. Usa POST con JSON si el texto lleva espacios.

Parámetros obligatorios logoUrl (URL http/https del logo) · headerText (sustituye discord.gg/miabot; alias: discord, discordText, promoText) · supportText (texto del pie de imagen)
Parámetros opcionales locale · lang · idioma
Body JSON (recomendado)
{
  "logoUrl": "https://cdn.discordapp.com/avatars/.../avatar.png",
  "headerText": "discord.gg/mi-servidor",
  "supportText": "Apoya a mi servidor con NotMia",
  "locale": "es-ES"
}
GET También admite query string (codifica espacios con %20).
Respuesta correcta

PNG (Content-Type: image/png) con el item shop completo, tu logo, tu enlace y tu texto.

Error si faltan parámetros
{
  "success": false,
  "error": "parametros_personalizacion_requeridos",
  "message": "Debes indicar logoUrl, headerText y supportText para generar la imagen personalizada.",
  "requiredParams": {
    "logoUrl": "URL pública http(s) del logo (sustituye la imagen de Mia).",
    "headerText": "Texto bajo el título (sustituye discord.gg/miabot).",
    "supportText": "Texto del pie de imagen (sustituye el mensaje de apoyo a Mia)."
  }
}

Salva el Mundo

Recursos, alertas del mapa y tienda semanal · rutas bajo /stw/.

15 rutas

Recursos STW

Recurso STW

API KeySTW

Resuelve imagen, nombre traducido y metadatos de items STW. Misma ruta, dos métodos:

GET Un ítem

Parámetros guid
Respuesta
{
  "success": true,
  "locale": "es-ES",
  "supportedLocales": [
    "es-ES",
    "en-US",
    "fr-FR",
    "it-IT",
    "pt-BR",
    "pt-PT",
    "ja-JP",
    "de-DE",
    "tr-TR",
    "zh-CN",
    "es-LAT"
  ],
  "data": {
    "guid": "Hero:hid_ninja_starsrainhw_vr_t02",
    "templateId": "Hero:hid_ninja_starsrainhw_vr_t02",
    "category": "hero",
    "name": "Llamurái Shuriken veloz",
    "isMythic": false,
    "images": {
      "primary": "https://api.miadsc.xyz/assets/stw/heroes/HID_Ninja_StarsRainHW_VR_T02.png",
      "asset": "https://api.miadsc.xyz/assets/stw/heroes/all/Ninja/Portrait/T-Ninja-HID-Ninja-StarsRainHW-SR-T01.png"
    },
    "hero": {
      "gameplayDefinitionId": "HGD_Ninja_StarsRainHW",
      "commanderPerkName": "Rapid Fire +",
      "type": "Ninja"
    }
  }
}

POST Lote (máx. 100 guids)

Cuerpo { "guids": ["Hero:...", "Schematic:..."] }
Respuesta
{
  "success": true,
  "locale": "es-ES",
  "supportedLocales": [
    "es-ES",
    "en-US",
    "fr-FR",
    "it-IT",
    "pt-BR",
    "pt-PT",
    "ja-JP",
    "de-DE",
    "tr-TR",
    "zh-CN",
    "es-LAT"
  ],
  "count": 2,
  "data": [
    {
      "guid": "Hero:hid_ninja_starsrainhw_vr_t02",
      "templateId": "Hero:hid_ninja_starsrainhw_vr_t02",
      "category": "hero",
      "name": "Llamurái Shuriken veloz",
      "isMythic": false,
      "images": {
        "primary": "https://api.miadsc.xyz/assets/stw/heroes/HID_Ninja_StarsRainHW_VR_T02.png",
        "asset": "https://api.miadsc.xyz/assets/stw/heroes/all/Ninja/Portrait/T-Ninja-HID-Ninja-StarsRainHW-SR-T01.png"
      },
      "hero": {
        "gameplayDefinitionId": "HGD_Ninja_StarsRainHW",
        "commanderPerkName": "Rapid Fire +",
        "type": "Ninja"
      }
    },
    {
      "guid": "Schematic:sid_pistol_auto_founders_vr_ore_t02",
      "templateId": "Schematic:sid_pistol_auto_founders_vr_ore_t02",
      "category": "schematic",
      "name": "Schematic:sid_pistol_auto_founders_vr_ore_t02",
      "isMythic": false,
      "images": {
        "primary": "https://api.miadsc.xyz/assets/stw/resources/voucher_generic_ranged_vr.png",
        "asset": "https://api.miadsc.xyz/assets/stw/resources/voucher_generic_ranged_vr.png"
      }
    }
  ]
}

Héroe STW

API KeySTW

Imagen, nombre, perk de comandante y tipo de un héroe STW.

Parámetros guid
Respuesta
{
  "success": true,
  "locale": "es-ES",
  "supportedLocales": [
    "es-ES",
    "en-US",
    "fr-FR",
    "it-IT",
    "pt-BR",
    "pt-PT",
    "ja-JP",
    "de-DE",
    "tr-TR",
    "zh-CN",
    "es-LAT"
  ],
  "data": {
    "guid": "Hero:hid_ninja_starsrainhw_vr_t02",
    "templateId": "Hero:hid_ninja_starsrainhw_vr_t02",
    "category": "hero",
    "name": "Llamurái Shuriken veloz",
    "isMythic": false,
    "images": {
      "primary": "https://api.miadsc.xyz/assets/stw/heroes/HID_Ninja_StarsRainHW_VR_T02.png",
      "asset": "https://api.miadsc.xyz/assets/stw/heroes/all/Ninja/Portrait/T-Ninja-HID-Ninja-StarsRainHW-SR-T01.png"
    },
    "hero": {
      "gameplayDefinitionId": "HGD_Ninja_StarsRainHW",
      "commanderPerkName": "Rapid Fire +",
      "type": "Ninja"
    }
  }
}

Esquema / Arma STW

API KeySTW

Imagen de un esquema o arma (Schematic:sid_... / Weapon:wid_...).

Parámetros guid
Respuesta
{
  "success": true,
  "locale": "es-ES",
  "supportedLocales": [
    "es-ES",
    "en-US",
    "fr-FR",
    "it-IT",
    "pt-BR",
    "pt-PT",
    "ja-JP",
    "de-DE",
    "tr-TR",
    "zh-CN",
    "es-LAT"
  ],
  "data": {
    "guid": "Schematic:sid_pistol_auto_founders_vr_ore_t02",
    "templateId": "Schematic:sid_pistol_auto_founders_vr_ore_t02",
    "category": "schematic",
    "name": "Schematic:sid_pistol_auto_founders_vr_ore_t02",
    "isMythic": false,
    "images": {
      "primary": "https://api.miadsc.xyz/assets/stw/resources/voucher_generic_ranged_vr.png",
      "asset": "https://api.miadsc.xyz/assets/stw/resources/voucher_generic_ranged_vr.png"
    }
  }
}

Superviviente STW

API KeySTW

Imagen de un superviviente o manager (Worker:...).

Parámetros guid
Respuesta
{
  "success": true,
  "locale": "es-ES",
  "supportedLocales": [
    "es-ES",
    "en-US",
    "fr-FR",
    "it-IT",
    "pt-BR",
    "pt-PT",
    "ja-JP",
    "de-DE",
    "tr-TR",
    "zh-CN",
    "es-LAT"
  ],
  "data": {
    "guid": "Worker:managerdoctor_r_t01",
    "templateId": "Worker:managerdoctor_r_t01",
    "category": "worker",
    "name": "Superviviente líder Épico",
    "isMythic": false,
    "images": {
      "primary": "https://api.miadsc.xyz/assets/stw/survivors/ManagerDoctor_R_T01.png",
      "asset": "https://api.miadsc.xyz/assets/stw/resources/voucher_generic_manager_r.png"
    }
  }
}

Catálogo de héroes STW

API KeySTW

Lista héroes con nombre traducido e imágenes.

Parámetros opcionales search · limit (máx. 100)
Respuesta
{
  "success": true,
  "locale": "es-ES",
  "supportedLocales": [
    "es-ES",
    "en-US",
    "fr-FR",
    "it-IT",
    "pt-BR",
    "pt-PT",
    "ja-JP",
    "de-DE",
    "tr-TR",
    "zh-CN",
    "es-LAT"
  ],
  "count": 1,
  "data": [
    {
      "guid": "Hero:hid_ninja_exercise_sr_t05",
      "templateId": "Hero:hid_ninja_exercise_sr_t05",
      "category": "hero",
      "name": "Aerobic Assassin",
      "isMythic": false,
      "images": {
        "primary": "https://api.miadsc.xyz/assets/stw/resources/voucher_generic_hero_sr.png",
        "asset": "https://api.miadsc.xyz/assets/stw/resources/voucher_generic_hero_sr.png"
      },
      "hero": {
        "gameplayDefinitionId": "HGD_Ninja_046_Exercise",
        "commanderPerkName": "Beat Dropkick +",
        "type": "Ninja"
      }
    }
  ]
}

Alertas STW

Todas las alertas STW

API KeySTWAlertas

Misiones del mapa del mundo con alertas, recompensas y totales por categoría.

Parámetros opcionales category (vbucks, heroes, supervivientes…)
Respuesta
{
  "success": true,
  "updatedAt": "2026-05-26T23:28:06.300Z",
  "locale": "es-ES",
  "category": null,
  "total": 578,
  "missions": [
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_120",
      "power": 160,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_sr_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_sr_t01"
        },
        {
          "name": "did_defendershotgun_basic_f_sr_t01",
          "quantity": 1,
          "itemType": "Defender:did_defendershotgun_basic_f_sr_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 290,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 132,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t03_veryhigh",
          "quantity": 5,
          "itemType": "CardPack:zcp_reagent_c_t03_veryhigh"
        },
        {
          "name": "zcp_eventscaling_t26",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t26"
        },
        {
          "name": "zcp_schematicxp_t26",
          "quantity": 5,
          "itemType": "CardPack:zcp_schematicxp_t26"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_172",
      "power": 160,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Evacua el refugio",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_upgrade_sr",
          "quantity": 250,
          "itemType": "AccountResource:reagent_alteration_upgrade_sr"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 290,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 132,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t04_veryhigh",
          "quantity": 5,
          "itemType": "CardPack:zcp_reagent_c_t04_veryhigh"
        },
        {
          "name": "zcp_eventscaling_t26",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t26"
        },
        {
          "name": "zcp_schematicxp_t26",
          "quantity": 5,
          "itemType": "CardPack:zcp_schematicxp_t26"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_202",
      "power": 160,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_sr_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_sr_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 290,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 132,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t02_extreme",
          "quantity": 5,
          "itemType": "CardPack:zcp_reagent_c_t02_extreme"
        },
        {
          "name": "zcp_eventscaling_t26",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t26"
        },
        {
          "name": "zcp_schematicxp_t26",
          "quantity": 5,
          "itemType": "CardPack:zcp_schematicxp_t26"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_203",
      "power": 160,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Lucha contra la tormenta de categoría 4",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t04",
          "quantity": 38,
          "itemType": "AccountResource:reagent_c_t04"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 290,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 132,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t04_high",
          "quantity": 5,
          "itemType": "CardPack:zcp_reagent_c_t04_high"
        },
        {
          "name": "zcp_eventscaling_t26",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t26"
        },
        {
          "name": "zcp_schematicxp_t26",
          "quantity": 5,
          "itemType": "CardPack:zcp_schematicxp_t26"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_117",
      "power": 140,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Repara el refugio",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t04",
          "quantity": 28,
          "itemType": "AccountResource:reagent_c_t04"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 280,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 130,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_alteration_generic_extreme",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_alteration_generic_extreme"
        },
        {
          "name": "zcp_eventscaling_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t25"
        },
        {
          "name": "zcp_personnelxp_t25",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t25"
        },
        {
          "name": "zcp_schematicxp_t25",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t25"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_119",
      "power": 140,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Lucha contra la tormenta de categoría 4",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 369,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 280,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 130,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t04_medium",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t04_medium"
        },
        {
          "name": "zcp_eventscaling_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t25"
        },
        {
          "name": "zcp_personnelxp_t25",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t25"
        },
        {
          "name": "zcp_schematicxp_t25",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t25"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_109",
      "power": 140,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Lucha contra la tormenta de categoría 3",
      "modifiers": [
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        },
        {
          "name": "elementalzonefireenableitem",
          "key": "elementalzonefireenableitem"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        }
      ],
      "alerts": [
        {
          "name": "managergadgeteer_vr_t01",
          "quantity": 1,
          "itemType": "Worker:managergadgeteer_vr_t01"
        },
        {
          "name": "reagent_alteration_ele_fire",
          "quantity": 280,
          "itemType": "AccountResource:reagent_alteration_ele_fire"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t25"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_sr_high",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_sr_high"
        },
        {
          "name": "zcp_schematicxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t25"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_115",
      "power": 140,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        }
      ],
      "alerts": [
        {
          "name": "hid_constructor_011_sr_t01",
          "quantity": 1,
          "itemType": "Hero:hid_constructor_011_sr_t01"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t25"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_vr_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_vr_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t25"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_118",
      "power": 140,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Elimina y recolecta",
      "modifiers": [
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 180,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 280,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 130,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t25"
        },
        {
          "name": "zcp_eventscaling_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t25"
        },
        {
          "name": "zcp_schematicxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t25"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_114",
      "power": 140,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Rescata a los supervivientes",
      "modifiers": [
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 180,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 280,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 130,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t25"
        },
        {
          "name": "zcp_eventscaling_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t25"
        },
        {
          "name": "zcp_schematicxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t25"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_104",
      "power": 132,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Repara el refugio",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 140,
          "itemType": "AccountResource:reagent_alteration_generic"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t24",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t24"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_sr_high",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_sr_high"
        },
        {
          "name": "zcp_schematicxp_t24",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t24"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_105",
      "power": 132,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "elementalzonefireenableitem",
          "key": "elementalzonefireenableitem"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        }
      ],
      "alerts": [
        {
          "name": "did_defenderpistol_basic_vr_t01",
          "quantity": 1,
          "itemType": "Defender:did_defenderpistol_basic_vr_t01"
        },
        {
          "name": "reagent_alteration_ele_fire",
          "quantity": 270,
          "itemType": "AccountResource:reagent_alteration_ele_fire"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t24",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t24"
        },
        {
          "name": "zcp_reagent_alteration_generic_extreme",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_extreme"
        },
        {
          "name": "zcp_schematicxp_t24",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t24"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_106",
      "power": 132,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Lucha contra la tormenta",
      "modifiers": [
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 170,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 270,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 128,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t24",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t24"
        },
        {
          "name": "zcp_eventscaling_t24",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t24"
        },
        {
          "name": "zcp_schematicxp_t24",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t24"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_159",
      "power": 132,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_upgrade_vr",
          "quantity": 130,
          "itemType": "AccountResource:reagent_alteration_upgrade_vr"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 270,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 128,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t24",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t24"
        },
        {
          "name": "zcp_reagent_c_t01_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t01_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t24",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t24"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_102",
      "power": 132,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_upgrade_sr",
          "quantity": 215,
          "itemType": "AccountResource:reagent_alteration_upgrade_sr"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 270,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 128,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t04_medium",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t04_medium"
        },
        {
          "name": "zcp_eventscaling_t24",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t24"
        },
        {
          "name": "zcp_personnelxp_t24",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t24"
        },
        {
          "name": "zcp_schematicxp_t24",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t24"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_156",
      "power": 132,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Repara el refugio",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 348,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 270,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 128,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_alteration_generic_extreme",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_alteration_generic_extreme"
        },
        {
          "name": "zcp_eventscaling_t24",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t24"
        },
        {
          "name": "zcp_personnelxp_t24",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t24"
        },
        {
          "name": "zcp_schematicxp_t24",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t24"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_91",
      "power": 124,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 60,
          "itemType": "AccountResource:reagent_c_t01"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t23"
        },
        {
          "name": "zcp_reagent_c_t03_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t03_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t23"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_96",
      "power": 124,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Rescata a los supervivientes",
      "modifiers": [
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t02",
          "quantity": 62,
          "itemType": "AccountResource:reagent_c_t02"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 260,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 126,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t23"
        },
        {
          "name": "zcp_eventscaling_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t23"
        },
        {
          "name": "zcp_schematicxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t23"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_97",
      "power": 124,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Reabastecimiento",
      "modifiers": [
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "elementalzonewaterenableitem",
          "key": "elementalzonewaterenableitem"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t02",
          "quantity": 62,
          "itemType": "AccountResource:reagent_c_t02"
        },
        {
          "name": "reagent_alteration_ele_water",
          "quantity": 260,
          "itemType": "AccountResource:reagent_alteration_ele_water"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t23"
        },
        {
          "name": "zcp_eventscaling_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t23"
        },
        {
          "name": "zcp_schematicxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t23"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_147",
      "power": 124,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Reabastece la base",
      "modifiers": [
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t02",
          "quantity": 62,
          "itemType": "AccountResource:reagent_c_t02"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 260,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 126,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t23"
        },
        {
          "name": "zcp_eventscaling_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t23"
        },
        {
          "name": "zcp_schematicxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t23"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_111",
      "power": 124,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Lucha contra la tormenta de categoría 4",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 53,
          "itemType": "AccountResource:reagent_c_t03"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 260,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 126,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_alteration_upgrade_vr_high",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_vr_high"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_sr",
          "quantity": 3,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_sr"
        },
        {
          "name": "zcp_eventscaling_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t23"
        },
        {
          "name": "zcp_personnelxp_t23",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t23"
        },
        {
          "name": "zcp_schematicxp_t23",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t23"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_151",
      "power": 124,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 184,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 260,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 126,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t04_medium",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t04_medium"
        },
        {
          "name": "zcp_eventscaling_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t23"
        },
        {
          "name": "zcp_personnelxp_t23",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t23"
        },
        {
          "name": "zcp_schematicxp_t23",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t23"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_77",
      "power": 116,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Reabastecimiento",
      "modifiers": [
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 38,
          "itemType": "AccountResource:reagent_c_t03"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 250,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 124,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t22",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t22"
        },
        {
          "name": "zcp_eventscaling_t22",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t22"
        },
        {
          "name": "zcp_schematicxp_t22",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t22"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_85",
      "power": 116,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Rescata a los supervivientes",
      "modifiers": [
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "elementalzonewaterenableitem",
          "key": "elementalzonewaterenableitem"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 38,
          "itemType": "AccountResource:reagent_c_t03"
        },
        {
          "name": "reagent_alteration_ele_water",
          "quantity": 250,
          "itemType": "AccountResource:reagent_alteration_ele_water"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t22",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t22"
        },
        {
          "name": "zcp_eventscaling_t22",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t22"
        },
        {
          "name": "zcp_schematicxp_t22",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t22"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_58",
      "power": 116,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Evacua el refugio",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 60,
          "itemType": "AccountResource:reagent_c_t01"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t22",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t22"
        },
        {
          "name": "zcp_reagent_c_t02_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t02_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t22",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t22"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_76",
      "power": 116,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t02",
          "quantity": 58,
          "itemType": "AccountResource:reagent_c_t02"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 250,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 124,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t22",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t22"
        },
        {
          "name": "zcp_reagent_c_t01_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t01_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t22",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t22"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_74",
      "power": 116,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_sr_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_sr_t01"
        },
        {
          "name": "managergadgeteer_vr_t01",
          "quantity": 1,
          "itemType": "Worker:managergadgeteer_vr_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 250,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 124,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t01_veryhigh",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t01_veryhigh"
        },
        {
          "name": "zcp_eventscaling_t22",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t22"
        },
        {
          "name": "zcp_personnelxp_t22",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t22"
        },
        {
          "name": "zcp_schematicxp_t22",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t22"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_82",
      "power": 116,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Evacua el refugio",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "managermartialartist_vr_t01",
          "quantity": 1,
          "itemType": "Worker:managermartialartist_vr_t01"
        },
        {
          "name": "workerbasic_sr_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_sr_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 250,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 124,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t03_medium",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t03_medium"
        },
        {
          "name": "zcp_eventscaling_t22",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t22"
        },
        {
          "name": "zcp_personnelxp_t22",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t22"
        },
        {
          "name": "zcp_schematicxp_t22",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t22"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_33",
      "power": 108,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        },
        {
          "name": "elementalzonefireenableitem",
          "key": "elementalzonefireenableitem"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 106,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "reagent_alteration_ele_fire",
          "quantity": 240,
          "itemType": "AccountResource:reagent_alteration_ele_fire"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t21"
        },
        {
          "name": "zcp_eventscaling_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t21"
        },
        {
          "name": "zcp_schematicxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t21"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_142",
      "power": 108,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Lucha contra la tormenta de categoría 3",
      "modifiers": [
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 34,
          "itemType": "AccountResource:reagent_c_t03"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 240,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 122,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t21"
        },
        {
          "name": "zcp_reagent_c_t04_low",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t04_low"
        },
        {
          "name": "zcp_schematicxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t21"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_189",
      "power": 108,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "managertrainer_vr_t01",
          "quantity": 1,
          "itemType": "Worker:managertrainer_vr_t01"
        },
        {
          "name": "managergadgeteer_vr_t01",
          "quantity": 1,
          "itemType": "Worker:managergadgeteer_vr_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 240,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 122,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t21"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_sr",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_sr"
        },
        {
          "name": "zcp_schematicxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t21"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_183",
      "power": 108,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Destruye los campamentos",
      "modifiers": [
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 106,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 240,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 122,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t21"
        },
        {
          "name": "zcp_eventscaling_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t21"
        },
        {
          "name": "zcp_schematicxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t21"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_55",
      "power": 108,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_upgrade_vr",
          "quantity": 235,
          "itemType": "AccountResource:reagent_alteration_upgrade_vr"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 240,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 122,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_alteration_upgrade_vr_high",
          "quantity": 2,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_vr_high"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_sr",
          "quantity": 2,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_sr"
        },
        {
          "name": "zcp_eventscaling_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t21"
        },
        {
          "name": "zcp_personnelxp_t21",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t21"
        },
        {
          "name": "zcp_schematicxp_t21",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t21"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_191",
      "power": 108,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Repara el refugio",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t02",
          "quantity": 63,
          "itemType": "AccountResource:reagent_c_t02"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 240,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 122,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_alteration_generic_extreme",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_alteration_generic_extreme"
        },
        {
          "name": "zcp_eventscaling_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t21"
        },
        {
          "name": "zcp_personnelxp_t21",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t21"
        },
        {
          "name": "zcp_schematicxp_t21",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t21"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_31",
      "power": 100,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Destruye los campamentos",
      "modifiers": [
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        },
        {
          "name": "elementalzonefireenableitem",
          "key": "elementalzonefireenableitem"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_vr_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_vr_t01"
        },
        {
          "name": "reagent_alteration_ele_fire",
          "quantity": 230,
          "itemType": "AccountResource:reagent_alteration_ele_fire"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t20",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t20"
        },
        {
          "name": "zcp_eventscaling_t20",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t20"
        },
        {
          "name": "zcp_schematicxp_t20",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t20"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_32",
      "power": 100,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Reabastecimiento",
      "modifiers": [
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "did_defendersniper_basic_m_vr_t01",
          "quantity": 1,
          "itemType": "Defender:did_defendersniper_basic_m_vr_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 230,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 120,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t20",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t20"
        },
        {
          "name": "zcp_eventscaling_t20",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t20"
        },
        {
          "name": "zcp_schematicxp_t20",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t20"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_44",
      "power": 100,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 32,
          "itemType": "AccountResource:reagent_c_t03"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 230,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 120,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t20",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t20"
        },
        {
          "name": "zcp_eventscaling_t20",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t20"
        },
        {
          "name": "zcp_schematicxp_t20",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t20"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_30",
      "power": 100,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t02",
          "quantity": 18,
          "itemType": "AccountResource:reagent_c_t02"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t20",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t20"
        },
        {
          "name": "zcp_reagent_c_t01_high",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t01_high"
        },
        {
          "name": "zcp_schematicxp_t20",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t20"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_26",
      "power": 100,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Caza al titán",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_upgrade_vr",
          "quantity": 225,
          "itemType": "AccountResource:reagent_alteration_upgrade_vr"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 230,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 120,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_eventscaling_t20",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t20"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_39",
      "power": 100,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 307,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 230,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 120,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_alteration_generic_veryhigh",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_alteration_generic_veryhigh"
        },
        {
          "name": "zcp_eventscaling_t20",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t20"
        },
        {
          "name": "zcp_personnelxp_t20",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t20"
        },
        {
          "name": "zcp_schematicxp_t20",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t20"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_1",
      "power": 94,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Destruye los campamentos",
      "modifiers": [
        {
          "name": "gm ninja abilityrate buff",
          "key": "gm_ninja_abilityrate_buff"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_vr_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_vr_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 220,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 118,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t19"
        },
        {
          "name": "zcp_eventscaling_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t19"
        },
        {
          "name": "zcp_schematicxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t19"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_3",
      "power": 94,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Reabastece la base",
      "modifiers": [
        {
          "name": "gm player shotgun damagebuff",
          "key": "gm_player_shotgun_damagebuff"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_upgrade_sr",
          "quantity": 85,
          "itemType": "AccountResource:reagent_alteration_upgrade_sr"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 220,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 118,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t19"
        },
        {
          "name": "zcp_reagent_c_t01_high",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t01_high"
        },
        {
          "name": "zcp_schematicxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t19"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_4",
      "power": 94,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Evacua el refugio",
      "modifiers": [
        {
          "name": "gm soldier assaultrifle buff",
          "key": "gm_soldier_assaultrifle_buff"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "elementalzonewaterenableitem",
          "key": "elementalzonewaterenableitem"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        }
      ],
      "alerts": [
        {
          "name": "did_defendersniper_basic_m_vr_t01",
          "quantity": 1,
          "itemType": "Defender:did_defendersniper_basic_m_vr_t01"
        },
        {
          "name": "managertrainer_vr_t01",
          "quantity": 1,
          "itemType": "Worker:managertrainer_vr_t01"
        },
        {
          "name": "reagent_alteration_ele_water",
          "quantity": 220,
          "itemType": "AccountResource:reagent_alteration_ele_water"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t19"
        },
        {
          "name": "zcp_eventscaling_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t19"
        },
        {
          "name": "zcp_schematicxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t19"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_8",
      "power": 94,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Repara el refugio",
      "modifiers": [
        {
          "name": "gm player onshielddestroyed aoe",
          "key": "gm_player_onshielddestroyed_aoe"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "elementalzonewaterenableitem",
          "key": "elementalzonewaterenableitem"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 145,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_water",
          "quantity": 220,
          "itemType": "AccountResource:reagent_alteration_ele_water"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t19"
        },
        {
          "name": "zcp_reagent_alteration_generic_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t19"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_5",
      "power": 94,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Caza al titán",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t02",
          "quantity": 51,
          "itemType": "AccountResource:reagent_c_t02"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 220,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 118,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_eventscaling_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t19"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_7",
      "power": 94,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Lucha contra la tormenta de categoría 4",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 36,
          "itemType": "AccountResource:reagent_c_t03"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 220,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 118,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t04_verylow",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t04_verylow"
        },
        {
          "name": "zcp_eventscaling_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t19"
        },
        {
          "name": "zcp_personnelxp_t19",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t19"
        },
        {
          "name": "zcp_schematicxp_t19",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t19"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_2",
      "power": 88,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t02",
          "quantity": 47,
          "itemType": "AccountResource:reagent_c_t02"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 210,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 115,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t04_verylow",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t04_verylow"
        },
        {
          "name": "zcp_eventscaling_t18",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t18"
        },
        {
          "name": "zcp_personnelxp_t18",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t18"
        },
        {
          "name": "zcp_schematicxp_t18",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t18"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_34",
      "power": 88,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Repara el refugio",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_vr_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_vr_t01"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t18",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t18"
        },
        {
          "name": "zcp_eventscaling_t18",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t18"
        },
        {
          "name": "zcp_schematicxp_t18",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t18"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_36",
      "power": 88,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Reabastecimiento",
      "modifiers": [
        {
          "name": "gm player onshielddestroyed aoe",
          "key": "gm_player_onshielddestroyed_aoe"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "managerinventor_sr_frequency_t01",
          "quantity": 1,
          "itemType": "Worker:managerinventor_sr_frequency_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 210,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 115,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t18",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t18"
        },
        {
          "name": "zcp_eventscaling_t18",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t18"
        },
        {
          "name": "zcp_schematicxp_t18",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t18"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_37",
      "power": 88,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Evacua el refugio",
      "modifiers": [
        {
          "name": "gm ninja damage buff",
          "key": "gm_ninja_damage_buff"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        },
        {
          "name": "elementalzonefireenableitem",
          "key": "elementalzonefireenableitem"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_upgrade_sr",
          "quantity": 80,
          "itemType": "AccountResource:reagent_alteration_upgrade_sr"
        },
        {
          "name": "reagent_alteration_ele_fire",
          "quantity": 210,
          "itemType": "AccountResource:reagent_alteration_ele_fire"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t18",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t18"
        },
        {
          "name": "zcp_eventscaling_t18",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t18"
        },
        {
          "name": "zcp_schematicxp_t18",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t18"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_53",
      "power": 88,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Lucha contra la tormenta de categoría 3",
      "modifiers": [
        {
          "name": "gm player ondmgdealt lifeleech",
          "key": "gm_player_ondmgdealt_lifeleech"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 140,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 210,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 115,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t18",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t18"
        },
        {
          "name": "zcp_reagent_c_t02_medium",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t02_medium"
        },
        {
          "name": "zcp_schematicxp_t18",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t18"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_52",
      "power": 82,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Caza al titán",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 276,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 200,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 112,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_eventscaling_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t17"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_63",
      "power": 82,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 82,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 200,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 112,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_alteration_upgrade_vr",
          "quantity": 3,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_vr"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_sr",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_sr"
        },
        {
          "name": "zcp_eventscaling_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t17"
        },
        {
          "name": "zcp_personnelxp_t17",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t17"
        },
        {
          "name": "zcp_schematicxp_t17",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t17"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_62",
      "power": 82,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "gm outlander damage buff",
          "key": "gm_outlander_damage_buff"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "elementalzonewaterenableitem",
          "key": "elementalzonewaterenableitem"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_upgrade_sr",
          "quantity": 75,
          "itemType": "AccountResource:reagent_alteration_upgrade_sr"
        },
        {
          "name": "reagent_alteration_ele_water",
          "quantity": 200,
          "itemType": "AccountResource:reagent_alteration_ele_water"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t17"
        },
        {
          "name": "zcp_reagent_c_t01_high",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t01_high"
        },
        {
          "name": "zcp_schematicxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t17"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_65",
      "power": 82,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Reabastecimiento",
      "modifiers": [
        {
          "name": "gm player onshielddestroyed aoe",
          "key": "gm_player_onshielddestroyed_aoe"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        }
      ],
      "alerts": [
        {
          "name": "hid_outlander_009_vr_t01",
          "quantity": 1,
          "itemType": "Hero:hid_outlander_009_vr_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 200,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 112,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t17"
        },
        {
          "name": "zcp_eventscaling_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t17"
        },
        {
          "name": "zcp_schematicxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t17"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_69",
      "power": 82,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Construye los radares",
      "modifiers": [
        {
          "name": "gm player assaultrifle damage buff",
          "key": "gm_player_assaultrifle_damage_buff"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t04",
          "quantity": 9,
          "itemType": "AccountResource:reagent_c_t04"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 200,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 112,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t17"
        },
        {
          "name": "zcp_reagent_alteration_generic_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t17"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_61",
      "power": 82,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Destruye los campamentos",
      "modifiers": [
        {
          "name": "gm constructor damage buff",
          "key": "gm_constructor_damage_buff"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "elementalzonewaterenableitem",
          "key": "elementalzonewaterenableitem"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        }
      ],
      "alerts": [
        {
          "name": "hid_commando_008_vr_t01",
          "quantity": 1,
          "itemType": "Hero:hid_commando_008_vr_t01"
        },
        {
          "name": "reagent_alteration_ele_water",
          "quantity": 200,
          "itemType": "AccountResource:reagent_alteration_ele_water"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t17"
        },
        {
          "name": "zcp_eventscaling_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t17"
        },
        {
          "name": "zcp_schematicxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t17"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_127",
      "power": 76,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 24,
          "itemType": "AccountResource:reagent_c_t03"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 190,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 108,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_alteration_upgrade_vr",
          "quantity": 2,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_vr"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_uc_extreme",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_uc_extreme"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_r",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_r"
        },
        {
          "name": "zcp_eventscaling_t16",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t16"
        },
        {
          "name": "zcp_personnelxp_t16",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t16"
        },
        {
          "name": "zcp_schematicxp_t16",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t16"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_66",
      "power": 76,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Evacua el refugio",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 71,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 190,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 108,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t01_high",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t01_high"
        },
        {
          "name": "zcp_eventscaling_t16",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t16"
        },
        {
          "name": "zcp_personnelxp_t16",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t16"
        },
        {
          "name": "zcp_schematicxp_t16",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t16"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_128",
      "power": 76,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_vr_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_vr_t01"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t16",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t16"
        },
        {
          "name": "zcp_eventscaling_t16",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t16"
        },
        {
          "name": "zcp_schematicxp_t16",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t16"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_133",
      "power": 76,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Reabastecimiento",
      "modifiers": [
        {
          "name": "gm outlander tech buff",
          "key": "gm_outlander_tech_buff"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 20,
          "itemType": "AccountResource:reagent_c_t03"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 190,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 108,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t16",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t16"
        },
        {
          "name": "zcp_eventscaling_t16",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t16"
        },
        {
          "name": "zcp_schematicxp_t16",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t16"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_208",
      "power": 76,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "gm player meleeknockback buff",
          "key": "gm_player_meleeknockback_buff"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 59,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 190,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 108,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t16",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t16"
        },
        {
          "name": "zcp_reagent_alteration_generic_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t16",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t16"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_124",
      "power": 76,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Elimina y recolecta",
      "modifiers": [
        {
          "name": "gm player onshielddestroyed aoe",
          "key": "gm_player_onshielddestroyed_aoe"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        },
        {
          "name": "elementalzonefireenableitem",
          "key": "elementalzonefireenableitem"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 20,
          "itemType": "AccountResource:reagent_c_t03"
        },
        {
          "name": "reagent_alteration_ele_fire",
          "quantity": 190,
          "itemType": "AccountResource:reagent_alteration_ele_fire"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t16",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t16"
        },
        {
          "name": "zcp_eventscaling_t16",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t16"
        },
        {
          "name": "zcp_schematicxp_t16",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t16"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_173",
      "power": 160,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Entrega la bomba",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_reagent_alteration_upgrade_vr_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_vr_veryhigh"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_sr_high",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_sr_high"
        },
        {
          "name": "zcp_eventscaling_t26",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t26"
        },
        {
          "name": "zcp_schematicxp_t26",
          "quantity": 5,
          "itemType": "CardPack:zcp_schematicxp_t26"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_108",
      "power": 140,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Entrega la bomba",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_reagent_alteration_upgrade_vr_veryhigh",
          "quantity": 3,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_vr_veryhigh"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_sr_high",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_sr_high"
        },
        {
          "name": "zcp_eventscaling_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t25"
        },
        {
          "name": "zcp_personnelxp_t25",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t25"
        },
        {
          "name": "zcp_schematicxp_t25",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t25"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_116",
      "power": 140,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Repara el refugio",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t25"
        },
        {
          "name": "zcp_reagent_alteration_generic_extreme",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_extreme"
        },
        {
          "name": "zcp_schematicxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t25"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_121",
      "power": 140,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Reabastecimiento",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t25"
        },
        {
          "name": "zcp_eventscaling_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t25"
        },
        {
          "name": "zcp_schematicxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t25"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_166",
      "power": 140,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Monta el rayo",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t25"
        },
        {
          "name": "zcp_reagent_c_t03_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t03_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t25"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_169",
      "power": 140,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Lanza el cohete",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t25"
        },
        {
          "name": "zcp_eventscaling_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t25"
        },
        {
          "name": "zcp_schematicxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t25"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_99",
      "power": 132,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Reabastece la base",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t24",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t24"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_sr_high",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_sr_high"
        },
        {
          "name": "zcp_schematicxp_t24",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t24"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_107",
      "power": 132,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Lucha contra la tormenta de categoría 4",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t24",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t24"
        },
        {
          "name": "zcp_reagent_alteration_generic_extreme",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_extreme"
        },
        {
          "name": "zcp_schematicxp_t24",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t24"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_160",
      "power": 132,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Destruye los campamentos",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t24",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t24"
        },
        {
          "name": "zcp_eventscaling_t24",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t24"
        },
        {
          "name": "zcp_schematicxp_t24",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t24"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_103",
      "power": 132,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Evacua el refugio",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t24",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t24"
        },
        {
          "name": "zcp_reagent_c_t03_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t03_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t24",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t24"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_152",
      "power": 124,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Destruye los campamentos",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t23"
        },
        {
          "name": "zcp_reagent_c_t01_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t01_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t23"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_90",
      "power": 124,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Construye los radares",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t23"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_sr",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_sr"
        },
        {
          "name": "zcp_schematicxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t23"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_95",
      "power": 124,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Elimina y recolecta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t23"
        },
        {
          "name": "zcp_eventscaling_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t23"
        },
        {
          "name": "zcp_schematicxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t23"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_94",
      "power": 124,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Entrega la bomba",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t23"
        },
        {
          "name": "zcp_eventscaling_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t23"
        },
        {
          "name": "zcp_schematicxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t23"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_56",
      "power": 116,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Monta el rayo",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t22",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t22"
        },
        {
          "name": "zcp_eventscaling_t22",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t22"
        },
        {
          "name": "zcp_schematicxp_t22",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t22"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_78",
      "power": 116,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Construye los radares",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t22",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t22"
        },
        {
          "name": "zcp_reagent_alteration_generic_extreme",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_extreme"
        },
        {
          "name": "zcp_schematicxp_t22",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t22"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_72",
      "power": 116,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Elimina y recolecta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t22",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t22"
        },
        {
          "name": "zcp_eventscaling_t22",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t22"
        },
        {
          "name": "zcp_schematicxp_t22",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t22"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_141",
      "power": 108,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Entrega la bomba",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t21"
        },
        {
          "name": "zcp_eventscaling_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t21"
        },
        {
          "name": "zcp_schematicxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t21"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_185",
      "power": 108,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Construye los radares",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t21"
        },
        {
          "name": "zcp_eventscaling_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t21"
        },
        {
          "name": "zcp_schematicxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t21"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_186",
      "power": 108,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Elimina y recolecta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t21"
        },
        {
          "name": "zcp_eventscaling_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t21"
        },
        {
          "name": "zcp_schematicxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t21"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_184",
      "power": 108,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Rescata a los supervivientes",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t21"
        },
        {
          "name": "zcp_eventscaling_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t21"
        },
        {
          "name": "zcp_schematicxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t21"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_13",
      "power": 100,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Rescata a los supervivientes",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t20",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t20"
        },
        {
          "name": "zcp_eventscaling_t20",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t20"
        },
        {
          "name": "zcp_schematicxp_t20",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t20"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_27",
      "power": 100,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Lucha contra la tormenta de categoría 3",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t20",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t20"
        },
        {
          "name": "zcp_eventscaling_t20",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t20"
        },
        {
          "name": "zcp_schematicxp_t20",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t20"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_29",
      "power": 100,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Construye los radares",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t20",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t20"
        },
        {
          "name": "zcp_reagent_alteration_generic_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t20",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t20"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_49",
      "power": 100,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Lanza el cohete",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t20",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t20"
        },
        {
          "name": "zcp_reagent_c_t02_medium",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t02_medium"
        },
        {
          "name": "zcp_schematicxp_t20",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t20"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_0",
      "power": 94,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Reabastecimiento",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t19"
        },
        {
          "name": "zcp_eventscaling_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t19"
        },
        {
          "name": "zcp_schematicxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t19"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_9",
      "power": 94,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Lucha contra la tormenta de categoría 3",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t19"
        },
        {
          "name": "zcp_reagent_alteration_generic_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t19"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_10",
      "power": 94,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Recupera los datos",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t19"
        },
        {
          "name": "zcp_reagent_c_t04_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t04_verylow"
        },
        {
          "name": "zcp_schematicxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t19"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_16",
      "power": 94,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Rescata a los supervivientes",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t19"
        },
        {
          "name": "zcp_eventscaling_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t19"
        },
        {
          "name": "zcp_schematicxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t19"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_20",
      "power": 88,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Entrega la bomba",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_reagent_alteration_generic_veryhigh",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_alteration_generic_veryhigh"
        },
        {
          "name": "zcp_eventscaling_t18",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t18"
        },
        {
          "name": "zcp_personnelxp_t18",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t18"
        },
        {
          "name": "zcp_schematicxp_t18",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t18"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_22",
      "power": 88,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Entrega la bomba",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t18",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t18"
        },
        {
          "name": "zcp_eventscaling_t18",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t18"
        },
        {
          "name": "zcp_schematicxp_t18",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t18"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_47",
      "power": 88,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Reabastece la base",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t18",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t18"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_r_extreme",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_r_extreme"
        },
        {
          "name": "zcp_schematicxp_t18",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t18"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_48",
      "power": 88,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Lucha contra la tormenta de categoría 4",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t18",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t18"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_uc_extreme",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_uc_extreme"
        },
        {
          "name": "zcp_schematicxp_t18",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t18"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_67",
      "power": 82,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Evacua el refugio",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t17"
        },
        {
          "name": "zcp_eventscaling_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t17"
        },
        {
          "name": "zcp_schematicxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t17"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_70",
      "power": 82,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Elimina y recolecta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t17"
        },
        {
          "name": "zcp_eventscaling_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t17"
        },
        {
          "name": "zcp_schematicxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t17"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_123",
      "power": 76,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Lucha contra la tormenta de categoría 3",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t16",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t16"
        },
        {
          "name": "zcp_reagent_alteration_generic_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t16",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t16"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_132",
      "power": 76,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Entrega la bomba",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t16",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t16"
        },
        {
          "name": "zcp_eventscaling_t16",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t16"
        },
        {
          "name": "zcp_schematicxp_t16",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t16"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_111",
      "power": 70,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Repara el refugio",
      "modifiers": [
        {
          "name": "gm player onshielddestroyed aoe",
          "key": "gm_player_onshielddestroyed_aoe"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "elementalzonewaterenableitem",
          "key": "elementalzonewaterenableitem"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 18,
          "itemType": "AccountResource:reagent_c_t03"
        },
        {
          "name": "reagent_alteration_ele_water",
          "quantity": 180,
          "itemType": "AccountResource:reagent_alteration_ele_water"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_eventscaling_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t15"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_118",
      "power": 70,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_r_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_r_t01"
        },
        {
          "name": "hid_outlander_015_f_v1_r_t01",
          "quantity": 1,
          "itemType": "Hero:hid_outlander_015_f_v1_r_t01"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_reagent_c_t03_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t03_verylow"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_124",
      "power": 70,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Reabastecimiento",
      "modifiers": [
        {
          "name": "gm ninja damage buff",
          "key": "gm_ninja_damage_buff"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        }
      ],
      "alerts": [
        {
          "name": "hid_ninja_010_vr_t01",
          "quantity": 1,
          "itemType": "Hero:hid_ninja_010_vr_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 180,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 102,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_eventscaling_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t15"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_125",
      "power": 70,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Elimina y recolecta",
      "modifiers": [
        {
          "name": "gm soldier damage buff",
          "key": "gm_soldier_damage_buff"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        }
      ],
      "alerts": [
        {
          "name": "managerexplorer_vr_t01",
          "quantity": 1,
          "itemType": "Worker:managerexplorer_vr_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 180,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 102,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_eventscaling_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t15"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_167",
      "power": 70,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Reabastece la base",
      "modifiers": [
        {
          "name": "gm player ondmgdealt lifeleech",
          "key": "gm_player_ondmgdealt_lifeleech"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "elementalzonewaterenableitem",
          "key": "elementalzonewaterenableitem"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_r_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_r_t01"
        },
        {
          "name": "managertrainer_uc_t01",
          "quantity": 1,
          "itemType": "Worker:managertrainer_uc_t01"
        },
        {
          "name": "reagent_alteration_ele_water",
          "quantity": 180,
          "itemType": "AccountResource:reagent_alteration_ele_water"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_vr",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_vr"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_173",
      "power": 70,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Lucha contra la tormenta de categoría 3",
      "modifiers": [
        {
          "name": "gm player ondmgdealt lifeleech",
          "key": "gm_player_ondmgdealt_lifeleech"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_upgrade_vr",
          "quantity": 80,
          "itemType": "AccountResource:reagent_alteration_upgrade_vr"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 180,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 102,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_r",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_r"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_192",
      "power": 70,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Destruye los campamentos",
      "modifiers": [
        {
          "name": "gm constructor damage buff",
          "key": "gm_constructor_damage_buff"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_r_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_r_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 180,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 102,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_eventscaling_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t15"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_168",
      "power": 70,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Repara el refugio",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t02",
          "quantity": 36,
          "itemType": "AccountResource:reagent_c_t02"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 180,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 102,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_alteration_upgrade_uc",
          "quantity": 2,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_uc"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_vr",
          "quantity": 2,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_vr"
        },
        {
          "name": "zcp_eventscaling_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t15"
        },
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t15"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_84",
      "power": 64,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Destruye los campamentos",
      "modifiers": [
        {
          "name": "gm player ondmgdealt lifeleech",
          "key": "gm_player_ondmgdealt_lifeleech"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 16,
          "itemType": "AccountResource:reagent_c_t03"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 170,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 98,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t14"
        },
        {
          "name": "zcp_eventscaling_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t14"
        },
        {
          "name": "zcp_schematicxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t14"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_115",
      "power": 64,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Lucha contra la tormenta de categoría 2",
      "modifiers": [
        {
          "name": "gm hero tech buff",
          "key": "gm_hero_tech_buff"
        },
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        },
        {
          "name": "elementalzonefireenableitem",
          "key": "elementalzonefireenableitem"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 54,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "reagent_alteration_ele_fire",
          "quantity": 170,
          "itemType": "AccountResource:reagent_alteration_ele_fire"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t14"
        },
        {
          "name": "zcp_eventscaling_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t14"
        },
        {
          "name": "zcp_schematicxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t14"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_187",
      "power": 64,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "gm player onshielddestroyed aoe",
          "key": "gm_player_onshielddestroyed_aoe"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "did_defenderpistol_basic_f_r_t01",
          "quantity": 1,
          "itemType": "Defender:did_defenderpistol_basic_f_r_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 170,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 98,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t14"
        },
        {
          "name": "zcp_reagent_c_t03_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t03_verylow"
        },
        {
          "name": "zcp_schematicxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t14"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_188",
      "power": 64,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Reabastecimiento",
      "modifiers": [
        {
          "name": "gm player onshielddestroyed aoe",
          "key": "gm_player_onshielddestroyed_aoe"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_upgrade_vr",
          "quantity": 70,
          "itemType": "AccountResource:reagent_alteration_upgrade_vr"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 170,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 98,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t14"
        },
        {
          "name": "zcp_eventscaling_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t14"
        },
        {
          "name": "zcp_schematicxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t14"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_96",
      "power": 64,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 5,
          "itemType": "AccountResource:reagent_c_t03"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t14"
        },
        {
          "name": "zcp_eventscaling_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t14"
        },
        {
          "name": "zcp_schematicxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t14"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_35",
      "power": 64,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Lucha contra la tormenta de categoría 2",
      "modifiers": [
        {
          "name": "gm trap buff",
          "key": "gm_trap_buff"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_r_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_r_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 170,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 98,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t14"
        },
        {
          "name": "zcp_reagent_c_t02_low",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t02_low"
        },
        {
          "name": "zcp_schematicxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t14"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_99",
      "power": 64,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_upgrade_r",
          "quantity": 225,
          "itemType": "AccountResource:reagent_alteration_upgrade_r"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 170,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 98,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t03_verylow",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t03_verylow"
        },
        {
          "name": "zcp_eventscaling_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t14"
        },
        {
          "name": "zcp_personnelxp_t14",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t14"
        },
        {
          "name": "zcp_schematicxp_t14",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t14"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_41",
      "power": 58,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "gm player onshielddestroyed aoe",
          "key": "gm_player_onshielddestroyed_aoe"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "hid_commando_007_r_t01",
          "quantity": 1,
          "itemType": "Hero:hid_commando_007_r_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 160,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 92,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_eventscaling_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t13"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_69",
      "power": 58,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Lucha contra la tormenta de categoría 3",
      "modifiers": [
        {
          "name": "gm ninja damage buff",
          "key": "gm_ninja_damage_buff"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 15,
          "itemType": "AccountResource:reagent_c_t03"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 160,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 92,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_r",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_r"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_73",
      "power": 58,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Destruye los campamentos",
      "modifiers": [
        {
          "name": "gm player spearsworddamage buff",
          "key": "gm_player_spearsworddamage_buff"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        },
        {
          "name": "elementalzonefireenableitem",
          "key": "elementalzonefireenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t02",
          "quantity": 29,
          "itemType": "AccountResource:reagent_c_t02"
        },
        {
          "name": "reagent_alteration_ele_fire",
          "quantity": 160,
          "itemType": "AccountResource:reagent_alteration_ele_fire"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_eventscaling_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t13"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_77",
      "power": 58,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Lucha contra la tormenta",
      "modifiers": [
        {
          "name": "gm player ondmgdealt lifeleech",
          "key": "gm_player_ondmgdealt_lifeleech"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 50,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 160,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 92,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_reagent_alteration_generic_high",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_high"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_72",
      "power": 58,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Lucha contra la tormenta de categoría 2",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        }
      ],
      "alerts": [
        {
          "name": "did_defendermelee_basic_r_t01",
          "quantity": 1,
          "itemType": "Defender:did_defendermelee_basic_r_t01"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_reagent_alteration_generic_high",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_high"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_20",
      "power": 58,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Evacua el refugio",
      "modifiers": [
        {
          "name": "gm constructor damage buff",
          "key": "gm_constructor_damage_buff"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "elementalzonewaterenableitem",
          "key": "elementalzonewaterenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t02",
          "quantity": 29,
          "itemType": "AccountResource:reagent_c_t02"
        },
        {
          "name": "reagent_alteration_ele_water",
          "quantity": 160,
          "itemType": "AccountResource:reagent_alteration_ele_water"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_eventscaling_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t13"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_68",
      "power": 58,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Rescata a los supervivientes",
      "modifiers": [
        {
          "name": "gm hero tech buff",
          "key": "gm_hero_tech_buff"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 15,
          "itemType": "AccountResource:reagent_c_t03"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 160,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 92,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_eventscaling_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t13"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_4",
      "power": 52,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        }
      ],
      "alerts": [
        {
          "name": "hid_constructor_007_vr_t01",
          "quantity": 1,
          "itemType": "Hero:hid_constructor_007_vr_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 150,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 88,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t03_verylow",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t03_verylow"
        },
        {
          "name": "zcp_eventscaling_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t12"
        },
        {
          "name": "zcp_personnelxp_t12",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t12"
        },
        {
          "name": "zcp_schematicxp_t12",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t12"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_5",
      "power": 52,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Lucha contra la tormenta de categoría 2",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_upgrade_r",
          "quantity": 75,
          "itemType": "AccountResource:reagent_alteration_upgrade_r"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t12"
        },
        {
          "name": "zcp_reagent_alteration_generic_medium",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_medium"
        },
        {
          "name": "zcp_schematicxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t12"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_15",
      "power": 52,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "gm outlander tech buff",
          "key": "gm_outlander_tech_buff"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_r_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_r_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 150,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 88,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t12"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_r",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_r"
        },
        {
          "name": "zcp_schematicxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t12"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_27",
      "power": 52,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Destruye los campamentos",
      "modifiers": [
        {
          "name": "gm player ondmgdealt lifeleech",
          "key": "gm_player_ondmgdealt_lifeleech"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "elementalzonewaterenableitem",
          "key": "elementalzonewaterenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 11,
          "itemType": "AccountResource:reagent_c_t03"
        },
        {
          "name": "reagent_alteration_ele_water",
          "quantity": 150,
          "itemType": "AccountResource:reagent_alteration_ele_water"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t12"
        },
        {
          "name": "zcp_eventscaling_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t12"
        },
        {
          "name": "zcp_schematicxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t12"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_33",
      "power": 52,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "gm player smg damage buff",
          "key": "gm_player_smg_damage_buff"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        },
        {
          "name": "elementalzonefireenableitem",
          "key": "elementalzonefireenableitem"
        }
      ],
      "alerts": [
        {
          "name": "did_defendermelee_basic_r_t01",
          "quantity": 1,
          "itemType": "Defender:did_defendermelee_basic_r_t01"
        },
        {
          "name": "reagent_alteration_ele_fire",
          "quantity": 150,
          "itemType": "AccountResource:reagent_alteration_ele_fire"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t12"
        },
        {
          "name": "zcp_eventscaling_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t12"
        },
        {
          "name": "zcp_schematicxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t12"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_61",
      "power": 52,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Lucha contra la tormenta de categoría 3",
      "modifiers": [
        {
          "name": "gm outlander tech buff",
          "key": "gm_outlander_tech_buff"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 90,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 150,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 88,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t12"
        },
        {
          "name": "zcp_reagent_alteration_generic_medium",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_medium"
        },
        {
          "name": "zcp_schematicxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t12"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_62",
      "power": 52,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Repara el refugio",
      "modifiers": [
        {
          "name": "gm constructor damage buff",
          "key": "gm_constructor_damage_buff"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 47,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 150,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 88,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t12"
        },
        {
          "name": "zcp_eventscaling_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t12"
        },
        {
          "name": "zcp_schematicxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t12"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_12",
      "power": 52,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Evacua el refugio",
      "modifiers": [
        {
          "name": "gm player energy damagebuff",
          "key": "gm_player_energy_damagebuff"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 90,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 150,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 88,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t12"
        },
        {
          "name": "zcp_reagent_c_t01_medium",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t01_medium"
        },
        {
          "name": "zcp_schematicxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t12"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_166",
      "power": 46,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "gm player onshielddestroyed aoe",
          "key": "gm_player_onshielddestroyed_aoe"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_upgrade_r",
          "quantity": 80,
          "itemType": "AccountResource:reagent_alteration_upgrade_r"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 140,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 80,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t11"
        },
        {
          "name": "zcp_reagent_c_t01_medium",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t01_medium"
        },
        {
          "name": "zcp_schematicxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t11"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_48",
      "power": 46,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 70,
          "itemType": "AccountResource:reagent_alteration_generic"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t11"
        },
        {
          "name": "zcp_eventscaling_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t11"
        },
        {
          "name": "zcp_schematicxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t11"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_56",
      "power": 46,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Repara el refugio",
      "modifiers": [
        {
          "name": "gm player ondmgdealt lifeleech",
          "key": "gm_player_ondmgdealt_lifeleech"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        },
        {
          "name": "elementalzonefireenableitem",
          "key": "elementalzonefireenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 42,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "reagent_alteration_ele_fire",
          "quantity": 140,
          "itemType": "AccountResource:reagent_alteration_ele_fire"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t11"
        },
        {
          "name": "zcp_eventscaling_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t11"
        },
        {
          "name": "zcp_schematicxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t11"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_46",
      "power": 46,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Destruye los campamentos",
      "modifiers": [
        {
          "name": "gm ninja damage buff",
          "key": "gm_ninja_damage_buff"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_upgrade_uc",
          "quantity": 100,
          "itemType": "AccountResource:reagent_alteration_upgrade_uc"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 140,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 80,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t11"
        },
        {
          "name": "zcp_eventscaling_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t11"
        },
        {
          "name": "zcp_schematicxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t11"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_88",
      "power": 46,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "gm player explosive damagebuff",
          "key": "gm_player_explosive_damagebuff"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_vr_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_vr_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 140,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 80,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t11"
        },
        {
          "name": "zcp_eventscaling_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t11"
        },
        {
          "name": "zcp_schematicxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t11"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_44",
      "power": 46,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Evacua el refugio",
      "modifiers": [
        {
          "name": "gm player meleeknockback buff",
          "key": "gm_player_meleeknockback_buff"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_r_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_r_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 140,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 80,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t11"
        },
        {
          "name": "zcp_reagent_c_t02_low",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t02_low"
        },
        {
          "name": "zcp_schematicxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t11"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_55",
      "power": 46,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Reabastecimiento",
      "modifiers": [
        {
          "name": "gm outlander tech buff",
          "key": "gm_outlander_tech_buff"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "hid_ninja_slashtail_vr_t01",
          "quantity": 1,
          "itemType": "Hero:hid_ninja_slashtail_vr_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 140,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 80,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t11"
        },
        {
          "name": "zcp_eventscaling_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t11"
        },
        {
          "name": "zcp_schematicxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t11"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_32",
      "power": 46,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Caza al titán",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 164,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 140,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 80,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_eventscaling_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t11"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_119",
      "power": 70,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Evacua el refugio",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_eventscaling_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t15"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_131",
      "power": 70,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Destruye los campamentos",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_eventscaling_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t15"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_152",
      "power": 70,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Entrega la bomba",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_eventscaling_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t15"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_164",
      "power": 70,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Recupera los datos",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_eventscaling_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t15"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_170",
      "power": 70,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Lucha contra la tormenta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_reagent_alteration_generic_high",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_high"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_171",
      "power": 70,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Lanza el cohete",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_reagent_c_t02_low",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t02_low"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_172",
      "power": 70,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Lucha contra la tormenta de categoría 2",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_vr",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_vr"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_191",
      "power": 70,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Destruye los campamentos",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_reagent_c_t01_medium",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t01_medium"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_120",
      "power": 70,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Entrega la bomba",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_eventscaling_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t15"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_169",
      "power": 70,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Monta el rayo",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_eventscaling_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t15"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_123",
      "power": 70,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Recupera los datos",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_eventscaling_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t15"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_83",
      "power": 64,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Evacua el refugio",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t14"
        },
        {
          "name": "zcp_reagent_c_t02_low",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t02_low"
        },
        {
          "name": "zcp_schematicxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t14"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_85",
      "power": 64,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Elimina y recolecta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t14"
        },
        {
          "name": "zcp_eventscaling_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t14"
        },
        {
          "name": "zcp_schematicxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t14"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_93",
      "power": 64,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Lucha contra la tormenta de categoría 3",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t14"
        },
        {
          "name": "zcp_reagent_alteration_generic_high",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_high"
        },
        {
          "name": "zcp_schematicxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t14"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_97",
      "power": 64,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Repara el refugio",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t14"
        },
        {
          "name": "zcp_reagent_alteration_generic_high",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_high"
        },
        {
          "name": "zcp_schematicxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t14"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_155",
      "power": 64,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Reabastece la base",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t14"
        },
        {
          "name": "zcp_eventscaling_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t14"
        },
        {
          "name": "zcp_schematicxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t14"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_176",
      "power": 64,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Reabastecimiento",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t14"
        },
        {
          "name": "zcp_eventscaling_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t14"
        },
        {
          "name": "zcp_schematicxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t14"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_98",
      "power": 64,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Entrega la bomba",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t14"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_uc",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_uc"
        },
        {
          "name": "zcp_schematicxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t14"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_95",
      "power": 64,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Lucha contra la tormenta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t14"
        },
        {
          "name": "zcp_reagent_c_t02_low",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t02_low"
        },
        {
          "name": "zcp_schematicxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t14"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_10",
      "power": 58,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Elimina y recolecta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_eventscaling_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t13"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_17",
      "power": 58,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Repara el refugio",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_r",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_r"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_18",
      "power": 58,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Entrega la bomba",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_reagent_alteration_generic_high",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_high"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_21",
      "power": 58,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Reabastece la base",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_reagent_c_t03_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t03_verylow"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_36",
      "power": 58,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Reabastecimiento",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_eventscaling_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t13"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_66",
      "power": 58,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Entrega la bomba",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_eventscaling_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t13"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_74",
      "power": 58,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Evacua el refugio",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_reagent_c_t03_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t03_verylow"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_75",
      "power": 58,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Lucha contra la tormenta de categoría 2",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_reagent_c_t03_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t03_verylow"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_76",
      "power": 58,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Elimina y recolecta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_eventscaling_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t13"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_78",
      "power": 58,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Entrega la bomba",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_eventscaling_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t13"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_178",
      "power": 58,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Elimina y recolecta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_eventscaling_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t13"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_67",
      "power": 58,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Entrega la bomba",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_reagent_alteration_generic_high",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_alteration_generic_high"
        },
        {
          "name": "zcp_eventscaling_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t13"
        },
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_8",
      "power": 52,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Repara el refugio",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t12"
        },
        {
          "name": "zcp_eventscaling_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t12"
        },
        {
          "name": "zcp_schematicxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t12"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_11",
      "power": 52,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Lucha contra la tormenta de categoría 4",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t12"
        },
        {
          "name": "zcp_eventscaling_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t12"
        },
        {
          "name": "zcp_schematicxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t12"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_19",
      "power": 52,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Entrega la bomba",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t12"
        },
        {
          "name": "zcp_eventscaling_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t12"
        },
        {
          "name": "zcp_schematicxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t12"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_59",
      "power": 52,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Elimina y recolecta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t12"
        },
        {
          "name": "zcp_eventscaling_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t12"
        },
        {
          "name": "zcp_schematicxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t12"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_60",
      "power": 52,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Reabastecimiento",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t12"
        },
        {
          "name": "zcp_eventscaling_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t12"
        },
        {
          "name": "zcp_schematicxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t12"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_7",
      "power": 52,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Lucha contra la tormenta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t12"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_uc",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_uc"
        },
        {
          "name": "zcp_schematicxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t12"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_16",
      "power": 52,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Lucha contra la tormenta de categoría 2",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t12"
        },
        {
          "name": "zcp_eventscaling_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t12"
        },
        {
          "name": "zcp_schematicxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t12"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_9",
      "power": 52,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Reabastece la base",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t12"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_r",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_r"
        },
        {
          "name": "zcp_schematicxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t12"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_6",
      "power": 52,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Construye los radares",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t12"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_r",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_r"
        },
        {
          "name": "zcp_schematicxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t12"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_54",
      "power": 46,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Entrega la bomba",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t11"
        },
        {
          "name": "zcp_eventscaling_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t11"
        },
        {
          "name": "zcp_schematicxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t11"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_50",
      "power": 46,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Lucha contra la tormenta de categoría 3",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t11"
        },
        {
          "name": "zcp_eventscaling_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t11"
        },
        {
          "name": "zcp_schematicxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t11"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_47",
      "power": 46,
      "zone": "Canny Valley",
      "zoneGeo": "Canny Valley",
      "zoneGeoDisplay": "Valle latoso",
      "missionName": "Entrega la bomba",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t11"
        },
        {
          "name": "zcp_eventscaling_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t11"
        },
        {
          "name": "zcp_schematicxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t11"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_6",
      "power": 40,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 143,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 140,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 72,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t02_verylow",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t02_verylow"
        },
        {
          "name": "zcp_eventscaling_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t10"
        },
        {
          "name": "zcp_personnelxp_t10",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t10"
        },
        {
          "name": "zcp_schematicxp_t10",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t10"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_9",
      "power": 40,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Evacua el refugio",
      "modifiers": [
        {
          "name": "gm player meleeknockback buff",
          "key": "gm_player_meleeknockback_buff"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "elementalzonewaterenableitem",
          "key": "elementalzonewaterenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 42,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "reagent_alteration_ele_water",
          "quantity": 140,
          "itemType": "AccountResource:reagent_alteration_ele_water"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t10"
        },
        {
          "name": "zcp_eventscaling_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t10"
        },
        {
          "name": "zcp_schematicxp_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t10"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_20",
      "power": 40,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "gm constructor damage buff",
          "key": "gm_constructor_damage_buff"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        },
        {
          "name": "elementalzonefireenableitem",
          "key": "elementalzonefireenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t02",
          "quantity": 23,
          "itemType": "AccountResource:reagent_c_t02"
        },
        {
          "name": "reagent_alteration_ele_fire",
          "quantity": 140,
          "itemType": "AccountResource:reagent_alteration_ele_fire"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t10"
        },
        {
          "name": "zcp_reagent_alteration_generic_low",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_low"
        },
        {
          "name": "zcp_schematicxp_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t10"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_36",
      "power": 40,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "gm player onshielddestroyed aoe",
          "key": "gm_player_onshielddestroyed_aoe"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "elementalzonewaterenableitem",
          "key": "elementalzonewaterenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 42,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "reagent_alteration_ele_water",
          "quantity": 140,
          "itemType": "AccountResource:reagent_alteration_ele_water"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t10"
        },
        {
          "name": "zcp_reagent_c_t02_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t02_verylow"
        },
        {
          "name": "zcp_schematicxp_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t10"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_60",
      "power": 40,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Lucha contra la tormenta de categoría 3",
      "modifiers": [
        {
          "name": "gm constructor damage buff",
          "key": "gm_constructor_damage_buff"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t02",
          "quantity": 23,
          "itemType": "AccountResource:reagent_c_t02"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 140,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 72,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t10"
        },
        {
          "name": "zcp_eventscaling_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t10"
        },
        {
          "name": "zcp_schematicxp_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t10"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_45",
      "power": 40,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Repara el refugio",
      "modifiers": [
        {
          "name": "gm soldier damage buff",
          "key": "gm_soldier_damage_buff"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "hid_commando_008_r_t01",
          "quantity": 1,
          "itemType": "Hero:hid_commando_008_r_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 140,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 72,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t10"
        },
        {
          "name": "zcp_eventscaling_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t10"
        },
        {
          "name": "zcp_schematicxp_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t10"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_155",
      "power": 40,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Reabastece la base",
      "modifiers": [
        {
          "name": "gm player explosive damagebuff",
          "key": "gm_player_explosive_damagebuff"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "hid_ninja_007_uc_t01",
          "quantity": 1,
          "itemType": "Hero:hid_ninja_007_uc_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 140,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 72,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t10"
        },
        {
          "name": "zcp_reagent_c_t02_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t02_verylow"
        },
        {
          "name": "zcp_schematicxp_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t10"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_22",
      "power": 34,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        }
      ],
      "alerts": [
        {
          "name": "eventcurrency_scaling",
          "quantity": 165,
          "itemType": "AccountResource:eventcurrency_scaling"
        }
      ],
      "rewards": [
        {
          "name": "peoplexp",
          "quantity": 1,
          "itemType": "AccountResource:peoplexp"
        },
        {
          "name": "zcp_reagent_c_t02_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t02_verylow"
        },
        {
          "name": "zcp_schematicxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t09"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_29",
      "power": 34,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Lucha contra la tormenta",
      "modifiers": [
        {
          "name": "gm soldier abilityrate buff",
          "key": "gm_soldier_abilityrate_buff"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        },
        {
          "name": "elementalzonefireenableitem",
          "key": "elementalzonefireenableitem"
        }
      ],
      "alerts": [
        {
          "name": "hid_constructor_hammertank_uc_t01",
          "quantity": 1,
          "itemType": "Hero:hid_constructor_hammertank_uc_t01"
        },
        {
          "name": "reagent_alteration_ele_fire",
          "quantity": 130,
          "itemType": "AccountResource:reagent_alteration_ele_fire"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t09"
        },
        {
          "name": "zcp_eventscaling_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t09"
        },
        {
          "name": "zcp_schematicxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t09"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_44",
      "power": 34,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Repara el refugio",
      "modifiers": [
        {
          "name": "gm player spearsworddamage buff",
          "key": "gm_player_spearsworddamage_buff"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "elementalzonewaterenableitem",
          "key": "elementalzonewaterenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t02",
          "quantity": 21,
          "itemType": "AccountResource:reagent_c_t02"
        },
        {
          "name": "reagent_alteration_ele_water",
          "quantity": 130,
          "itemType": "AccountResource:reagent_alteration_ele_water"
        }
      ],
      "rewards": [
        {
          "name": "peoplexp",
          "quantity": 1,
          "itemType": "AccountResource:peoplexp"
        },
        {
          "name": "zcp_eventscaling_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t09"
        },
        {
          "name": "zcp_schematicxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t09"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_154",
      "power": 34,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Lucha contra la tormenta de categoría 2",
      "modifiers": [
        {
          "name": "gm player bluntdamage buff",
          "key": "gm_player_bluntdamage_buff"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "elementalzonewaterenableitem",
          "key": "elementalzonewaterenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 40,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "reagent_alteration_ele_water",
          "quantity": 130,
          "itemType": "AccountResource:reagent_alteration_ele_water"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t09"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_uc",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_uc"
        },
        {
          "name": "zcp_schematicxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t09"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_33",
      "power": 34,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Elimina y recolecta",
      "modifiers": [
        {
          "name": "gm ninja abilityrate buff",
          "key": "gm_ninja_abilityrate_buff"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_uc_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_uc_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 130,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 65,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t09"
        },
        {
          "name": "zcp_eventscaling_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t09"
        },
        {
          "name": "zcp_schematicxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t09"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_149",
      "power": 34,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Repara el refugio",
      "modifiers": [
        {
          "name": "gm constructor damage buff",
          "key": "gm_constructor_damage_buff"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 40,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 130,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 65,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t09"
        },
        {
          "name": "zcp_reagent_alteration_generic_low",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_low"
        },
        {
          "name": "zcp_schematicxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t09"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_153",
      "power": 34,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Lucha contra la tormenta",
      "modifiers": [
        {
          "name": "gm constructor buildcost buff",
          "key": "gm_constructor_buildcost_buff"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "did_defendershotgun_basic_uc_t01",
          "quantity": 1,
          "itemType": "Defender:did_defendershotgun_basic_uc_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 130,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 65,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t09"
        },
        {
          "name": "zcp_reagent_c_t02_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t02_verylow"
        },
        {
          "name": "zcp_schematicxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t09"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_159",
      "power": 34,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t02",
          "quantity": 18,
          "itemType": "AccountResource:reagent_c_t02"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 130,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 65,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_alteration_generic_low",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_alteration_generic_low"
        },
        {
          "name": "zcp_eventscaling_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t09"
        },
        {
          "name": "zcp_personnelxp_t09",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t09"
        },
        {
          "name": "zcp_schematicxp_t09",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t09"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_102",
      "power": 28,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Lucha contra la tormenta de categoría 2",
      "modifiers": [
        {
          "name": "gm player spearsworddamage buff",
          "key": "gm_player_spearsworddamage_buff"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "did_defendermelee_basic_r_t01",
          "quantity": 1,
          "itemType": "Defender:did_defendermelee_basic_r_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 120,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 60,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t08"
        },
        {
          "name": "zcp_reagent_alteration_generic_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_verylow"
        },
        {
          "name": "zcp_schematicxp_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t08"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_24",
      "power": 28,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "gm constructor damage buff",
          "key": "gm_constructor_damage_buff"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 50,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 120,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 60,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t08"
        },
        {
          "name": "zcp_eventscaling_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t08"
        },
        {
          "name": "zcp_schematicxp_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t08"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_39",
      "power": 28,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "gm soldier damage buff",
          "key": "gm_soldier_damage_buff"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        },
        {
          "name": "elementalzonefireenableitem",
          "key": "elementalzonefireenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 34,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "reagent_alteration_ele_fire",
          "quantity": 120,
          "itemType": "AccountResource:reagent_alteration_ele_fire"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t08"
        },
        {
          "name": "zcp_reagent_c_t02_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t02_verylow"
        },
        {
          "name": "zcp_schematicxp_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t08"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_40",
      "power": 28,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Repara el refugio",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        }
      ],
      "alerts": [
        {
          "name": "did_defendershotgun_basic_uc_t01",
          "quantity": 1,
          "itemType": "Defender:did_defendershotgun_basic_uc_t01"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t08"
        },
        {
          "name": "zcp_eventscaling_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t08"
        },
        {
          "name": "zcp_schematicxp_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t08"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_30",
      "power": 28,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Destruye los campamentos",
      "modifiers": [
        {
          "name": "gm ninja damage buff",
          "key": "gm_ninja_damage_buff"
        },
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "elementalzonefireenableitem",
          "key": "elementalzonefireenableitem"
        }
      ],
      "alerts": [
        {
          "name": "hid_outlander_punchphase_uc_t01",
          "quantity": 1,
          "itemType": "Hero:hid_outlander_punchphase_uc_t01"
        },
        {
          "name": "reagent_alteration_ele_fire",
          "quantity": 120,
          "itemType": "AccountResource:reagent_alteration_ele_fire"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t08"
        },
        {
          "name": "zcp_eventscaling_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t08"
        },
        {
          "name": "zcp_schematicxp_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t08"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_151",
      "power": 28,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Elimina y recolecta",
      "modifiers": [
        {
          "name": "gm ninja damage buff",
          "key": "gm_ninja_damage_buff"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 34,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 120,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 60,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t08"
        },
        {
          "name": "zcp_eventscaling_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t08"
        },
        {
          "name": "zcp_schematicxp_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t08"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_147",
      "power": 28,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Caza al titán",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 102,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 120,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 60,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_eventscaling_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t08"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_23",
      "power": 23,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Repara el refugio",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 40,
          "itemType": "AccountResource:reagent_alteration_generic"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t07"
        },
        {
          "name": "zcp_eventscaling_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t07"
        },
        {
          "name": "zcp_schematicxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t07"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_12",
      "power": 23,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Reabastecimiento",
      "modifiers": [
        {
          "name": "gm hero tech buff",
          "key": "gm_hero_tech_buff"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_uc_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_uc_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 55,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t07"
        },
        {
          "name": "zcp_eventscaling_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t07"
        },
        {
          "name": "zcp_schematicxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t07"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_46",
      "power": 23,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Lucha contra la tormenta de categoría 2",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t02",
          "quantity": 10,
          "itemType": "AccountResource:reagent_c_t02"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 55,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t02_verylow",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t02_verylow"
        },
        {
          "name": "zcp_eventscaling_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t07"
        },
        {
          "name": "zcp_personnelxp_t07",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t07"
        },
        {
          "name": "zcp_schematicxp_t07",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t07"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_130",
      "power": 23,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "gm ninja damage buff",
          "key": "gm_ninja_damage_buff"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "managerengineer_c_t01",
          "quantity": 1,
          "itemType": "Worker:managerengineer_c_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 55,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t07"
        },
        {
          "name": "zcp_eventscaling_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t07"
        },
        {
          "name": "zcp_schematicxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t07"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_134",
      "power": 23,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Lucha contra la tormenta",
      "modifiers": [
        {
          "name": "gm outlander tech buff",
          "key": "gm_outlander_tech_buff"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        }
      ],
      "alerts": [
        {
          "name": "managertrainer_c_t01",
          "quantity": 1,
          "itemType": "Worker:managertrainer_c_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 55,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t07"
        },
        {
          "name": "zcp_reagent_alteration_generic_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_verylow"
        },
        {
          "name": "zcp_schematicxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t07"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_12",
      "power": 19,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Lucha contra la tormenta",
      "modifiers": [
        {
          "name": "gm outlander damage buff",
          "key": "gm_outlander_damage_buff"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "hid_ninja_starsassassin_uc_t01",
          "quantity": 1,
          "itemType": "Hero:hid_ninja_starsassassin_uc_t01"
        },
        {
          "name": "workerbasic_uc_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_uc_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 52,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t06"
        },
        {
          "name": "zcp_eventscaling_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t06"
        },
        {
          "name": "zcp_schematicxp_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t06"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_30",
      "power": 19,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "gm constructor damage buff",
          "key": "gm_constructor_damage_buff"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 40,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 52,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t06"
        },
        {
          "name": "zcp_eventscaling_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t06"
        },
        {
          "name": "zcp_schematicxp_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t06"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_7",
      "power": 19,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Lucha contra la tormenta",
      "modifiers": [
        {
          "name": "gm soldier damage buff",
          "key": "gm_soldier_damage_buff"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        }
      ],
      "alerts": [
        {
          "name": "did_defendersniper_basic_uc_t01",
          "quantity": 1,
          "itemType": "Defender:did_defendersniper_basic_uc_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 52,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t06"
        },
        {
          "name": "zcp_eventscaling_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t06"
        },
        {
          "name": "zcp_schematicxp_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t06"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_4",
      "power": 19,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        }
      ],
      "alerts": [
        {
          "name": "did_defenderassault_basic_uc_t01",
          "quantity": 1,
          "itemType": "Defender:did_defenderassault_basic_uc_t01"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t06"
        },
        {
          "name": "zcp_reagent_c_t01_low",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t01_low"
        },
        {
          "name": "zcp_schematicxp_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t06"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_80",
      "power": 19,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 82,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 52,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t01_low",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t01_low"
        },
        {
          "name": "zcp_eventscaling_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t06"
        },
        {
          "name": "zcp_personnelxp_t06",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t06"
        },
        {
          "name": "zcp_schematicxp_t06",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t06"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_42",
      "power": 40,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Entrega la bomba",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t10"
        },
        {
          "name": "zcp_eventscaling_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t10"
        },
        {
          "name": "zcp_schematicxp_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t10"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_163",
      "power": 40,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Monta el rayo",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t10"
        },
        {
          "name": "zcp_eventscaling_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t10"
        },
        {
          "name": "zcp_schematicxp_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t10"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_41",
      "power": 40,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Destruye los campamentos",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t10"
        },
        {
          "name": "zcp_eventscaling_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t10"
        },
        {
          "name": "zcp_schematicxp_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t10"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_38",
      "power": 40,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Lanza el cohete",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t10"
        },
        {
          "name": "zcp_eventscaling_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t10"
        },
        {
          "name": "zcp_schematicxp_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t10"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_161",
      "power": 40,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Entrega la bomba",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t10"
        },
        {
          "name": "zcp_reagent_alteration_generic_low",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_low"
        },
        {
          "name": "zcp_schematicxp_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t10"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_19",
      "power": 34,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Evacua el refugio",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t09"
        },
        {
          "name": "zcp_reagent_c_t02_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t02_verylow"
        },
        {
          "name": "zcp_schematicxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t09"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_31",
      "power": 34,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Entrega la bomba",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "peoplexp",
          "quantity": 1,
          "itemType": "AccountResource:peoplexp"
        },
        {
          "name": "zcp_eventscaling_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t09"
        },
        {
          "name": "zcp_schematicxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t09"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_48",
      "power": 34,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Reabastecimiento",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t09"
        },
        {
          "name": "zcp_eventscaling_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t09"
        },
        {
          "name": "zcp_schematicxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t09"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_160",
      "power": 34,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Construye los radares",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t09"
        },
        {
          "name": "zcp_eventscaling_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t09"
        },
        {
          "name": "zcp_schematicxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t09"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_21",
      "power": 34,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Reabastece la base",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "peoplexp",
          "quantity": 1,
          "itemType": "AccountResource:peoplexp"
        },
        {
          "name": "zcp_eventscaling_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t09"
        },
        {
          "name": "zcp_schematicxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t09"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_32",
      "power": 34,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Elimina y recolecta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "peoplexp",
          "quantity": 1,
          "itemType": "AccountResource:peoplexp"
        },
        {
          "name": "zcp_eventscaling_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t09"
        },
        {
          "name": "zcp_schematicxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t09"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_144",
      "power": 28,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Entrega la bomba",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t08"
        },
        {
          "name": "zcp_eventscaling_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t08"
        },
        {
          "name": "zcp_schematicxp_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t08"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_84",
      "power": 28,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Reabastecimiento",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t08"
        },
        {
          "name": "zcp_eventscaling_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t08"
        },
        {
          "name": "zcp_schematicxp_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t08"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_27",
      "power": 28,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Reabastece la base",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t08"
        },
        {
          "name": "zcp_reagent_c_t01_low",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t01_low"
        },
        {
          "name": "zcp_schematicxp_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t08"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_146",
      "power": 28,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Recupera los datos",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t08"
        },
        {
          "name": "zcp_eventscaling_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t08"
        },
        {
          "name": "zcp_schematicxp_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t08"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_28",
      "power": 28,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Construye los radares",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t08"
        },
        {
          "name": "zcp_reagent_alteration_generic_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_verylow"
        },
        {
          "name": "zcp_schematicxp_t08",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t08"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_8",
      "power": 23,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Repara el refugio",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t07"
        },
        {
          "name": "zcp_eventscaling_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t07"
        },
        {
          "name": "zcp_schematicxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t07"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_11",
      "power": 23,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Reabastece la base",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t07"
        },
        {
          "name": "zcp_eventscaling_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t07"
        },
        {
          "name": "zcp_schematicxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t07"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_14",
      "power": 23,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Destruye los campamentos",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t07"
        },
        {
          "name": "zcp_reagent_c_t02_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t02_verylow"
        },
        {
          "name": "zcp_schematicxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t07"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_15",
      "power": 23,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Rescata a los supervivientes",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t07"
        },
        {
          "name": "zcp_eventscaling_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t07"
        },
        {
          "name": "zcp_schematicxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t07"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_16",
      "power": 23,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Elimina y recolecta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t07"
        },
        {
          "name": "zcp_eventscaling_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t07"
        },
        {
          "name": "zcp_schematicxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t07"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_139",
      "power": 23,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Lucha contra la tormenta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t07"
        },
        {
          "name": "zcp_reagent_alteration_generic_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_verylow"
        },
        {
          "name": "zcp_schematicxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t07"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_136",
      "power": 23,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Elimina y recolecta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t07"
        },
        {
          "name": "zcp_eventscaling_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t07"
        },
        {
          "name": "zcp_schematicxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t07"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_1",
      "power": 19,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Rescata a los supervivientes",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t06"
        },
        {
          "name": "zcp_eventscaling_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t06"
        },
        {
          "name": "zcp_schematicxp_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t06"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_2",
      "power": 19,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Monta el rayo",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t06"
        },
        {
          "name": "zcp_eventscaling_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t06"
        },
        {
          "name": "zcp_schematicxp_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t06"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_3",
      "power": 19,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Lucha contra la tormenta de categoría 2",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t06"
        },
        {
          "name": "zcp_eventscaling_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t06"
        },
        {
          "name": "zcp_schematicxp_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t06"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_35",
      "power": 19,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Rescata a los supervivientes",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t06"
        },
        {
          "name": "zcp_eventscaling_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t06"
        },
        {
          "name": "zcp_schematicxp_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t06"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_132",
      "power": 19,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Construye los radares",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t06"
        },
        {
          "name": "zcp_eventscaling_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t06"
        },
        {
          "name": "zcp_schematicxp_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t06"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_43",
      "power": 19,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Elimina y recolecta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t06"
        },
        {
          "name": "zcp_eventscaling_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t06"
        },
        {
          "name": "zcp_schematicxp_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t06"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_0",
      "power": 19,
      "zone": "Plankerton",
      "zoneGeo": "Plankerton",
      "zoneGeoDisplay": "Villa Tablón",
      "missionName": "Reabastecimiento",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t06"
        },
        {
          "name": "zcp_eventscaling_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t06"
        },
        {
          "name": "zcp_schematicxp_t06",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t06"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_22",
      "power": 15,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "gm trap buff",
          "key": "gm_trap_buff"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_c_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_c_t01"
        },
        {
          "name": "did_defenderassault_basic_c_t01",
          "quantity": 1,
          "itemType": "Defender:did_defenderassault_basic_c_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 50,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t05"
        },
        {
          "name": "zcp_eventscaling_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t05"
        },
        {
          "name": "zcp_schematicxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t05"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_45",
      "power": 15,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Lucha contra la tormenta",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        }
      ],
      "alerts": [
        {
          "name": "hid_constructor_007_uc_t01",
          "quantity": 1,
          "itemType": "Hero:hid_constructor_007_uc_t01"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t05"
        },
        {
          "name": "zcp_reagent_c_t01_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t01_verylow"
        },
        {
          "name": "zcp_schematicxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t05"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_10",
      "power": 15,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Lucha contra la tormenta",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        }
      ],
      "alerts": [
        {
          "name": "did_defenderassault_basic_r_t01",
          "quantity": 1,
          "itemType": "Defender:did_defenderassault_basic_r_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 50,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t01_verylow",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t01_verylow"
        },
        {
          "name": "zcp_eventscaling_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t05"
        },
        {
          "name": "zcp_personnelxp_t05",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t05"
        },
        {
          "name": "zcp_schematicxp_t05",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t05"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_26",
      "power": 15,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Elimina y recolecta",
      "modifiers": [
        {
          "name": "gm ninja damage buff",
          "key": "gm_ninja_damage_buff"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 26,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 50,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t05"
        },
        {
          "name": "zcp_eventscaling_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t05"
        },
        {
          "name": "zcp_schematicxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t05"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_1",
      "power": 9,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Rescata a los supervivientes",
      "modifiers": [
        {
          "name": "gm player energy damagebuff",
          "key": "gm_player_energy_damagebuff"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        }
      ],
      "alerts": [
        {
          "name": "hid_constructor_hammertank_uc_t01",
          "quantity": 1,
          "itemType": "Hero:hid_constructor_hammertank_uc_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 50,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t04"
        },
        {
          "name": "zcp_eventscaling_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t04"
        },
        {
          "name": "zcp_schematicxp_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t04"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_20",
      "power": 9,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Lucha contra la tormenta",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_c_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_c_t01"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t04"
        },
        {
          "name": "zcp_eventscaling_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t04"
        },
        {
          "name": "zcp_schematicxp_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t04"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_16",
      "power": 9,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "gm soldier damage buff",
          "key": "gm_soldier_damage_buff"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 24,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 50,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t04"
        },
        {
          "name": "zcp_eventscaling_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t04"
        },
        {
          "name": "zcp_schematicxp_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t04"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_44",
      "power": 9,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 16,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 50,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t01_verylow",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t01_verylow"
        },
        {
          "name": "zcp_eventscaling_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t04"
        },
        {
          "name": "zcp_personnelxp_t04",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t04"
        },
        {
          "name": "zcp_schematicxp_t04",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t04"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_2",
      "power": 5,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Lucha contra la tormenta",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "hid_constructor_007_uc_t01",
          "quantity": 1,
          "itemType": "Hero:hid_constructor_007_uc_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 50,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_eventscaling_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t03"
        },
        {
          "name": "zcp_personnelxp_t03",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t03"
        },
        {
          "name": "zcp_schematicxp_t03",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t03"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_17",
      "power": 5,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Lucha contra la tormenta",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        }
      ],
      "alerts": [
        {
          "name": "hid_commando_guntough_uc_t01",
          "quantity": 1,
          "itemType": "Hero:hid_commando_guntough_uc_t01"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t03"
        },
        {
          "name": "zcp_eventscaling_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t03"
        },
        {
          "name": "zcp_schematicxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t03"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_19",
      "power": 5,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "gm constructor buildcost buff",
          "key": "gm_constructor_buildcost_buff"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        }
      ],
      "alerts": [
        {
          "name": "hid_outlander_007_uc_t01",
          "quantity": 1,
          "itemType": "Hero:hid_outlander_007_uc_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 50,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t03"
        },
        {
          "name": "zcp_eventscaling_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t03"
        },
        {
          "name": "zcp_schematicxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t03"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_86",
      "power": 5,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "gm player onshielddestroyed aoe",
          "key": "gm_player_onshielddestroyed_aoe"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 22,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 50,
          "itemType": "AccountResource:campaign_event_currency"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t03"
        },
        {
          "name": "zcp_eventscaling_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t03"
        },
        {
          "name": "zcp_schematicxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t03"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_4",
      "power": 15,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Elimina y recolecta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t05"
        },
        {
          "name": "zcp_eventscaling_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t05"
        },
        {
          "name": "zcp_schematicxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t05"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_8",
      "power": 15,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Lanza el cohete",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t05"
        },
        {
          "name": "zcp_eventscaling_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t05"
        },
        {
          "name": "zcp_schematicxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t05"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_21",
      "power": 15,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Monta el rayo",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t05"
        },
        {
          "name": "zcp_eventscaling_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t05"
        },
        {
          "name": "zcp_schematicxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t05"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_23",
      "power": 15,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Destruye los campamentos",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t05"
        },
        {
          "name": "zcp_reagent_c_t01_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t01_verylow"
        },
        {
          "name": "zcp_schematicxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t05"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_24",
      "power": 15,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Construye los radares",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t05"
        },
        {
          "name": "zcp_eventscaling_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t05"
        },
        {
          "name": "zcp_schematicxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t05"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_0",
      "power": 9,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Construye los radares",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t04"
        },
        {
          "name": "zcp_eventscaling_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t04"
        },
        {
          "name": "zcp_schematicxp_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t04"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_14",
      "power": 9,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Recupera los datos",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t04"
        },
        {
          "name": "zcp_reagent_c_t01_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t01_verylow"
        },
        {
          "name": "zcp_schematicxp_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t04"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_18",
      "power": 9,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Monta el rayo",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t04"
        },
        {
          "name": "zcp_eventscaling_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t04"
        },
        {
          "name": "zcp_schematicxp_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t04"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_37",
      "power": 5,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Rescata a los supervivientes",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t03"
        },
        {
          "name": "zcp_eventscaling_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t03"
        },
        {
          "name": "zcp_schematicxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t03"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_39",
      "power": 5,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Reabastecimiento",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t03"
        },
        {
          "name": "zcp_eventscaling_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t03"
        },
        {
          "name": "zcp_schematicxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t03"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_3",
      "power": 3,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Monta el rayo",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t02"
        },
        {
          "name": "zcp_eventscaling_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t02"
        },
        {
          "name": "zcp_schematicxp_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t02"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_29",
      "power": 3,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Recupera los datos",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t02"
        },
        {
          "name": "zcp_eventscaling_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t02"
        },
        {
          "name": "zcp_schematicxp_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t02"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_38",
      "power": 3,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Lucha contra la tormenta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t02"
        },
        {
          "name": "zcp_eventscaling_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t02"
        },
        {
          "name": "zcp_schematicxp_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t02"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_28",
      "power": 1,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Lucha contra la tormenta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t01",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t01"
        },
        {
          "name": "zcp_eventscaling_t01",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t01"
        },
        {
          "name": "zcp_schematicxp_t01",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t01"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_61",
      "power": 1,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Monta el rayo",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t01",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t01"
        },
        {
          "name": "zcp_eventscaling_t01",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t01"
        },
        {
          "name": "zcp_schematicxp_t01",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t01"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_65",
      "power": 1,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Lucha contra la tormenta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t01",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t01"
        },
        {
          "name": "zcp_eventscaling_t01",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t01"
        },
        {
          "name": "zcp_schematicxp_t01",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t01"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_92",
      "power": 1,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Rescata a los supervivientes",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t02"
        },
        {
          "name": "zcp_eventscaling_t02",
          "quantity": 2,
          "itemType": "CardPack:zcp_eventscaling_t02"
        },
        {
          "name": "zcp_schematicxp_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t02"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_64",
      "power": 0,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Defensa del escudo antitormenta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_voucher_basicpack_outpost_theater1",
          "quantity": 1,
          "itemType": "CardPack:zcp_voucher_basicpack_outpost_theater1"
        },
        {
          "name": "zcp_heroxp_outpost_theater1",
          "quantity": 1,
          "itemType": "CardPack:zcp_heroxp_outpost_theater1"
        },
        {
          "name": "zcp_eventscaling_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t03"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_17",
      "power": 0,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Defensa del escudo antitormenta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_voucher_basicpack_outpost_theater2",
          "quantity": 1,
          "itemType": "CardPack:zcp_voucher_basicpack_outpost_theater2"
        },
        {
          "name": "zcp_heroxp_outpost_theater2",
          "quantity": 1,
          "itemType": "CardPack:zcp_heroxp_outpost_theater2"
        },
        {
          "name": "zcp_eventscaling_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t07"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_130",
      "power": 0,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Defensa del escudo antitormenta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_voucher_basicpack_outpost_theater4",
          "quantity": 1,
          "itemType": "CardPack:zcp_voucher_basicpack_outpost_theater4"
        },
        {
          "name": "zcp_heroxp_outpost_theater4",
          "quantity": 1,
          "itemType": "CardPack:zcp_heroxp_outpost_theater4"
        },
        {
          "name": "zcp_reagent_alteration_generic_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_veryhigh"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_87",
      "power": 0,
      "zone": "Stonewood",
      "zoneGeo": "Stonewood",
      "zoneGeoDisplay": "Bosque pedregoso",
      "missionName": "Defensa del escudo antitormenta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_voucher_basicpack_outpost_theater3",
          "quantity": 1,
          "itemType": "CardPack:zcp_voucher_basicpack_outpost_theater3"
        },
        {
          "name": "zcp_heroxp_outpost_theater3",
          "quantity": 1,
          "itemType": "CardPack:zcp_heroxp_outpost_theater3"
        },
        {
          "name": "zcp_reagent_c_t03_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t03_verylow"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_305",
      "power": 140,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 180,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 280,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 130,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 18000,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t25"
        },
        {
          "name": "zcp_eventscaling_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t25"
        },
        {
          "name": "zcp_schematicxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t25"
        },
        {
          "name": "zcp_phoenixxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t25"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_139",
      "power": 140,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_upgrade_sr",
          "quantity": 110,
          "itemType": "AccountResource:reagent_alteration_upgrade_sr"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 280,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 130,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 18000,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t25"
        },
        {
          "name": "zcp_reagent_alteration_generic_extreme",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_extreme"
        },
        {
          "name": "zcp_schematicxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t25"
        },
        {
          "name": "zcp_phoenixxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t25"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_303",
      "power": 140,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Lucha contra la tormenta de categoría 3",
      "modifiers": [
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 46,
          "itemType": "AccountResource:reagent_c_t03"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 280,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 130,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 18000,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t25"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_vr_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_vr_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t25"
        },
        {
          "name": "zcp_phoenixxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t25"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_118",
      "power": 140,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Lucha contra la tormenta de categoría 2",
      "modifiers": [
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "elementalzonewaterenableitem",
          "key": "elementalzonewaterenableitem"
        },
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_upgrade_sr",
          "quantity": 110,
          "itemType": "AccountResource:reagent_alteration_upgrade_sr"
        },
        {
          "name": "reagent_alteration_ele_water",
          "quantity": 280,
          "itemType": "AccountResource:reagent_alteration_ele_water"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 18000,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t25"
        },
        {
          "name": "zcp_reagent_c_t01_extreme",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t01_extreme"
        },
        {
          "name": "zcp_schematicxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t25"
        },
        {
          "name": "zcp_phoenixxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t25"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_123",
      "power": 140,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Reabastece la base",
      "modifiers": [
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t04",
          "quantity": 22,
          "itemType": "AccountResource:reagent_c_t04"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 280,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 130,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 18000,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t25"
        },
        {
          "name": "zcp_reagent_alteration_generic_extreme",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_extreme"
        },
        {
          "name": "zcp_schematicxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t25"
        },
        {
          "name": "zcp_phoenixxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t25"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_301",
      "power": 140,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Elimina y recolecta",
      "modifiers": [
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "elementalzonefireenableitem",
          "key": "elementalzonefireenableitem"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t02",
          "quantity": 71,
          "itemType": "AccountResource:reagent_c_t02"
        },
        {
          "name": "reagent_alteration_ele_fire",
          "quantity": 280,
          "itemType": "AccountResource:reagent_alteration_ele_fire"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 18000,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t25"
        },
        {
          "name": "zcp_eventscaling_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t25"
        },
        {
          "name": "zcp_schematicxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t25"
        },
        {
          "name": "zcp_phoenixxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t25"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_140",
      "power": 140,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 369,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 280,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 130,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 18000,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t02_veryhigh",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t02_veryhigh"
        },
        {
          "name": "zcp_eventscaling_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t25"
        },
        {
          "name": "zcp_phoenixxp_t25",
          "quantity": 2,
          "itemType": "CardPack:zcp_phoenixxp_t25"
        },
        {
          "name": "zcp_personnelxp_t25",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t25"
        },
        {
          "name": "zcp_schematicxp_t25",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t25"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_141",
      "power": 140,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Evacua el refugio",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "hid_constructor_011_sr_t01",
          "quantity": 1,
          "itemType": "Hero:hid_constructor_011_sr_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 280,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 130,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 18000,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t03_high",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t03_high"
        },
        {
          "name": "zcp_eventscaling_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t25"
        },
        {
          "name": "zcp_phoenixxp_t25",
          "quantity": 2,
          "itemType": "CardPack:zcp_phoenixxp_t25"
        },
        {
          "name": "zcp_personnelxp_t25",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t25"
        },
        {
          "name": "zcp_schematicxp_t25",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t25"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_311",
      "power": 124,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Evacua el refugio",
      "modifiers": [
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "did_defendersniper_basic_m_sr_t01",
          "quantity": 1,
          "itemType": "Defender:did_defendersniper_basic_m_sr_t01"
        },
        {
          "name": "hid_commando_gunheadshot_sr_t01",
          "quantity": 1,
          "itemType": "Hero:hid_commando_gunheadshot_sr_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 260,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 126,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 14850,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t23"
        },
        {
          "name": "zcp_reagent_c_t03_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t03_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t23"
        },
        {
          "name": "zcp_phoenixxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t23"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_155",
      "power": 124,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t04",
          "quantity": 18,
          "itemType": "AccountResource:reagent_c_t04"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 260,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 126,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 14850,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t23"
        },
        {
          "name": "zcp_reagent_c_t03_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t03_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t23"
        },
        {
          "name": "zcp_phoenixxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t23"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_150",
      "power": 124,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Rescata a los supervivientes",
      "modifiers": [
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 40,
          "itemType": "AccountResource:reagent_c_t03"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 260,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 126,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 14850,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t23"
        },
        {
          "name": "zcp_eventscaling_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t23"
        },
        {
          "name": "zcp_schematicxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t23"
        },
        {
          "name": "zcp_phoenixxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t23"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_137",
      "power": 124,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Elimina y recolecta",
      "modifiers": [
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        }
      ],
      "alerts": [
        {
          "name": "did_defendersniper_basic_m_sr_t01",
          "quantity": 1,
          "itemType": "Defender:did_defendersniper_basic_m_sr_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 260,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 126,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 14850,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t23"
        },
        {
          "name": "zcp_eventscaling_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t23"
        },
        {
          "name": "zcp_schematicxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t23"
        },
        {
          "name": "zcp_phoenixxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t23"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_135",
      "power": 124,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Lanza el cohete",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        }
      ],
      "alerts": [
        {
          "name": "did_defendersniper_basic_vr_t01",
          "quantity": 1,
          "itemType": "Defender:did_defendersniper_basic_vr_t01"
        },
        {
          "name": "workerbasic_vr_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_vr_t01"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 14850,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t23"
        },
        {
          "name": "zcp_reagent_c_t03_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t03_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t23"
        },
        {
          "name": "zcp_phoenixxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t23"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_148",
      "power": 124,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Destruye los campamentos",
      "modifiers": [
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "elementalzonewaterenableitem",
          "key": "elementalzonewaterenableitem"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 132,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "reagent_alteration_ele_water",
          "quantity": 260,
          "itemType": "AccountResource:reagent_alteration_ele_water"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 14850,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t23"
        },
        {
          "name": "zcp_reagent_c_t03_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t03_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t23"
        },
        {
          "name": "zcp_phoenixxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t23"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_138",
      "power": 124,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Repara el refugio",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 297,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 260,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 126,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 14850,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_alteration_upgrade_vr_high",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_vr_high"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_sr",
          "quantity": 3,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_sr"
        },
        {
          "name": "zcp_eventscaling_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t23"
        },
        {
          "name": "zcp_phoenixxp_t23",
          "quantity": 2,
          "itemType": "CardPack:zcp_phoenixxp_t23"
        },
        {
          "name": "zcp_personnelxp_t23",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t23"
        },
        {
          "name": "zcp_schematicxp_t23",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t23"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_163",
      "power": 124,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t04",
          "quantity": 22,
          "itemType": "AccountResource:reagent_c_t04"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 260,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 126,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 14850,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t04_medium",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t04_medium"
        },
        {
          "name": "zcp_eventscaling_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t23"
        },
        {
          "name": "zcp_phoenixxp_t23",
          "quantity": 2,
          "itemType": "CardPack:zcp_phoenixxp_t23"
        },
        {
          "name": "zcp_personnelxp_t23",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t23"
        },
        {
          "name": "zcp_schematicxp_t23",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t23"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_107",
      "power": 108,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Elimina y recolecta",
      "modifiers": [
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t04",
          "quantity": 15,
          "itemType": "AccountResource:reagent_c_t04"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 240,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 122,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 12275,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t21"
        },
        {
          "name": "zcp_eventscaling_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t21"
        },
        {
          "name": "zcp_schematicxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t21"
        },
        {
          "name": "zcp_phoenixxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t21"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_124",
      "power": 108,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t02",
          "quantity": 53,
          "itemType": "AccountResource:reagent_c_t02"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 240,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 122,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 12275,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t21"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_vr_high",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_vr_high"
        },
        {
          "name": "zcp_schematicxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t21"
        },
        {
          "name": "zcp_phoenixxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t21"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_116",
      "power": 108,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Destruye los campamentos",
      "modifiers": [
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "elementalzonewaterenableitem",
          "key": "elementalzonewaterenableitem"
        },
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t02",
          "quantity": 53,
          "itemType": "AccountResource:reagent_c_t02"
        },
        {
          "name": "reagent_alteration_ele_water",
          "quantity": 240,
          "itemType": "AccountResource:reagent_alteration_ele_water"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 12275,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t21"
        },
        {
          "name": "zcp_eventscaling_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t21"
        },
        {
          "name": "zcp_schematicxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t21"
        },
        {
          "name": "zcp_phoenixxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t21"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_112",
      "power": 108,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Reabastecimiento",
      "modifiers": [
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 34,
          "itemType": "AccountResource:reagent_c_t03"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 240,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 122,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 12275,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t21"
        },
        {
          "name": "zcp_eventscaling_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t21"
        },
        {
          "name": "zcp_schematicxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t21"
        },
        {
          "name": "zcp_phoenixxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t21"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_108",
      "power": 108,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_upgrade_vr",
          "quantity": 100,
          "itemType": "AccountResource:reagent_alteration_upgrade_vr"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 12275,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t21"
        },
        {
          "name": "zcp_reagent_c_t04_low",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t04_low"
        },
        {
          "name": "zcp_schematicxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t21"
        },
        {
          "name": "zcp_phoenixxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t21"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_115",
      "power": 108,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Reabastece la base",
      "modifiers": [
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_upgrade_sr",
          "quantity": 95,
          "itemType": "AccountResource:reagent_alteration_upgrade_sr"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 240,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 122,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 12275,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t21"
        },
        {
          "name": "zcp_reagent_alteration_generic_extreme",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_extreme"
        },
        {
          "name": "zcp_schematicxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t21"
        },
        {
          "name": "zcp_phoenixxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t21"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_142",
      "power": 108,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Lucha contra la tormenta de categoría 4",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 45,
          "itemType": "AccountResource:reagent_c_t03"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 240,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 122,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 12275,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t02_high",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t02_high"
        },
        {
          "name": "zcp_eventscaling_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t21"
        },
        {
          "name": "zcp_phoenixxp_t21",
          "quantity": 2,
          "itemType": "CardPack:zcp_phoenixxp_t21"
        },
        {
          "name": "zcp_personnelxp_t21",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t21"
        },
        {
          "name": "zcp_schematicxp_t21",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t21"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_119",
      "power": 108,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        }
      ],
      "alerts": [
        {
          "name": "hid_constructor_009_sr_t01",
          "quantity": 1,
          "itemType": "Hero:hid_constructor_009_sr_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 240,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 122,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 12275,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t04_medium",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t04_medium"
        },
        {
          "name": "zcp_eventscaling_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t21"
        },
        {
          "name": "zcp_phoenixxp_t21",
          "quantity": 2,
          "itemType": "CardPack:zcp_phoenixxp_t21"
        },
        {
          "name": "zcp_personnelxp_t21",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t21"
        },
        {
          "name": "zcp_schematicxp_t21",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t21"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_130",
      "power": 94,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Repara el refugio",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 297,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 220,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 118,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 10125,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_alteration_upgrade_vr",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_vr"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_sr",
          "quantity": 3,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_sr"
        },
        {
          "name": "zcp_eventscaling_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t19"
        },
        {
          "name": "zcp_phoenixxp_t19",
          "quantity": 2,
          "itemType": "CardPack:zcp_phoenixxp_t19"
        },
        {
          "name": "zcp_personnelxp_t19",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t19"
        },
        {
          "name": "zcp_schematicxp_t19",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t19"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_105",
      "power": 94,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Evacua el refugio",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_sr_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_sr_t01"
        },
        {
          "name": "did_defenderassault_basic_m_sr_t01",
          "quantity": 1,
          "itemType": "Defender:did_defenderassault_basic_m_sr_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 220,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 118,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 10125,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t04_verylow",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t04_verylow"
        },
        {
          "name": "zcp_eventscaling_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t19"
        },
        {
          "name": "zcp_phoenixxp_t19",
          "quantity": 2,
          "itemType": "CardPack:zcp_phoenixxp_t19"
        },
        {
          "name": "zcp_personnelxp_t19",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t19"
        },
        {
          "name": "zcp_schematicxp_t19",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t19"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_128",
      "power": 94,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Evacua el refugio",
      "modifiers": [
        {
          "name": "gm soldier damage buff",
          "key": "gm_soldier_damage_buff"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 29,
          "itemType": "AccountResource:reagent_c_t03"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 220,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 118,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 10125,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t19"
        },
        {
          "name": "zcp_eventscaling_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t19"
        },
        {
          "name": "zcp_schematicxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t19"
        },
        {
          "name": "zcp_phoenixxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t19"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_131",
      "power": 94,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "gm ninja damage buff",
          "key": "gm_ninja_damage_buff"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t02",
          "quantity": 45,
          "itemType": "AccountResource:reagent_c_t02"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 220,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 118,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 10125,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t19"
        },
        {
          "name": "zcp_eventscaling_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t19"
        },
        {
          "name": "zcp_schematicxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t19"
        },
        {
          "name": "zcp_phoenixxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t19"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_203",
      "power": 94,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Destruye los campamentos",
      "modifiers": [
        {
          "name": "gm soldier abilityrate buff",
          "key": "gm_soldier_abilityrate_buff"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 29,
          "itemType": "AccountResource:reagent_c_t03"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 220,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 118,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 10125,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t19"
        },
        {
          "name": "zcp_eventscaling_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t19"
        },
        {
          "name": "zcp_schematicxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t19"
        },
        {
          "name": "zcp_phoenixxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t19"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_132",
      "power": 94,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Repara el refugio",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_upgrade_vr",
          "quantity": 90,
          "itemType": "AccountResource:reagent_alteration_upgrade_vr"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 10125,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t19"
        },
        {
          "name": "zcp_eventscaling_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t19"
        },
        {
          "name": "zcp_schematicxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t19"
        },
        {
          "name": "zcp_phoenixxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t19"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_129",
      "power": 94,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Lucha contra la tormenta de categoría 2",
      "modifiers": [
        {
          "name": "gm hero tech buff",
          "key": "gm_hero_tech_buff"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "elementalzonewaterenableitem",
          "key": "elementalzonewaterenableitem"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_upgrade_sr",
          "quantity": 85,
          "itemType": "AccountResource:reagent_alteration_upgrade_sr"
        },
        {
          "name": "reagent_alteration_ele_water",
          "quantity": 220,
          "itemType": "AccountResource:reagent_alteration_ele_water"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 10125,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t19"
        },
        {
          "name": "zcp_reagent_alteration_generic_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t19"
        },
        {
          "name": "zcp_phoenixxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t19"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_146",
      "power": 94,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Construye los radares",
      "modifiers": [
        {
          "name": "gm ninja damage buff",
          "key": "gm_ninja_damage_buff"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_upgrade_vr",
          "quantity": 105,
          "itemType": "AccountResource:reagent_alteration_upgrade_vr"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 220,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 118,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 10125,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t19"
        },
        {
          "name": "zcp_eventscaling_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t19"
        },
        {
          "name": "zcp_schematicxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t19"
        },
        {
          "name": "zcp_phoenixxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t19"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_228",
      "power": 82,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "gm player ondmgdealt lifeleech",
          "key": "gm_player_ondmgdealt_lifeleech"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 65,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 200,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 112,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 8350,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t17"
        },
        {
          "name": "zcp_eventscaling_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t17"
        },
        {
          "name": "zcp_schematicxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t17"
        },
        {
          "name": "zcp_phoenixxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t17"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_239",
      "power": 82,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Evacua el refugio",
      "modifiers": [
        {
          "name": "gm player ondmgdealt lifeleech",
          "key": "gm_player_ondmgdealt_lifeleech"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        },
        {
          "name": "elementalzonefireenableitem",
          "key": "elementalzonefireenableitem"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t02",
          "quantity": 38,
          "itemType": "AccountResource:reagent_c_t02"
        },
        {
          "name": "reagent_alteration_ele_fire",
          "quantity": 200,
          "itemType": "AccountResource:reagent_alteration_ele_fire"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 8350,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t17"
        },
        {
          "name": "zcp_eventscaling_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t17"
        },
        {
          "name": "zcp_schematicxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t17"
        },
        {
          "name": "zcp_phoenixxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t17"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_229",
      "power": 82,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "gm trap buff",
          "key": "gm_trap_buff"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t04",
          "quantity": 9,
          "itemType": "AccountResource:reagent_c_t04"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 200,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 112,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 8350,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t17"
        },
        {
          "name": "zcp_reagent_alteration_generic_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t17"
        },
        {
          "name": "zcp_phoenixxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t17"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_240",
      "power": 82,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Lucha contra la tormenta de categoría 2",
      "modifiers": [
        {
          "name": "gm player onshielddestroyed aoe",
          "key": "gm_player_onshielddestroyed_aoe"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 22,
          "itemType": "AccountResource:reagent_c_t03"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 200,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 112,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 8350,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t17"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_sr",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_sr"
        },
        {
          "name": "zcp_schematicxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t17"
        },
        {
          "name": "zcp_phoenixxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t17"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_179",
      "power": 82,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Reabastece la base",
      "modifiers": [
        {
          "name": "gm outlander tech buff",
          "key": "gm_outlander_tech_buff"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_vr_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_vr_t01"
        },
        {
          "name": "hid_outlander_spherefragment_vr_t01",
          "quantity": 1,
          "itemType": "Hero:hid_outlander_spherefragment_vr_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 200,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 112,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 8350,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t17"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_sr",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_sr"
        },
        {
          "name": "zcp_schematicxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t17"
        },
        {
          "name": "zcp_phoenixxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t17"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_407",
      "power": 82,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Lucha contra la tormenta de categoría 3",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_sr_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_sr_t01"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 8350,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t17"
        },
        {
          "name": "zcp_reagent_alteration_generic_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t17"
        },
        {
          "name": "zcp_phoenixxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t17"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_181",
      "power": 82,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Lucha contra la tormenta de categoría 4",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 276,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 200,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 112,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 8350,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t03_low",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t03_low"
        },
        {
          "name": "zcp_eventscaling_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t17"
        },
        {
          "name": "zcp_phoenixxp_t17",
          "quantity": 2,
          "itemType": "CardPack:zcp_phoenixxp_t17"
        },
        {
          "name": "zcp_personnelxp_t17",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t17"
        },
        {
          "name": "zcp_schematicxp_t17",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t17"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_227",
      "power": 82,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 276,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 200,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 112,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 8350,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t04_verylow",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t04_verylow"
        },
        {
          "name": "zcp_eventscaling_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t17"
        },
        {
          "name": "zcp_phoenixxp_t17",
          "quantity": 2,
          "itemType": "CardPack:zcp_phoenixxp_t17"
        },
        {
          "name": "zcp_personnelxp_t17",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t17"
        },
        {
          "name": "zcp_schematicxp_t17",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t17"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_101",
      "power": 70,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "gm player ondmgdealt lifeleech",
          "key": "gm_player_ondmgdealt_lifeleech"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t02",
          "quantity": 34,
          "itemType": "AccountResource:reagent_c_t02"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 180,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 102,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 6900,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_reagent_c_t03_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t03_verylow"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        },
        {
          "name": "zcp_phoenixxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t15"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_206",
      "power": 70,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Lucha contra la tormenta de categoría 3",
      "modifiers": [
        {
          "name": "gm outlander damage buff",
          "key": "gm_outlander_damage_buff"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "elementalzonefireenableitem",
          "key": "elementalzonefireenableitem"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 120,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_fire",
          "quantity": 180,
          "itemType": "AccountResource:reagent_alteration_ele_fire"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 6900,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_reagent_alteration_generic_high",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_high"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        },
        {
          "name": "zcp_phoenixxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t15"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_207",
      "power": 70,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Construye los radares",
      "modifiers": [
        {
          "name": "gm player pistol damagebuff",
          "key": "gm_player_pistol_damagebuff"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t02",
          "quantity": 34,
          "itemType": "AccountResource:reagent_c_t02"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 180,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 102,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 6900,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_reagent_alteration_generic_high",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_high"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        },
        {
          "name": "zcp_phoenixxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t15"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_189",
      "power": 70,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "gm player ondmgdealt lifeleech",
          "key": "gm_player_ondmgdealt_lifeleech"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "elementalzonewaterenableitem",
          "key": "elementalzonewaterenableitem"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_upgrade_sr",
          "quantity": 60,
          "itemType": "AccountResource:reagent_alteration_upgrade_sr"
        },
        {
          "name": "reagent_alteration_ele_water",
          "quantity": 180,
          "itemType": "AccountResource:reagent_alteration_ele_water"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 6900,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_eventscaling_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t15"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        },
        {
          "name": "zcp_phoenixxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t15"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_85",
      "power": 70,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Reabastece la base",
      "modifiers": [
        {
          "name": "gm player ondmgdealt lifeleech",
          "key": "gm_player_ondmgdealt_lifeleech"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 58,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 180,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 102,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 6900,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_eventscaling_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t15"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        },
        {
          "name": "zcp_phoenixxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t15"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_98",
      "power": 70,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Evacua el refugio",
      "modifiers": [
        {
          "name": "gm player onshielddestroyed aoe",
          "key": "gm_player_onshielddestroyed_aoe"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 18,
          "itemType": "AccountResource:reagent_c_t03"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 180,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 102,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 6900,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_reagent_c_t03_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t03_verylow"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        },
        {
          "name": "zcp_phoenixxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t15"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_190",
      "power": 70,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Lucha contra la tormenta de categoría 4",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 246,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 180,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 102,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 6900,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_alteration_generic_high",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_alteration_generic_high"
        },
        {
          "name": "zcp_eventscaling_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t15"
        },
        {
          "name": "zcp_phoenixxp_t15",
          "quantity": 2,
          "itemType": "CardPack:zcp_phoenixxp_t15"
        },
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t15"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_99",
      "power": 70,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_upgrade_vr",
          "quantity": 164,
          "itemType": "AccountResource:reagent_alteration_upgrade_vr"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 180,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 102,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 6900,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t01_medium",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t01_medium"
        },
        {
          "name": "zcp_eventscaling_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t15"
        },
        {
          "name": "zcp_phoenixxp_t15",
          "quantity": 2,
          "itemType": "CardPack:zcp_phoenixxp_t15"
        },
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t15"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_223",
      "power": 58,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "gm constructor damage buff",
          "key": "gm_constructor_damage_buff"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 15,
          "itemType": "AccountResource:reagent_c_t03"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 160,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 92,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 5700,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_eventscaling_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t13"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        },
        {
          "name": "zcp_phoenixxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t13"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_221",
      "power": 58,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Evacua el refugio",
      "modifiers": [
        {
          "name": "gm player ondmgdealt lifeleech",
          "key": "gm_player_ondmgdealt_lifeleech"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_r_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_r_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 160,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 92,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 5700,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_eventscaling_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t13"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        },
        {
          "name": "zcp_phoenixxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t13"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_192",
      "power": 58,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Rescata a los supervivientes",
      "modifiers": [
        {
          "name": "gm outlander damage buff",
          "key": "gm_outlander_damage_buff"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "hid_outlander_015_f_v1_r_t01",
          "quantity": 1,
          "itemType": "Hero:hid_outlander_015_f_v1_r_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 160,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 92,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 5700,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_eventscaling_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t13"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        },
        {
          "name": "zcp_phoenixxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t13"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_195",
      "power": 58,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Lucha contra la tormenta de categoría 3",
      "modifiers": [
        {
          "name": "gm player spearsworddamage buff",
          "key": "gm_player_spearsworddamage_buff"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 100,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 160,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 92,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 5700,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_eventscaling_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t13"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        },
        {
          "name": "zcp_phoenixxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t13"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_224",
      "power": 58,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Repara el refugio",
      "modifiers": [
        {
          "name": "gm ninja damage buff",
          "key": "gm_ninja_damage_buff"
        },
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        },
        {
          "name": "elementalzonefireenableitem",
          "key": "elementalzonefireenableitem"
        }
      ],
      "alerts": [
        {
          "name": "did_defendersniper_basic_r_t01",
          "quantity": 1,
          "itemType": "Defender:did_defendersniper_basic_r_t01"
        },
        {
          "name": "did_defenderassault_basic_r_t01",
          "quantity": 1,
          "itemType": "Defender:did_defenderassault_basic_r_t01"
        },
        {
          "name": "reagent_alteration_ele_fire",
          "quantity": 160,
          "itemType": "AccountResource:reagent_alteration_ele_fire"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 5700,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_r",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_r"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        },
        {
          "name": "zcp_phoenixxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t13"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_222",
      "power": 58,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Repara el refugio",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t02",
          "quantity": 32,
          "itemType": "AccountResource:reagent_c_t02"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 160,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 92,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 5700,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_alteration_upgrade_uc",
          "quantity": 2,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_uc"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_r",
          "quantity": 2,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_r"
        },
        {
          "name": "zcp_eventscaling_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t13"
        },
        {
          "name": "zcp_phoenixxp_t13",
          "quantity": 2,
          "itemType": "CardPack:zcp_phoenixxp_t13"
        },
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t13"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_193",
      "power": 58,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Lucha contra la tormenta de categoría 3",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_vr_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_vr_t01"
        },
        {
          "name": "hid_commando_007_vr_t01",
          "quantity": 1,
          "itemType": "Hero:hid_commando_007_vr_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 160,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 92,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 5700,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_alteration_upgrade_r",
          "quantity": 3,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_r"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_uc",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_uc"
        },
        {
          "name": "zcp_eventscaling_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t13"
        },
        {
          "name": "zcp_phoenixxp_t13",
          "quantity": 2,
          "itemType": "CardPack:zcp_phoenixxp_t13"
        },
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t13"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_81",
      "power": 46,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Lucha contra la tormenta de categoría 3",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawnenemyrangeresistpool",
          "key": "gm_enemy_ondeath_spawnenemyrangeresistpool"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 164,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 140,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 80,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 4700,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_alteration_generic_medium",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_alteration_generic_medium"
        },
        {
          "name": "zcp_eventscaling_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t11"
        },
        {
          "name": "zcp_phoenixxp_t11",
          "quantity": 2,
          "itemType": "CardPack:zcp_phoenixxp_t11"
        },
        {
          "name": "zcp_personnelxp_t11",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t11"
        },
        {
          "name": "zcp_schematicxp_t11",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t11"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_69",
      "power": 46,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        }
      ],
      "alerts": [
        {
          "name": "hid_commando_gcgrenade_vr_t01",
          "quantity": 1,
          "itemType": "Hero:hid_commando_gcgrenade_vr_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 140,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 80,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 4700,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_alteration_upgrade_r",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_r"
        },
        {
          "name": "zcp_eventscaling_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t11"
        },
        {
          "name": "zcp_phoenixxp_t11",
          "quantity": 2,
          "itemType": "CardPack:zcp_phoenixxp_t11"
        },
        {
          "name": "zcp_personnelxp_t11",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t11"
        },
        {
          "name": "zcp_schematicxp_t11",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t11"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_71",
      "power": 46,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Elimina y recolecta",
      "modifiers": [
        {
          "name": "gm outlander damage buff",
          "key": "gm_outlander_damage_buff"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_upgrade_r",
          "quantity": 80,
          "itemType": "AccountResource:reagent_alteration_upgrade_r"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 140,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 80,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 4700,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t11"
        },
        {
          "name": "zcp_eventscaling_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t11"
        },
        {
          "name": "zcp_schematicxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t11"
        },
        {
          "name": "zcp_phoenixxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t11"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_211",
      "power": 46,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Construye los radares",
      "modifiers": [
        {
          "name": "gm soldier damage buff",
          "key": "gm_soldier_damage_buff"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        },
        {
          "name": "elementalzonefireenableitem",
          "key": "elementalzonefireenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_upgrade_r",
          "quantity": 80,
          "itemType": "AccountResource:reagent_alteration_upgrade_r"
        },
        {
          "name": "reagent_alteration_ele_fire",
          "quantity": 140,
          "itemType": "AccountResource:reagent_alteration_ele_fire"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 4700,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t11"
        },
        {
          "name": "zcp_eventscaling_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t11"
        },
        {
          "name": "zcp_schematicxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t11"
        },
        {
          "name": "zcp_phoenixxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t11"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_213",
      "power": 46,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Reabastecimiento",
      "modifiers": [
        {
          "name": "gm player ondmgdealt lifeleech",
          "key": "gm_player_ondmgdealt_lifeleech"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "managerengineer_uc_t01",
          "quantity": 1,
          "itemType": "Worker:managerengineer_uc_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 140,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 80,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 4700,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t11"
        },
        {
          "name": "zcp_eventscaling_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t11"
        },
        {
          "name": "zcp_schematicxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t11"
        },
        {
          "name": "zcp_phoenixxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t11"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_82",
      "power": 46,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Lanza el cohete",
      "modifiers": [
        {
          "name": "gm player bluntdamage buff",
          "key": "gm_player_bluntdamage_buff"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 9,
          "itemType": "AccountResource:reagent_c_t03"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 140,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 80,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 4700,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t11"
        },
        {
          "name": "zcp_reagent_c_t02_low",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t02_low"
        },
        {
          "name": "zcp_schematicxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t11"
        },
        {
          "name": "zcp_phoenixxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t11"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_73",
      "power": 46,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "gm player bluntdamage buff",
          "key": "gm_player_bluntdamage_buff"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 80,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 140,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 80,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 4700,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t11"
        },
        {
          "name": "zcp_reagent_alteration_generic_medium",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_medium"
        },
        {
          "name": "zcp_schematicxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t11"
        },
        {
          "name": "zcp_phoenixxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t11"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_210",
      "power": 46,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Lucha contra la tormenta de categoría 3",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 5,
          "itemType": "AccountResource:reagent_c_t03"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 4700,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t11"
        },
        {
          "name": "zcp_eventscaling_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t11"
        },
        {
          "name": "zcp_schematicxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t11"
        },
        {
          "name": "zcp_phoenixxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t11"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_44",
      "power": 34,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Rescata a los supervivientes",
      "modifiers": [
        {
          "name": "gm player axesscythesdamage buff",
          "key": "gm_player_axesscythesdamage_buff"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 60,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 130,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 65,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 3875,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "peoplexp",
          "quantity": 1,
          "itemType": "AccountResource:peoplexp"
        },
        {
          "name": "zcp_eventscaling_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t09"
        },
        {
          "name": "zcp_schematicxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t09"
        },
        {
          "name": "zcp_phoenixxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t09"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_172",
      "power": 34,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "gm ninja sword damagebuff",
          "key": "gm_ninja_sword_damagebuff"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_uc_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_uc_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 130,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 65,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 3875,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "peoplexp",
          "quantity": 1,
          "itemType": "AccountResource:peoplexp"
        },
        {
          "name": "zcp_eventscaling_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t09"
        },
        {
          "name": "zcp_schematicxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t09"
        },
        {
          "name": "zcp_phoenixxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t09"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_214",
      "power": 34,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Lucha contra la tormenta de categoría 2",
      "modifiers": [
        {
          "name": "gm player assaultrifle damage buff",
          "key": "gm_player_assaultrifle_damage_buff"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy ondmgreceived speedbuff",
          "key": "gm_enemy_ondmgreceived_speedbuff"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_alteration_generic",
          "quantity": 60,
          "itemType": "AccountResource:reagent_alteration_generic"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 130,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 65,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 3875,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t09"
        },
        {
          "name": "zcp_reagent_alteration_generic_low",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_low"
        },
        {
          "name": "zcp_schematicxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t09"
        },
        {
          "name": "zcp_phoenixxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t09"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_38",
      "power": 34,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Construye los radares",
      "modifiers": [
        {
          "name": "gm player bluntdamage buff",
          "key": "gm_player_bluntdamage_buff"
        },
        {
          "name": "gm enemy hideonminimap",
          "key": "gm_enemy_hideonminimap"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        },
        {
          "name": "elementalzonefireenableitem",
          "key": "elementalzonefireenableitem"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_uc_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_uc_t01"
        },
        {
          "name": "reagent_alteration_ele_fire",
          "quantity": 130,
          "itemType": "AccountResource:reagent_alteration_ele_fire"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 3875,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t09"
        },
        {
          "name": "zcp_eventscaling_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t09"
        },
        {
          "name": "zcp_schematicxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t09"
        },
        {
          "name": "zcp_phoenixxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t09"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_15",
      "power": 34,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Lucha contra la tormenta de categoría 2",
      "modifiers": [
        {
          "name": "gm player bluntdamage buff",
          "key": "gm_player_bluntdamage_buff"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 40,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 130,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 65,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 3875,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "peoplexp",
          "quantity": 1,
          "itemType": "AccountResource:peoplexp"
        },
        {
          "name": "zcp_eventscaling_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t09"
        },
        {
          "name": "zcp_schematicxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t09"
        },
        {
          "name": "zcp_phoenixxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t09"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_7",
      "power": 34,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Destruye los campamentos",
      "modifiers": [
        {
          "name": "gm player meleeknockback buff",
          "key": "gm_player_meleeknockback_buff"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "elementalzonewaterenableitem",
          "key": "elementalzonewaterenableitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t03",
          "quantity": 4,
          "itemType": "AccountResource:reagent_c_t03"
        },
        {
          "name": "reagent_alteration_ele_water",
          "quantity": 130,
          "itemType": "AccountResource:reagent_alteration_ele_water"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 3875,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t09"
        },
        {
          "name": "zcp_eventscaling_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t09"
        },
        {
          "name": "zcp_schematicxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t09"
        },
        {
          "name": "zcp_phoenixxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t09"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_35",
      "power": 34,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 38,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 130,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 65,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 3875,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t01_low",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t01_low"
        },
        {
          "name": "zcp_eventscaling_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t09"
        },
        {
          "name": "zcp_phoenixxp_t09",
          "quantity": 2,
          "itemType": "CardPack:zcp_phoenixxp_t09"
        },
        {
          "name": "zcp_personnelxp_t09",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t09"
        },
        {
          "name": "zcp_schematicxp_t09",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t09"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_36",
      "power": 34,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Repara el refugio",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 38,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 130,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 65,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 3875,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_alteration_generic_low",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_alteration_generic_low"
        },
        {
          "name": "zcp_eventscaling_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t09"
        },
        {
          "name": "zcp_phoenixxp_t09",
          "quantity": 2,
          "itemType": "CardPack:zcp_phoenixxp_t09"
        },
        {
          "name": "zcp_personnelxp_t09",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t09"
        },
        {
          "name": "zcp_schematicxp_t09",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t09"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_67",
      "power": 23,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Lucha contra la tormenta de categoría 2",
      "modifiers": [
        {
          "name": "gm player meleeknockback buff",
          "key": "gm_player_meleeknockback_buff"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_uc_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_uc_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 55,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 3200,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t07"
        },
        {
          "name": "zcp_eventscaling_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t07"
        },
        {
          "name": "zcp_schematicxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t07"
        },
        {
          "name": "zcp_phoenixxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t07"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_48",
      "power": 23,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Lucha contra la tormenta",
      "modifiers": [
        {
          "name": "gm outlander tech buff",
          "key": "gm_outlander_tech_buff"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 30,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 55,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 3200,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t07"
        },
        {
          "name": "zcp_reagent_c_t02_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t02_verylow"
        },
        {
          "name": "zcp_schematicxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t07"
        },
        {
          "name": "zcp_phoenixxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t07"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_86",
      "power": 23,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 10,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 3200,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t07"
        },
        {
          "name": "zcp_eventscaling_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t07"
        },
        {
          "name": "zcp_schematicxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t07"
        },
        {
          "name": "zcp_phoenixxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t07"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_87",
      "power": 23,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Construye los radares",
      "modifiers": [
        {
          "name": "gm player meleeknockback buff",
          "key": "gm_player_meleeknockback_buff"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 30,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 55,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 3200,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t07"
        },
        {
          "name": "zcp_eventscaling_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t07"
        },
        {
          "name": "zcp_schematicxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t07"
        },
        {
          "name": "zcp_phoenixxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t07"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_42",
      "power": 23,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Reabastece la base",
      "modifiers": [
        {
          "name": "gm trap buff",
          "key": "gm_trap_buff"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 30,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 55,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 3200,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t07"
        },
        {
          "name": "zcp_reagent_c_t02_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t02_verylow"
        },
        {
          "name": "zcp_schematicxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t07"
        },
        {
          "name": "zcp_phoenixxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t07"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_78",
      "power": 23,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Lucha contra la tormenta de categoría 2",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "hid_ninja_slashbreath_r_t01",
          "quantity": 1,
          "itemType": "Hero:hid_ninja_slashbreath_r_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 55,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 3200,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_alteration_generic_verylow",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_alteration_generic_verylow"
        },
        {
          "name": "zcp_eventscaling_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t07"
        },
        {
          "name": "zcp_phoenixxp_t07",
          "quantity": 2,
          "itemType": "CardPack:zcp_phoenixxp_t07"
        },
        {
          "name": "zcp_personnelxp_t07",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t07"
        },
        {
          "name": "zcp_schematicxp_t07",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t07"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_51",
      "power": 23,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawnplayerslowpool",
          "key": "gm_enemy_ondeath_spawnplayerslowpool"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 26,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 55,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 3200,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_alteration_generic_verylow",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_alteration_generic_verylow"
        },
        {
          "name": "zcp_eventscaling_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t07"
        },
        {
          "name": "zcp_phoenixxp_t07",
          "quantity": 2,
          "itemType": "CardPack:zcp_phoenixxp_t07"
        },
        {
          "name": "zcp_personnelxp_t07",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t07"
        },
        {
          "name": "zcp_schematicxp_t07",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t07"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_19",
      "power": 15,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Lucha contra la tormenta",
      "modifiers": [
        {
          "name": "gm hero tech buff",
          "key": "gm_hero_tech_buff"
        },
        {
          "name": "gm enemy onhitweakenbuildings",
          "key": "gm_enemy_onhitweakenbuildings"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 26,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 50,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 2650,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t05"
        },
        {
          "name": "zcp_eventscaling_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t05"
        },
        {
          "name": "zcp_schematicxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t05"
        },
        {
          "name": "zcp_phoenixxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t05"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_13",
      "power": 15,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "gm player axesscythesdamage buff",
          "key": "gm_player_axesscythesdamage_buff"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_c_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_c_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 50,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 2650,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t05"
        },
        {
          "name": "zcp_eventscaling_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t05"
        },
        {
          "name": "zcp_schematicxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t05"
        },
        {
          "name": "zcp_phoenixxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t05"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_9",
      "power": 15,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Reabastecimiento",
      "modifiers": [
        {
          "name": "gm player bluntdamage buff",
          "key": "gm_player_bluntdamage_buff"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 26,
          "itemType": "AccountResource:reagent_c_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 50,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 2650,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t05"
        },
        {
          "name": "zcp_eventscaling_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t05"
        },
        {
          "name": "zcp_schematicxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t05"
        },
        {
          "name": "zcp_phoenixxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t05"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_23",
      "power": 15,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Destruye los campamentos",
      "modifiers": [
        {
          "name": "gm ninja damage buff",
          "key": "gm_ninja_damage_buff"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_c_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_c_t01"
        },
        {
          "name": "did_defenderassault_basic_c_t01",
          "quantity": 1,
          "itemType": "Defender:did_defenderassault_basic_c_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 50,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 2650,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t05"
        },
        {
          "name": "zcp_eventscaling_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t05"
        },
        {
          "name": "zcp_schematicxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t05"
        },
        {
          "name": "zcp_phoenixxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t05"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_11",
      "power": 15,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Lucha contra la tormenta",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "reagent_c_t02",
          "quantity": 4,
          "itemType": "AccountResource:reagent_c_t02"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 50,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 2650,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t01_verylow",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t01_verylow"
        },
        {
          "name": "zcp_eventscaling_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t05"
        },
        {
          "name": "zcp_phoenixxp_t05",
          "quantity": 2,
          "itemType": "CardPack:zcp_phoenixxp_t05"
        },
        {
          "name": "zcp_personnelxp_t05",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t05"
        },
        {
          "name": "zcp_schematicxp_t05",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t05"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_57",
      "power": 5,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Rescata a los supervivientes",
      "modifiers": [
        {
          "name": "gm player explosive damagebuff",
          "key": "gm_player_explosive_damagebuff"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        }
      ],
      "alerts": [
        {
          "name": "workerbasic_uc_t01",
          "quantity": 1,
          "itemType": "Worker:workerbasic_uc_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 50,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 2175,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t03"
        },
        {
          "name": "zcp_eventscaling_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t03"
        },
        {
          "name": "zcp_schematicxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t03"
        },
        {
          "name": "zcp_phoenixxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t03"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_29",
      "power": 5,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "gm outlander damage buff",
          "key": "gm_outlander_damage_buff"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        }
      ],
      "alerts": [
        {
          "name": "hid_constructor_rushbase_uc_t01",
          "quantity": 1,
          "itemType": "Hero:hid_constructor_rushbase_uc_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 50,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 2175,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t03"
        },
        {
          "name": "zcp_eventscaling_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t03"
        },
        {
          "name": "zcp_schematicxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t03"
        },
        {
          "name": "zcp_phoenixxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t03"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_56",
      "power": 5,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Lucha contra la tormenta",
      "modifiers": [
        {
          "name": "gm player onshielddestroyed aoe",
          "key": "gm_player_onshielddestroyed_aoe"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        }
      ],
      "alerts": [
        {
          "name": "hid_ninja_015_f_v1_uc_t01",
          "quantity": 1,
          "itemType": "Hero:hid_ninja_015_f_v1_uc_t01"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 50,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 2175,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t03"
        },
        {
          "name": "zcp_eventscaling_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t03"
        },
        {
          "name": "zcp_schematicxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t03"
        },
        {
          "name": "zcp_phoenixxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t03"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_122",
      "power": 140,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_AdventureRevenge",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t25"
        },
        {
          "name": "zcp_reagent_c_t03_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t03_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t25"
        },
        {
          "name": "zcp_phoenixxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t25"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_300",
      "power": 140,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_Yarrr_WalkthePlank",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t25"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_vr_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_vr_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t25"
        },
        {
          "name": "zcp_phoenixxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t25"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_306",
      "power": 140,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_Yarrr_Island",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t25"
        },
        {
          "name": "zcp_reagent_c_t02_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t02_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t25"
        },
        {
          "name": "zcp_phoenixxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t25"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_382",
      "power": 140,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_BuildTheSTWIrwinMemorial",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t25"
        },
        {
          "name": "zcp_reagent_alteration_generic_extreme",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_extreme"
        },
        {
          "name": "zcp_schematicxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t25"
        },
        {
          "name": "zcp_phoenixxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t25"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_156",
      "power": 124,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_Yarrr_Island",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t23"
        },
        {
          "name": "zcp_reagent_alteration_generic_extreme",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_extreme"
        },
        {
          "name": "zcp_schematicxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t23"
        },
        {
          "name": "zcp_phoenixxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t23"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_157",
      "power": 124,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_Yarrr_WalkthePlank",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t23"
        },
        {
          "name": "zcp_reagent_c_t04_medium",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t04_medium"
        },
        {
          "name": "zcp_schematicxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t23"
        },
        {
          "name": "zcp_phoenixxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t23"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_159",
      "power": 124,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_AdventureRevenge",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t23"
        },
        {
          "name": "zcp_eventscaling_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t23"
        },
        {
          "name": "zcp_schematicxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t23"
        },
        {
          "name": "zcp_phoenixxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t23"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_381",
      "power": 124,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_BuildTheSTWIrwinMemorial",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t23"
        },
        {
          "name": "zcp_eventscaling_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t23"
        },
        {
          "name": "zcp_schematicxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t23"
        },
        {
          "name": "zcp_phoenixxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t23"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_110",
      "power": 108,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_AdventureRevenge",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t21"
        },
        {
          "name": "zcp_eventscaling_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t21"
        },
        {
          "name": "zcp_schematicxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t21"
        },
        {
          "name": "zcp_phoenixxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t21"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_133",
      "power": 108,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_Yarrr_Island",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t21"
        },
        {
          "name": "zcp_reagent_c_t04_low",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t04_low"
        },
        {
          "name": "zcp_schematicxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t21"
        },
        {
          "name": "zcp_phoenixxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t21"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_170",
      "power": 108,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_Yarrr_WalkthePlank",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t21"
        },
        {
          "name": "zcp_reagent_c_t04_low",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t04_low"
        },
        {
          "name": "zcp_schematicxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t21"
        },
        {
          "name": "zcp_phoenixxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t21"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_383",
      "power": 108,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_BuildTheSTWIrwinMemorial",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t21"
        },
        {
          "name": "zcp_reagent_alteration_generic_extreme",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_extreme"
        },
        {
          "name": "zcp_schematicxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t21"
        },
        {
          "name": "zcp_phoenixxp_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t21"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_145",
      "power": 94,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_AdventureRevenge",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t19"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_sr",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_sr"
        },
        {
          "name": "zcp_schematicxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t19"
        },
        {
          "name": "zcp_phoenixxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t19"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_149",
      "power": 94,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_Yarrr_Island",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t19"
        },
        {
          "name": "zcp_eventscaling_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t19"
        },
        {
          "name": "zcp_schematicxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t19"
        },
        {
          "name": "zcp_phoenixxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t19"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_152",
      "power": 94,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_Yarrr_WalkthePlank",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t19"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_sr",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_sr"
        },
        {
          "name": "zcp_schematicxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t19"
        },
        {
          "name": "zcp_phoenixxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t19"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_456",
      "power": 94,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_BuildTheSTWIrwinMemorial",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t19"
        },
        {
          "name": "zcp_eventscaling_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t19"
        },
        {
          "name": "zcp_schematicxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t19"
        },
        {
          "name": "zcp_phoenixxp_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t19"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_185",
      "power": 82,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_AdventureRevenge",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t17"
        },
        {
          "name": "zcp_eventscaling_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t17"
        },
        {
          "name": "zcp_schematicxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t17"
        },
        {
          "name": "zcp_phoenixxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t17"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_232",
      "power": 82,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_Yarrr_Island",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t17"
        },
        {
          "name": "zcp_reagent_c_t04_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t04_verylow"
        },
        {
          "name": "zcp_schematicxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t17"
        },
        {
          "name": "zcp_phoenixxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t17"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_355",
      "power": 82,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_Yarrr_WalkthePlank",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t17"
        },
        {
          "name": "zcp_eventscaling_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t17"
        },
        {
          "name": "zcp_schematicxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t17"
        },
        {
          "name": "zcp_phoenixxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t17"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_387",
      "power": 82,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_BuildTheSTWIrwinMemorial",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t17"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_vr",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_vr"
        },
        {
          "name": "zcp_schematicxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t17"
        },
        {
          "name": "zcp_phoenixxp_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t17"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_100",
      "power": 70,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_Yarrr_WalkthePlank",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_vr",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_vr"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        },
        {
          "name": "zcp_phoenixxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_103",
      "power": 70,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_Yarrr_Island",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_vr",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_vr"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        },
        {
          "name": "zcp_phoenixxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_143",
      "power": 70,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_AdventureRevenge",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_reagent_c_t01_medium",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t01_medium"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        },
        {
          "name": "zcp_phoenixxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_385",
      "power": 70,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_BuildTheSTWIrwinMemorial",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_reagent_alteration_generic_high",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_high"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        },
        {
          "name": "zcp_phoenixxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_225",
      "power": 58,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_Yarrr_Island",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_eventscaling_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t13"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        },
        {
          "name": "zcp_phoenixxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_243",
      "power": 58,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_Yarrr_WalkthePlank",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_eventscaling_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t13"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        },
        {
          "name": "zcp_phoenixxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_262",
      "power": 58,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_AdventureRevenge",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_reagent_alteration_generic_high",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_high"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        },
        {
          "name": "zcp_phoenixxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_388",
      "power": 58,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_BuildTheSTWIrwinMemorial",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_r",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_r"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        },
        {
          "name": "zcp_phoenixxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_83",
      "power": 58,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Destruye los campamentos",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t13"
        },
        {
          "name": "zcp_eventscaling_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t13"
        },
        {
          "name": "zcp_schematicxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t13"
        },
        {
          "name": "zcp_phoenixxp_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_74",
      "power": 46,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_AdventureRevenge",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t11"
        },
        {
          "name": "zcp_eventscaling_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t11"
        },
        {
          "name": "zcp_schematicxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t11"
        },
        {
          "name": "zcp_phoenixxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t11"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_177",
      "power": 46,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_Yarrr_Island",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t11"
        },
        {
          "name": "zcp_reagent_c_t02_low",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t02_low"
        },
        {
          "name": "zcp_schematicxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t11"
        },
        {
          "name": "zcp_phoenixxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t11"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_209",
      "power": 46,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_Yarrr_WalkthePlank",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t11"
        },
        {
          "name": "zcp_eventscaling_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t11"
        },
        {
          "name": "zcp_schematicxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t11"
        },
        {
          "name": "zcp_phoenixxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t11"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_384",
      "power": 46,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_BuildTheSTWIrwinMemorial",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t11"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_uc",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_uc"
        },
        {
          "name": "zcp_schematicxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t11"
        },
        {
          "name": "zcp_phoenixxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t11"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_43",
      "power": 34,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_AdventureRevenge",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "peoplexp",
          "quantity": 1,
          "itemType": "AccountResource:peoplexp"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_uc",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_uc"
        },
        {
          "name": "zcp_schematicxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t09"
        },
        {
          "name": "zcp_phoenixxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t09"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_171",
      "power": 34,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_Yarrr_Island",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t09"
        },
        {
          "name": "zcp_eventscaling_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t09"
        },
        {
          "name": "zcp_schematicxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t09"
        },
        {
          "name": "zcp_phoenixxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t09"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_260",
      "power": 34,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_Yarrr_WalkthePlank",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "peoplexp",
          "quantity": 1,
          "itemType": "AccountResource:peoplexp"
        },
        {
          "name": "zcp_reagent_c_t01_low",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t01_low"
        },
        {
          "name": "zcp_schematicxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t09"
        },
        {
          "name": "zcp_phoenixxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t09"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_386",
      "power": 34,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_BuildTheSTWIrwinMemorial",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "peoplexp",
          "quantity": 1,
          "itemType": "AccountResource:peoplexp"
        },
        {
          "name": "zcp_eventscaling_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t09"
        },
        {
          "name": "zcp_schematicxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t09"
        },
        {
          "name": "zcp_phoenixxp_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t09"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_58",
      "power": 23,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_Yarrr_Island",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t07"
        },
        {
          "name": "zcp_eventscaling_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t07"
        },
        {
          "name": "zcp_schematicxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t07"
        },
        {
          "name": "zcp_phoenixxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t07"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_65",
      "power": 23,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_AdventureRevenge",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t07"
        },
        {
          "name": "zcp_reagent_alteration_generic_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_verylow"
        },
        {
          "name": "zcp_schematicxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t07"
        },
        {
          "name": "zcp_phoenixxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t07"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_91",
      "power": 23,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_Yarrr_WalkthePlank",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t07"
        },
        {
          "name": "zcp_reagent_c_t01_low",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t01_low"
        },
        {
          "name": "zcp_schematicxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t07"
        },
        {
          "name": "zcp_phoenixxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t07"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_389",
      "power": 23,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_BuildTheSTWIrwinMemorial",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t07"
        },
        {
          "name": "zcp_eventscaling_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t07"
        },
        {
          "name": "zcp_schematicxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t07"
        },
        {
          "name": "zcp_phoenixxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t07"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_50",
      "power": 23,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Destruye los campamentos",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t07"
        },
        {
          "name": "zcp_eventscaling_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t07"
        },
        {
          "name": "zcp_schematicxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t07"
        },
        {
          "name": "zcp_phoenixxp_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t07"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_5",
      "power": 15,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_Yarrr_Island",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t05"
        },
        {
          "name": "zcp_eventscaling_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t05"
        },
        {
          "name": "zcp_schematicxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t05"
        },
        {
          "name": "zcp_phoenixxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t05"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_10",
      "power": 15,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_AdventureRevenge",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t05"
        },
        {
          "name": "zcp_eventscaling_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t05"
        },
        {
          "name": "zcp_schematicxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t05"
        },
        {
          "name": "zcp_phoenixxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t05"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_24",
      "power": 15,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_Yarrr_WalkthePlank",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t05"
        },
        {
          "name": "zcp_reagent_c_t01_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t01_verylow"
        },
        {
          "name": "zcp_schematicxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t05"
        },
        {
          "name": "zcp_phoenixxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t05"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_250",
      "power": 15,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_BuildTheSTWIrwinMemorial",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t05"
        },
        {
          "name": "zcp_eventscaling_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t05"
        },
        {
          "name": "zcp_schematicxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t05"
        },
        {
          "name": "zcp_phoenixxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t05"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_20",
      "power": 15,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Construye los radares",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t05"
        },
        {
          "name": "zcp_eventscaling_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t05"
        },
        {
          "name": "zcp_schematicxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t05"
        },
        {
          "name": "zcp_phoenixxp_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t05"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_30",
      "power": 5,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_AdventureRevenge",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t03"
        },
        {
          "name": "zcp_eventscaling_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t03"
        },
        {
          "name": "zcp_schematicxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t03"
        },
        {
          "name": "zcp_phoenixxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t03"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_53",
      "power": 5,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_Yarrr_Island",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t03"
        },
        {
          "name": "zcp_eventscaling_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t03"
        },
        {
          "name": "zcp_schematicxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t03"
        },
        {
          "name": "zcp_phoenixxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t03"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_64",
      "power": 5,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_Yarrr_WalkthePlank",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t03"
        },
        {
          "name": "zcp_eventscaling_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t03"
        },
        {
          "name": "zcp_schematicxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t03"
        },
        {
          "name": "zcp_phoenixxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t03"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_251",
      "power": 5,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_BuildTheSTWIrwinMemorial",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t03"
        },
        {
          "name": "zcp_reagent_c_t01_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t01_verylow"
        },
        {
          "name": "zcp_schematicxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t03"
        },
        {
          "name": "zcp_phoenixxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t03"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_54",
      "power": 5,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Monta el rayo",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_eventscaling_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t03"
        },
        {
          "name": "zcp_phoenixxp_t03",
          "quantity": 2,
          "itemType": "CardPack:zcp_phoenixxp_t03"
        },
        {
          "name": "zcp_personnelxp_t03",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t03"
        },
        {
          "name": "zcp_schematicxp_t03",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t03"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_45",
      "power": 3,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_AdventureRevenge",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t02"
        },
        {
          "name": "zcp_eventscaling_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t02"
        },
        {
          "name": "zcp_schematicxp_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t02"
        },
        {
          "name": "zcp_phoenixxp_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t02"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_271",
      "power": 3,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_Yarrr_Island",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t02"
        },
        {
          "name": "zcp_eventscaling_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t02"
        },
        {
          "name": "zcp_schematicxp_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t02"
        },
        {
          "name": "zcp_phoenixxp_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t02"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_275",
      "power": 3,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "MissionGen_Yarrr_WalkthePlank",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t02"
        },
        {
          "name": "zcp_eventscaling_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t02"
        },
        {
          "name": "zcp_schematicxp_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t02"
        },
        {
          "name": "zcp_phoenixxp_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t02"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_272",
      "power": 3,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Lucha contra la tormenta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t02"
        },
        {
          "name": "zcp_eventscaling_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t02"
        },
        {
          "name": "zcp_schematicxp_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t02"
        },
        {
          "name": "zcp_phoenixxp_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t02"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_274",
      "power": 3,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Rescata a los supervivientes",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t02"
        },
        {
          "name": "zcp_eventscaling_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t02"
        },
        {
          "name": "zcp_schematicxp_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t02"
        },
        {
          "name": "zcp_phoenixxp_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t02"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_276",
      "power": 3,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Recupera los datos",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t02"
        },
        {
          "name": "zcp_eventscaling_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t02"
        },
        {
          "name": "zcp_schematicxp_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t02"
        },
        {
          "name": "zcp_phoenixxp_t02",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t02"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_132",
      "power": 70,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_DUDEBRO",
      "modifiers": [],
      "alerts": [
        {
          "name": "reagent_c_t01",
          "quantity": 36,
          "itemType": "AccountResource:reagent_c_t01"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_eventscaling_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t15"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_122",
      "power": 140,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_DUDEBRO",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t25"
        },
        {
          "name": "zcp_eventscaling_t25",
          "quantity": 2,
          "itemType": "CardPack:zcp_eventscaling_t25"
        },
        {
          "name": "zcp_schematicxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t25"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_112",
      "power": 70,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_DeployTheProbe",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_reagent_c_t03_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t03_verylow"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_117",
      "power": 70,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_VindermanMansion",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t15"
        },
        {
          "name": "zcp_reagent_alteration_generic_high",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_high"
        },
        {
          "name": "zcp_schematicxp_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_114",
      "power": 64,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "Estabiliza la grieta",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t14"
        },
        {
          "name": "zcp_reagent_c_t03_verylow",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t03_verylow"
        },
        {
          "name": "zcp_schematicxp_t14",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t14"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_24",
      "power": 52,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "Lucha contra el pistolero",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t12"
        },
        {
          "name": "zcp_eventscaling_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t12"
        },
        {
          "name": "zcp_schematicxp_t12",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t12"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_57",
      "power": 46,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HitTheRoad",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t11"
        },
        {
          "name": "zcp_reagent_alteration_generic_medium",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_medium"
        },
        {
          "name": "zcp_schematicxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t11"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "E6ECBD064B153234656CB4BDE6743870_89",
      "power": 46,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_BuildTheMemorial",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t11"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_r",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_r"
        },
        {
          "name": "zcp_schematicxp_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t11"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_18",
      "power": 40,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_PlankHarbor3Gate",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t10"
        },
        {
          "name": "zcp_eventscaling_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t10"
        },
        {
          "name": "zcp_schematicxp_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t10"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "D477605B4FA48648107B649CE97FCF27_37",
      "power": 40,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_T2_R5_PtS",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t10"
        },
        {
          "name": "zcp_reagent_alteration_generic_low",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_generic_low"
        },
        {
          "name": "zcp_schematicxp_t10",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t10"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "33A2311D4AE64B361CCE27BC9F313C8B_15",
      "power": 5,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_BuildOff",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_personnelxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t03"
        },
        {
          "name": "zcp_eventscaling_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t03"
        },
        {
          "name": "zcp_schematicxp_t03",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t03"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "67EDCFE942260C290B369BA7AA70A0D5_0",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_Debug_PerfMem",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_reagent_alteration_generic_veryhigh",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_alteration_generic_veryhigh"
        },
        {
          "name": "zcp_eventscaling_t20",
          "quantity": 2,
          "itemType": "CardPack:zcp_eventscaling_t20"
        },
        {
          "name": "zcp_personnelxp_t20",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t20"
        },
        {
          "name": "zcp_schematicxp_t20",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t20"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "8633333E41A86F67F78EAEAF25BF4735_0",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_Onboarding_Fort",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_tutorial_melee",
          "quantity": 1,
          "itemType": "CardPack:zcp_tutorial_melee"
        },
        {
          "name": "zcp_tutorial_trap",
          "quantity": 1,
          "itemType": "CardPack:zcp_tutorial_trap"
        },
        {
          "name": "zcp_tutorial_ranged",
          "quantity": 1,
          "itemType": "CardPack:zcp_tutorial_ranged"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "C4C2925C466832846A042E97F00FE5CF_0",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HestiaBeauty",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_eventscaling_t01",
          "quantity": 2,
          "itemType": "CardPack:zcp_eventscaling_t01"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_0",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_1",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_09_T2",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_2",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_02_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_6",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_08_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_12",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_03_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_33",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_04_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_34",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_05_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_35",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_07_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_36",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_10_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_37",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_12_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_39",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_06_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_40",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_11_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t15",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t15"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_3",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_12_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t17"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_4",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_06_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t17"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_9",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_04_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t17"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_16",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_02_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t17"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_17",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_09_T2",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t17"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_18",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t17"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_19",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_08_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t17"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_20",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_10_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t17"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_25",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_03_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t17"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_26",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_05_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t17"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_27",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_07_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t17"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_28",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_11_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t17",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t17"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_8",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_04_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t19"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_29",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_03_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t19"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_134",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t19"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_135",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_02_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t19"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_173",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_11_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t19"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_178",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_09_T2",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t19"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_179",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_08_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t19"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_180",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_10_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t19"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_181",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_07_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t19"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_182",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_05_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t19"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_183",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_06_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t19"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_184",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_12_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t19",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t19"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_11",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_10_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t05"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_14",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_08_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t05"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_21",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_09_T2",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t05"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_30",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t05"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_31",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_07_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t05"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_32",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_11_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t05"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_43",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_05_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t05"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_44",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_06_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t05"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_46",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_12_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t05"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_71",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_02_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t05"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_74",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_03_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t05"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_78",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_04_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t05",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t05"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_15",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_10_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t04"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_22",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_06_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t04"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_23",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_07_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t04"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_24",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_11_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t04"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_52",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_08_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t04"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_60",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t04"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_61",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_02_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t04"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_62",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_03_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t04"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_65",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_09_T2",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t04"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_67",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_04_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t04"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_68",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_05_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t04"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_70",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_12_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t04",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t04"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_42",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_08_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_48",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_02_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_49",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_09_T2",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_50",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_54",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_10_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_96",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_05_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_97",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_03_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_98",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_04_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_102",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_12_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_104",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_07_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_105",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_06_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_197",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_11_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t13",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t13"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_53",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_02_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t23"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_139",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t23"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_140",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_03_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t23"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_166",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_11_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t23"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_192",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_09_T2",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t23"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_193",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_08_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t23"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_194",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_10_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t23"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_195",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_07_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t23"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_196",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_05_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t23"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_198",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_04_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t23"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_201",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_12_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t23"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_202",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_06_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t23"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_79",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_07_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t07"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_80",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t07"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_81",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_05_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t07"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_83",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_02_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t07"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_84",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_09_T2",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t07"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_87",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_04_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t07"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_88",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_03_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t07"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_89",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_08_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t07"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_90",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_10_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t07"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_91",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_11_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t07"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_92",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_06_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t07"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_93",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_12_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t07",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t07"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_94",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_09_T2",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t09"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_95",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_08_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t09"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_101",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_10_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t09"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_107",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t09"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_108",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_02_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t09"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_109",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_03_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t09"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_116",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_12_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t09"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_117",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_06_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t09"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_118",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_11_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t09"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_119",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_04_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t09"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_120",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_05_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t09"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_121",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_07_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t09",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t09"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_103",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_02_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t11"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_106",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_09_T2",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t11"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_122",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t11"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_123",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_03_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t11"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_126",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_12_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t11"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_127",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_06_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t11"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_128",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_11_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t11"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_129",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_08_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t11"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_130",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_10_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t11"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_131",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_07_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t11"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_132",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_05_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t11"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_133",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_04_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t11",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t11"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_136",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_02_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t21"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_137",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_03_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t21"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_138",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t21"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_168",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_11_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t21"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_169",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_06_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t21"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_185",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_09_T2",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t21"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_186",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_08_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t21"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_187",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_10_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t21"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_188",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_07_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t21"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_189",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_05_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t21"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_190",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_04_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t21"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_191",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_12_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t21"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_141",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_03_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t25"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_142",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_02_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t25"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_143",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t25"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_162",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_12_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t25"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_163",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_06_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t25"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_164",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_11_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t25"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_203",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_09_T2",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t25"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_204",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_08_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t25"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_205",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_10_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t25"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_206",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_07_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t25"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_207",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_05_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t25"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    },
    {
      "id": "DB73FE4C445040F5886B5FB337BC8C83_208",
      "power": 0,
      "zone": "Events",
      "zoneGeo": "Events",
      "zoneGeoDisplay": "Eventos",
      "missionName": "MissionGen_HordeV3_Mod_04_T1",
      "modifiers": [],
      "alerts": [],
      "rewards": [
        {
          "name": "zcp_hordev3_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_hordev3_t25"
        }
      ],
      "hasAlerts": false,
      "alertCount": 0
    }
  ],
  "categories": [
    {
      "id": "vbucks",
      "slug": "vbucks",
      "title": "V-Bucks / X-Ray",
      "count": 0
    },
    {
      "id": "legendary-survivors",
      "slug": "supervivientes",
      "title": "Supervivientes legendarios",
      "count": 7
    },
    {
      "id": "pl-160",
      "slug": "pl-160",
      "title": "Misiones PL 160",
      "count": 5
    },
    {
      "id": "legendary-heroes",
      "slug": "heroes",
      "title": "Héroes legendarios",
      "count": 4
    },
    {
      "id": "legendary-defenders",
      "slug": "defensores",
      "title": "Defensores legendarios",
      "count": 4
    },
    {
      "id": "legendary-schematics",
      "slug": "esquemas",
      "title": "Esquemas legendarios",
      "count": 0
    },
    {
      "id": "evo-materials",
      "slug": "evo-materials",
      "title": "Materiales EVO ×4",
      "count": 27
    }
  ]
}

Alertas V-Bucks

API KeySTWV-Bucks

Misiones con V-Bucks del día. Incluye totalVbucks.

Respuesta
{
  "success": true,
  "updatedAt": "2026-05-26T23:28:07.632Z",
  "locale": "es-ES",
  "category": {
    "id": "vbucks",
    "slug": "vbucks",
    "title": "V-Bucks / X-Ray"
  },
  "total": 0,
  "missions": [],
  "totalVbucks": 0
}

Alertas por categoría

API KeySTWAlertas

Filtra por tipo de alerta:

Ruta Tipo
/stw/alertas/heroes Héroes legendarios
/stw/alertas/supervivientes Supervivientes legendarios
/stw/alertas/defensores Defensores legendarios
/stw/alertas/esquemas Esquemas legendarios
/stw/alertas/pl-160 Misiones PL 160
/stw/alertas/evo-materials Materiales EVO ×4
Respuesta
{
  "success": true,
  "updatedAt": "2026-05-26T23:28:08.734Z",
  "locale": "es-ES",
  "category": {
    "id": "legendary-heroes",
    "slug": "heroes",
    "title": "Héroes legendarios"
  },
  "total": 4,
  "missions": [
    {
      "id": "D9A801C5444D1C74D1B7DAB5C7C12C5B_115",
      "power": 140,
      "zone": "Twine Peaks",
      "zoneGeo": "Twine Peaks",
      "zoneGeoDisplay": "Cumbres Leñosas",
      "missionName": "Recupera los datos",
      "modifiers": [
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        }
      ],
      "alerts": [
        {
          "name": "hid_constructor_011_sr_t01",
          "quantity": 1,
          "itemType": "Hero:hid_constructor_011_sr_t01"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t25"
        },
        {
          "name": "zcp_reagent_alteration_upgrade_vr_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_alteration_upgrade_vr_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t25"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_141",
      "power": 140,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Evacua el refugio",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        },
        {
          "name": "gm enemy ondmgdealt slowdownfoe",
          "key": "gm_enemy_ondmgdealt_slowdownfoe"
        }
      ],
      "alerts": [
        {
          "name": "hid_constructor_011_sr_t01",
          "quantity": 1,
          "itemType": "Hero:hid_constructor_011_sr_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 280,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 130,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 18000,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t03_high",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t03_high"
        },
        {
          "name": "zcp_eventscaling_t25",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t25"
        },
        {
          "name": "zcp_phoenixxp_t25",
          "quantity": 2,
          "itemType": "CardPack:zcp_phoenixxp_t25"
        },
        {
          "name": "zcp_personnelxp_t25",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t25"
        },
        {
          "name": "zcp_schematicxp_t25",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t25"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_311",
      "power": 124,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Evacua el refugio",
      "modifiers": [
        {
          "name": "gm enemy ondeath spawndamagepool",
          "key": "gm_enemy_ondeath_spawndamagepool"
        },
        {
          "name": "gm enemy ondeath applyspeedmods",
          "key": "gm_enemy_ondeath_applyspeedmods"
        },
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "gm enemy ondmgdealt lifeleech",
          "key": "gm_enemy_ondmgdealt_lifeleech"
        }
      ],
      "alerts": [
        {
          "name": "did_defendersniper_basic_m_sr_t01",
          "quantity": 1,
          "itemType": "Defender:did_defendersniper_basic_m_sr_t01"
        },
        {
          "name": "hid_commando_gunheadshot_sr_t01",
          "quantity": 1,
          "itemType": "Hero:hid_commando_gunheadshot_sr_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 260,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 126,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 14850,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_personnelxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_personnelxp_t23"
        },
        {
          "name": "zcp_reagent_c_t03_veryhigh",
          "quantity": 1,
          "itemType": "CardPack:zcp_reagent_c_t03_veryhigh"
        },
        {
          "name": "zcp_schematicxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_schematicxp_t23"
        },
        {
          "name": "zcp_phoenixxp_t23",
          "quantity": 1,
          "itemType": "CardPack:zcp_phoenixxp_t23"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    },
    {
      "id": "243870C643F8611F25D24287814E1DA4_119",
      "power": 108,
      "zone": "Ventures",
      "zoneGeo": "Ventures",
      "zoneGeoDisplay": "Aventuras",
      "missionName": "Monta el rayo",
      "modifiers": [
        {
          "name": "elementalzonenatureenableitem",
          "key": "elementalzonenatureenableitem"
        },
        {
          "name": "Epic Mini-Boss",
          "key": "minibossenableprimarymissionitem"
        },
        {
          "name": "gm basehusk ondeath explode",
          "key": "gm_basehusk_ondeath_explode"
        },
        {
          "name": "gm enemy ondeath areaheal",
          "key": "gm_enemy_ondeath_areaheal"
        },
        {
          "name": "gm basehusk ondmgdealt metalcorrosion",
          "key": "gm_basehusk_ondmgdealt_metalcorrosion"
        }
      ],
      "alerts": [
        {
          "name": "hid_constructor_009_sr_t01",
          "quantity": 1,
          "itemType": "Hero:hid_constructor_009_sr_t01"
        },
        {
          "name": "reagent_alteration_ele_nature",
          "quantity": 240,
          "itemType": "AccountResource:reagent_alteration_ele_nature"
        },
        {
          "name": "campaign_event_currency",
          "quantity": 122,
          "itemType": "AccountResource:campaign_event_currency"
        },
        {
          "name": "phoenixxp_reward",
          "quantity": 12275,
          "itemType": "AccountResource:phoenixxp_reward"
        }
      ],
      "rewards": [
        {
          "name": "zcp_reagent_c_t04_medium",
          "quantity": 4,
          "itemType": "CardPack:zcp_reagent_c_t04_medium"
        },
        {
          "name": "zcp_eventscaling_t21",
          "quantity": 1,
          "itemType": "CardPack:zcp_eventscaling_t21"
        },
        {
          "name": "zcp_phoenixxp_t21",
          "quantity": 2,
          "itemType": "CardPack:zcp_phoenixxp_t21"
        },
        {
          "name": "zcp_personnelxp_t21",
          "quantity": 4,
          "itemType": "CardPack:zcp_personnelxp_t21"
        },
        {
          "name": "zcp_schematicxp_t21",
          "quantity": 4,
          "itemType": "CardPack:zcp_schematicxp_t21"
        }
      ],
      "hasAlerts": true,
      "alertCount": 1
    }
  ]
}

Tienda STW

Tienda STW

API KeySTWTienda

Artículos de la tienda semanal y de eventos con nombre traducido e imagen lista para mostrar en tu bot o web. Misma fuente que el comando /tienda stw.

Parámetros opcionales section (rotational · semanal, special · eventos)
Respuesta
{
  "success": true,
  "updatedAt": "2026-05-26T23:28:09.266Z",
  "locale": "es-ES",
  "section": null,
  "total": 35,
  "sections": [
    {
      "id": "rotational",
      "storefront": "STWRotationalEventStorefront",
      "title": "Tienda semanal",
      "count": 16,
      "items": [
        {
          "offerId": "v2:/2c48c7feaa95e49ac869335fbe14304a118ad99db6e3083f22507173a2ad4f5d",
          "templateId": "Accountresource:reagent_c_t01",
          "name": "Accountresource:reagent_c_t01",
          "category": "resource",
          "quantity": 10,
          "price": 50,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/resources/Reagent_C_T01.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/reagent_c_t01.png"
          }
        },
        {
          "offerId": "v2:/8833e6245fe4bf6f0a87e2d248398ec079aac302a1d0b17d036cdd6a1f485d85",
          "templateId": "Accountresource:reagent_c_t02",
          "name": "Accountresource:reagent_c_t02",
          "category": "resource",
          "quantity": 10,
          "price": 100,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/resources/Reagent_C_T02.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/reagent_c_t02.png"
          }
        },
        {
          "offerId": "v2:/a3eeb54f8f9d2f32ba2f1769a095a9fa406a5c6f239235a8d810d7263cd727e5",
          "templateId": "Accountresource:reagent_c_t03",
          "name": "Accountresource:reagent_c_t03",
          "category": "resource",
          "quantity": 10,
          "price": 150,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/resources/Reagent_C_T03.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/reagent_c_t03.png"
          }
        },
        {
          "offerId": "v2:/31f6232dfab4793ccbff96920dfb23179d2a8220b789d953615709a4976b5a68",
          "templateId": "Schematic:sid_edged_sword_medium_vacuumtube_vr_ore_t01",
          "name": "Espada de válvula de vacío",
          "category": "schematic",
          "quantity": 1,
          "price": 600,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/schematics/SID_Edged_Sword_Medium_VacuumTube_VR_Ore_T01.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/voucher_generic_melee_vr.png"
          }
        },
        {
          "offerId": "v2:/485f70bb37ced8eb25c4b4e42302ee5274532823c17091afb486e1879c4ecc16",
          "templateId": "Accountresource:reagent_c_t04",
          "name": "Accountresource:reagent_c_t04",
          "category": "resource",
          "quantity": 10,
          "price": 200,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/resources/Reagent_C_T04.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/reagent_c_t04.png"
          }
        },
        {
          "offerId": "v2:/f18cf4d09eeeba0a79d4aa889a335ccb8d5696e07ded011d6da686b773c926f1",
          "templateId": "Schematic:sid_assault_ratrod_autodrum_sr_ore_t01",
          "name": "Cisne",
          "category": "schematic",
          "quantity": 1,
          "price": 1680,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/schematics/SID_Assault_RatRod_AutoDrum_SR_Ore_T01.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/voucher_generic_ranged_sr.png"
          }
        },
        {
          "offerId": "v2:/9b91076467e61cf01a3c16e39a18331d2e23d754cdafc860aac0fdd7155615ae",
          "templateId": "Accountresource:reagent_alteration_generic",
          "name": "Accountresource:reagent_alteration_generic",
          "category": "resource",
          "quantity": 200,
          "price": 100,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/resources/Reagent_Alteration_Generic.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/reagent_alteration_generic.png"
          }
        },
        {
          "offerId": "v2:/4f1c82dc8fb66fef5a0046fb2163344069b65b6ba64e496939d2fc8e8f779157",
          "templateId": "Accountresource:reagent_alteration_upgrade_r",
          "name": "Accountresource:reagent_alteration_upgrade_r",
          "category": "resource",
          "quantity": 90,
          "price": 200,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/resources/Reagent_Alteration_Upgrade_R.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/reagent_alteration_upgrade_r.png"
          }
        },
        {
          "offerId": "v2:/365d69d31591ba699bdf2c89730b8fa02883302ac56d1bd43b06d81f2ef25f0e",
          "templateId": "Accountresource:reagent_c_t01",
          "name": "Accountresource:reagent_c_t01",
          "category": "resource",
          "quantity": 10,
          "price": 50,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/resources/Reagent_C_T01.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/reagent_c_t01.png"
          }
        },
        {
          "offerId": "v2:/d9fe40e917bf98babee1c239153990efe3e1a568dd0e985c663dbba228eef03f",
          "templateId": "Accountresource:reagent_evolverarity_r",
          "name": "Accountresource:reagent_evolverarity_r",
          "category": "resource",
          "quantity": 10,
          "price": 30,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/resources/Reagent_EvolveRarity_R.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/reagent_evolverarity_r.png"
          }
        },
        {
          "offerId": "v2:/62191f332379e84a464dcca77cc5c6225217c284111bfdcfa75129bd068699dc",
          "templateId": "Hero:hid_outlander_010_vr_t01",
          "name": "Buzz Dinamitera de choque",
          "category": "hero",
          "quantity": 1,
          "price": 1000,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/heroes/HID_Outlander_010_VR_T01.png",
            "asset": "https://api.miadsc.xyz/assets/stw/heroes/all/Outlander/Portrait/T-Outlander-HID-Outlander-010-VR-T01.png"
          }
        },
        {
          "offerId": "v2:/fd2b5edc1839496be18a0cb1ef1bc74c07f391b4448de53d07bb63f695f1763b",
          "templateId": "Worker:workerbasic_vr_t01",
          "name": "Superviviente Épico",
          "category": "worker",
          "quantity": 1,
          "price": 250,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/survivors/WorkerBasic_VR_T01.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/voucher_generic_worker_vr.png"
          }
        },
        {
          "offerId": "v2:/4f3cddd2080c2b44d76bbf55f85a9fe9c6651385282a7e212ae7e5cca443a9c9",
          "templateId": "Defender:did_defendermelee_basic_sr_t01",
          "name": "Defensor",
          "category": "other",
          "quantity": 1,
          "price": 1680,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/resources/voucher_generic_defender_sr.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/voucher_generic_defender_sr.png"
          }
        },
        {
          "offerId": "v2:/bfd337ddb7380a663929ae0ad03f6cdbff5b562d1639c8c813cb8316b37f83bb",
          "templateId": "Accountresource:reagent_evolverarity_vr",
          "name": "Accountresource:reagent_evolverarity_vr",
          "category": "resource",
          "quantity": 10,
          "price": 75,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/resources/Reagent_EvolveRarity_VR.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/reagent_evolverarity_vr.png"
          }
        },
        {
          "offerId": "v2:/d8c8f59ca26294a0192676567f75ee6c3631f96eea201fd14f8cac0c47acfb5c",
          "templateId": "Accountresource:reagent_alteration_upgrade_uc",
          "name": "Accountresource:reagent_alteration_upgrade_uc",
          "category": "resource",
          "quantity": 60,
          "price": 125,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/resources/Reagent_Alteration_Upgrade_UC.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/reagent_alteration_upgrade_uc.png"
          }
        },
        {
          "offerId": "v2:/9af32d7a9a16f864eae99d17542ec08763d118f3ce9c72ad05d5fc5f44586dc1",
          "templateId": "Accountresource:reagent_evolverarity_sr",
          "name": "Accountresource:reagent_evolverarity_sr",
          "category": "resource",
          "quantity": 5,
          "price": 75,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/resources/Reagent_EvolveRarity_SR.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/reagent_evolverarity_sr.png"
          }
        }
      ]
    },
    {
      "id": "special",
      "storefront": "STWSpecialEventStorefront",
      "title": "Tienda de eventos",
      "count": 19,
      "items": [
        {
          "offerId": "v2:/90318840b60f621960428505ff4fb594fa856206dc731a42e8056795857a2ea1",
          "templateId": "Schematic:sid_launcher_grenade_easter_sr_ore_t01",
          "name": "Lanzahuevos de Pascua",
          "category": "schematic",
          "quantity": 1,
          "price": 1680,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/schematics/SID_Launcher_Grenade_Easter_SR_Ore_T01.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/voucher_generic_ranged_sr.png"
          }
        },
        {
          "offerId": "v2:/8ddef563b50adff6b6b91d13c34a750a0d52825b55dea8d26a1ec3e2fe69eaa1",
          "templateId": "Hero:hid_ninja_026_reddragonninja_sr_t01",
          "name": "Híbrido",
          "category": "hero",
          "quantity": 1,
          "price": 2800,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/heroes/HID_Ninja_026_RedDragonNinja_SR_T01.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/voucher_generic_hero_sr.png"
          }
        },
        {
          "offerId": "v2:/222374fc7ea9f6ef8eb0b3c20f3a5d7f64f612e9f3435c74e3d51d785739bf9f",
          "templateId": "Worker:workerbasic_sr_t01",
          "name": "Superviviente Legendaria",
          "category": "worker",
          "quantity": 1,
          "price": 700,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/survivors/WorkerBasic_SR_T01.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/voucher_generic_worker_sr.png"
          }
        },
        {
          "offerId": "v2:/8783440c0ad7001d1d2cb41ff2e4610eef67f92e64bca489c9a71873931201eb",
          "templateId": "Schematic:sid_assault_flintlock_sr_ore_t01",
          "name": "Schematic:sid_assault_flintlock_sr_ore_t01",
          "category": "schematic",
          "quantity": 1,
          "price": 1680,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/schematics/SID_Assault_Flintlock_SR_Ore_T01.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/voucher_generic_ranged_sr.png"
          }
        },
        {
          "offerId": "v2:/570ff3bed6fc8a1f7006610dbb6ce9e4bcd244a32caa435a60392460da356c88",
          "templateId": "Cardpack:cardpack_schematic_r",
          "name": "Cardpack:cardpack_schematic_r",
          "category": "cardpack",
          "quantity": 1,
          "price": 400,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/resources/reagent_weapons.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/reagent_weapons.png"
          }
        },
        {
          "offerId": "v2:/0aa5efe1511e78ee5a1d5088f1961dddac61819106ffa8e92fc696a511ded413",
          "templateId": "Hero:hid_outlander_026_bunnyoutlander_sr_t01",
          "name": "Ojo de águila Conejita",
          "category": "hero",
          "quantity": 1,
          "price": 2800,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/heroes/HID_Outlander_026_BunnyOutlander_SR_T01.png",
            "asset": "https://api.miadsc.xyz/assets/stw/heroes/all/Outlander/Portrait/T-Outlander-HID-Outlander-026-BunnyOutlander-SR-T01.png"
          }
        },
        {
          "offerId": "v2:/6633ab8087f2a2e80bdf7a90d06351e7a03b82790cc2e286f4b6851020532ed4",
          "templateId": "Cardpack:cardpack_schematic_vr",
          "name": "Cardpack:cardpack_schematic_vr",
          "category": "cardpack",
          "quantity": 1,
          "price": 1000,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/resources/reagent_weapons.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/reagent_weapons.png"
          }
        },
        {
          "offerId": "v2:/5c841be6c7cf1635cca83f2d4c345242c85192bf5beda2af0317e1cc745a3a38",
          "templateId": "Campaignheroloadout:purchaseabledefaultloadout",
          "name": "Campaignheroloadout:purchaseabledefaultloadout",
          "category": "other",
          "quantity": 1,
          "price": 10000,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/HeroLoadout/T-Icon-NewLoadoutConfiguration-128x.png",
            "asset": "https://api.miadsc.xyz/assets/stw/HeroLoadout/T-Icon-NewLoadoutConfiguration-128x.png"
          }
        },
        {
          "offerId": "v2:/3fd15a247ea861ffbb07586045ea1a54a3c97402d7e3b2fdabcf47f64d573904",
          "templateId": "Hero:hid_ninja_smokedimmak_sr_t01",
          "name": "Mari Toque de la muerte",
          "category": "hero",
          "quantity": 1,
          "price": 2800,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/heroes/HID_Ninja_SmokeDimMak_SR_T01.png",
            "asset": "https://api.miadsc.xyz/assets/stw/heroes/all/Ninja/Portrait/T-Ninja-HID-Ninja-SmokeDimMak-SR-T01.png"
          }
        },
        {
          "offerId": "v2:/96fbe3309a629fab13d97274e48f829e16f65b582704559681762c8b1cbca456",
          "templateId": "Hero:hid_commando_011_m_easter_sr_t01",
          "name": "Jonesy Asaltante conejo",
          "category": "hero",
          "quantity": 1,
          "price": 2800,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/heroes/HID_Commando_011_M_Easter_SR_T01.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/voucher_generic_hero_sr.png"
          }
        },
        {
          "offerId": "v2:/ed324a47116b00254043bf72ea6ea732f777b1e00b4da7e00cbf9294a80f209b",
          "templateId": "Hero:hid_commando_040_pirate_br_sr_t01",
          "name": "Ramírez Bucanera",
          "category": "hero",
          "quantity": 1,
          "price": 2800,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/heroes/HID_Commando_040_Pirate_BR_SR_T01.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/voucher_generic_hero_sr.png"
          }
        },
        {
          "offerId": "v2:/04615b9fcd746a94b49ba1a018822a12154fb0497d748891f200455a15cb167a",
          "templateId": "Schematic:sid_sniper_flintlock_bow_sr_ore_t01",
          "name": "Barril de pólvora",
          "category": "schematic",
          "quantity": 1,
          "price": 1680,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/schematics/SID_Sniper_Flintlock_Bow_SR_Ore_T01.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/voucher_generic_ranged_sr.png"
          }
        },
        {
          "offerId": "v2:/3cd51b98e97b7dbd5a1bbae3004b3bdc094fad03d2eb5af26589841235e4673a",
          "templateId": "Hero:hid_commando_041_pirate_02_br_sr_t01",
          "name": "Jonesy Lobo de mar",
          "category": "hero",
          "quantity": 1,
          "price": 2800,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/resources/voucher_generic_hero_sr.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/voucher_generic_hero_sr.png"
          }
        },
        {
          "offerId": "v2:/7c8658123802de9d7d59a152101fdd6441ab2ceb8c08ac39b4b186ece0e8dc96",
          "templateId": "Schematic:sid_pistol_vacuumtube_auto_sr_ore_t01",
          "name": "Schematic:sid_pistol_vacuumtube_auto_sr_ore_t01",
          "category": "schematic",
          "quantity": 1,
          "price": 1680,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/schematics/SID_Pistol_VacuumTube_Auto_SR_Ore_T01.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/voucher_generic_ranged_sr.png"
          }
        },
        {
          "offerId": "v2:/bfe19601a5107b1a6ba83ab25ac9fef02ae14b78ee451ab33c6b5218938183c4",
          "templateId": "Token:accountinventorybonus",
          "name": "Espacio de arsenal",
          "category": "other",
          "quantity": 1,
          "price": 25,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/resources/reagent_weapons.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/reagent_weapons.png"
          }
        },
        {
          "offerId": "v2:/a6f4373357e2ae5b46c1624e9b3910b36389bdd59106ee29f5fa61e2d314faa5",
          "templateId": "Hero:hid_commando_028_bunnybrawler_sr_t01",
          "name": "Luna Coneja Peleadora",
          "category": "hero",
          "quantity": 1,
          "price": 2800,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/heroes/HID_Commando_028_BunnyBrawler_SR_T01.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/voucher_generic_hero_sr.png"
          }
        },
        {
          "offerId": "v2:/e57a583d47972313c4c256454df34226d05aec71ea0be06dfc389c23408a5839",
          "templateId": "Hero:hid_constructor_plasmadamage_easter_sr_t01",
          "name": "Penny Conejita",
          "category": "hero",
          "quantity": 1,
          "price": 2800,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/heroes/HID_Constructor_PlasmaDamage_Easter_SR_T01.png",
            "asset": "https://api.miadsc.xyz/assets/stw/heroes/all/Constructor/Portrait/T-Constructor-HID-Constructor-PlasmaDamage-Easter-SR-T01.png"
          }
        },
        {
          "offerId": "v2:/f3a7256f6e94ce2fb08093962f98ae405b0cb2852f8a329007361e0c42964161",
          "templateId": "Schematic:sid_pistol_neonglow_sr_ore_t01",
          "name": "Pistola de criptón",
          "category": "schematic",
          "quantity": 1,
          "price": 1680,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/schematics/SID_Pistol_NeonGlow_SR_Ore_T01.png",
            "asset": "https://api.miadsc.xyz/assets/stw/resources/voucher_generic_ranged_sr.png"
          }
        },
        {
          "offerId": "v2:/ff07dda6b2742b5abbebfd80152eda98e190c19efd52144decfa3fade7f7bdca",
          "templateId": "Hero:hid_ninja_027_bunnyninja_sr_t01",
          "name": "Ken Liebre veloz",
          "category": "hero",
          "quantity": 1,
          "price": 2800,
          "currency": "GameItem",
          "currencySubType": "AccountResource:eventcurrency_scaling",
          "images": {
            "primary": "https://api.miadsc.xyz/assets/stw/heroes/HID_Ninja_027_BunnyNinja_SR_T01.png",
            "asset": "https://api.miadsc.xyz/assets/stw/heroes/all/Ninja/Portrait/T-Ninja-HID-Ninja-027-BunnyNinja-SR-T01.png"
          }
        }
      ]
    }
  ]
}

Imagen de tienda STW

API KeyPremiumSTWTienda

Genera un PNG como el de /tienda stw, pero con tu logo y tu texto de apoyo en lugar de la imagen de Mia y el mensaje "Apoya a Mia". Requiere plan Premium. Usa POST con JSON si el texto lleva espacios.

Parámetros obligatorios logoUrl (URL http/https del logo) · supportText (texto del pie de imagen)
Parámetros opcionales section (rotational · semanal, special · eventos) · subtitle · accountIconUrl · locale
Body JSON (recomendado)
{
  "logoUrl": "https://cdn.discordapp.com/avatars/.../avatar.png",
  "supportText": "me pica la polla",
  "section": "rotational"
}
GET También admite query string (codifica espacios con %20).
Respuesta correcta

PNG (Content-Type: image/png) con la cuadrícula de artículos, tu logo y tu texto.

Error si faltan parámetros
{
  "success": false,
  "error": "parametros_personalizacion_requeridos",
  "message": "Debes indicar logoUrl y supportText para generar la imagen personalizada.",
  "requiredParams": {
    "logoUrl": "URL pública http(s) del logo (sustituye la imagen de Mia).",
    "supportText": "Texto del pie de imagen (sustituye el mensaje de apoyo a Mia)."
  }
}


Inicio Alertas Comandos TaxiBots API Mia Checker Mia Premium FAQ