Skip to content

Instantly share code, notes, and snippets.

@jasonaowen
Last active June 30, 2021 18:16
Show Gist options
  • Save jasonaowen/e800eecb3248ff1b59d23727eb4ba0e5 to your computer and use it in GitHub Desktop.
Save jasonaowen/e800eecb3248ff1b59d23727eb4ba0e5 to your computer and use it in GitHub Desktop.
StarCraft 2 Static Data API

Sometime between January 11, 2021 and May 24, 2021, the static data endpoint (/sc2/static/profile/:regionId) of the StarCraft II Community APIs started returning incorrect data. The older data (static-data.en_US.2021-01-11.json) appears to be correct; the newer data (static-data.en_US.2021-05-24.json) has different IDs for achievements, and appears to have some non-achievements mixed in.

Some achievements are unchanged, such as 91475035554341 "Bonus Objectives: Kaldir" ("Complete all Bonus Objectives in each of the Kaldir Missions."), but others have the wrong ID, such as (good) 91475329944805 "Spy Games" ("Celebrate the Nova: Covert Ops Release.") -> (bad) 91475329944805 "StarCraft Remastered" ("Purchase StarCraft Remastered."), and still others seem to be non-achievements: (good) 91475332445564 "Give Me Liberty" ("Complete all the Liberty Campaign achievements.") -> (bad) 91475332445564 "Upgraded Marauder" ("MarauderDeluxeSkinPurchase Criteria 1").

This file has been truncated, but you can view the full file.
{
"achievements": [
{
"categoryId": "4371481",
"chainAchievementIds": [
"91475332181198"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475334682655"
],
"description": "Purchase the Mecha Viking skin from the Collection.",
"flags": 2,
"id": "91475332181198",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Mecha Viking",
"uiOrderHint": 8
},
{
"categoryId": "4364797",
"chainAchievementIds": [
"91475330976978"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475323904344"
],
"description": "ParkVoicePackPurchase",
"flags": 2,
"id": "91475330976978",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "ParkVoicePackPurchase",
"uiOrderHint": 12
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475331656916"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475326072867"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475331656916",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 7",
"uiOrderHint": 89
},
{
"categoryId": "3211302",
"chainAchievementIds": [
"91475035554341"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035554886",
"91475035554888",
"91475035554887"
],
"description": "Complete all Bonus Objectives in each of the Kaldir Missions.",
"flags": 0,
"id": "91475035554341",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/3-31.jpg",
"isChained": false,
"points": 10,
"title": "Bonus Objectives: Kaldir",
"uiOrderHint": 9
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475334483169"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475326451796"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475334483169",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 2",
"uiOrderHint": 18
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475329944805"
],
"chainRewardSize": 3,
"criteriaIds": [],
"description": "Celebrate the Nova: Covert Ops Release.",
"flags": 4,
"id": "91475329944805",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-49.jpg",
"isChained": false,
"points": 0,
"title": "Spy Games",
"uiOrderHint": 135
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475337087173",
"91475333694174",
"91475325996975",
"91475332203963",
"91475329583038",
"91475337088558",
"91475331011811",
"91475329262675",
"91475334318511",
"91475334882052",
"91475323901850",
"91475323437004",
"91475336459662",
"91475335089384"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475321457990"
],
"description": "Commander Vorazun Level 15",
"flags": 65538,
"id": "91475335089384",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Vorazun Level 15",
"uiOrderHint": 205
},
{
"categoryId": "3211305",
"chainAchievementIds": [
"91475035554344"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035554895",
"91475035554896"
],
"description": "Complete all Bonus Objectives in each of the Space missions.",
"flags": 0,
"id": "91475035554344",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/3-61.jpg",
"isChained": false,
"points": 10,
"title": "Bonus Objectives: Deep Space",
"uiOrderHint": 6
},
{
"categoryId": "4346194",
"chainAchievementIds": [
"91475330313453"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "Purchase the Casters Invitational portrait for this caster.",
"flags": 2,
"id": "91475330313453",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Casters Invitational",
"uiOrderHint": 22
},
{
"categoryId": "3211306",
"chainAchievementIds": [
"91475035554345"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035554898",
"91475035554900"
],
"description": "Complete all Bonus Objectives in each of the Final Missions.",
"flags": 0,
"id": "91475035554345",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/3-72.jpg",
"isChained": false,
"points": 10,
"title": "Bonus Objectives: Final",
"uiOrderHint": 9
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475321586896",
"91475325727099",
"91475321312510",
"91475332311929",
"91475333033207",
"91475323447977",
"91475324866583",
"91475332410762",
"91475333562645",
"91475329089888",
"91475323078138",
"91475330371739",
"91475337106480",
"91475335642487"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475326004305"
],
"description": "Commander Raynor Level 6",
"flags": 65538,
"id": "91475333033207",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Raynor Level 6",
"uiOrderHint": 98
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475326913784"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475330724035"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475326913784",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 5",
"uiOrderHint": 37
},
{
"categoryId": "3211298",
"chainAchievementIds": [
"91475035554347"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "On Char, teach Zagara what it means to be the ruler of the Swarm.",
"flags": 0,
"id": "91475035554347",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/4-2.jpg",
"isChained": false,
"points": 10,
"title": "Visionary",
"uiOrderHint": 7
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475333549310"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475333190325"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475333549310",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 7",
"uiOrderHint": 56
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475328109824"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475333027978"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475328109824",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 13",
"uiOrderHint": 91
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475326209281"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475325556296"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475326209281",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 2",
"uiOrderHint": 2
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475321056515"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475322650187"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475321056515",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 2",
"uiOrderHint": 50
},
{
"categoryId": "3211298",
"chainAchievementIds": [
"91475035554350"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Discover Zeratul's next destination.",
"flags": 0,
"id": "91475035554350",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/4-4.jpg",
"isChained": false,
"points": 10,
"title": "Judgment Day",
"uiOrderHint": 9
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475335851280"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336325338"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475335851280",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 11",
"uiOrderHint": 27
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475333780375",
"91475322640160",
"91475331662879",
"91475329304055",
"91475321069382",
"91475329449994",
"91475321050054",
"91475323708411",
"91475322016742",
"91475322899732",
"91475328465804",
"91475336234660",
"91475336785945",
"91475321775069"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329495836"
],
"description": "Commander Tychus Level 11",
"flags": 65538,
"id": "91475322899732",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Tychus Level 11",
"uiOrderHint": 299
},
{
"categoryId": "4346203",
"chainAchievementIds": [
"91475035554530",
"91475035554531",
"91475035554533",
"91475035554535"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475035555586",
"91475035555566",
"91475035555567",
"91475035555568",
"91475035555570",
"91475035555571",
"91475035555573",
"91475035555574",
"91475035555575",
"91475035555576",
"91475035555580",
"91475035555581",
"91475035555583",
"91475035555584",
"91475035555585",
"91475035555569",
"91475035555572",
"91475035555577",
"91475035555578",
"91475035555579",
"91475035555582",
"91475035555587"
],
"description": "Complete 19 Legacy of the Void Campaign missions on Brutal difficulty.",
"flags": 320,
"id": "91475035554535",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-74.jpg",
"isChained": true,
"points": 15,
"title": "Legacy of the Void: Brutal 19",
"uiOrderHint": 25
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475330935154",
"91475324352805",
"91475323633358",
"91475332102990",
"91475322542287",
"91475333308268",
"91475331454285",
"91475325277874",
"91475327594839",
"91475327523435",
"91475321729776",
"91475330066312",
"91475332211678",
"91475321384231"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475326623430"
],
"description": "Commander Dehaka Level 15",
"flags": 65538,
"id": "91475321384231",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Dehaka Level 15",
"uiOrderHint": 289
},
{
"categoryId": "4353371",
"chainAchievementIds": [
"91475326410893",
"91475326821551",
"91475334286067",
"91475322971092",
"91475334812772",
"91475337246592",
"91475320835372",
"91475325888028"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475335617137"
],
"description": "Complete 300 missions on Casual difficulty in Co-op Missions.",
"flags": 256,
"id": "91475320835372",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-52.jpg",
"isChained": true,
"points": 10,
"title": "Casual: 300",
"uiOrderHint": 6
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475325635893"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475322442274"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475325635893",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 11",
"uiOrderHint": 74
},
{
"categoryId": "3211298",
"chainAchievementIds": [
"91475035554354",
"91475035554355",
"91475035554356",
"91475035554357",
"91475035554358",
"91475035554359",
"91475035554360"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475035554927"
],
"description": "Reach Kerrigan Level 40 in the Heart of the Swarm campaign.",
"flags": 256,
"id": "91475035554357",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/4-12.jpg",
"isChained": true,
"points": 10,
"title": "Kerrigan Power: 40",
"uiOrderHint": 18
},
{
"categoryId": "3211298",
"chainAchievementIds": [
"91475035554354",
"91475035554355",
"91475035554356",
"91475035554357",
"91475035554358",
"91475035554359",
"91475035554360"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475035554928"
],
"description": "Reach Kerrigan Level 50 in the Heart of the Swarm campaign.",
"flags": 256,
"id": "91475035554358",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/4-13.jpg",
"isChained": true,
"points": 10,
"title": "Kerrigan Power: 50",
"uiOrderHint": 19
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475328699715"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475325406003"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475328699715",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 7",
"uiOrderHint": 23
},
{
"categoryId": "3211298",
"chainAchievementIds": [
"91475035554354",
"91475035554355",
"91475035554356",
"91475035554357",
"91475035554358",
"91475035554359",
"91475035554360"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475035554930"
],
"description": "Reach Kerrigan Level 70 in the Heart of the Swarm campaign.",
"flags": 256,
"id": "91475035554360",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/4-15.jpg",
"isChained": true,
"points": 10,
"title": "Kerrigan Power: 70",
"uiOrderHint": 21
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475330182476"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330635865"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475330182476",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 7",
"uiOrderHint": 7
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475320999251"
],
"chainRewardSize": 18,
"criteriaIds": [],
"description": "Purchase the BlizzCon 2018 War Chest or the WCS 2018 Portrait Pack.",
"flags": 4,
"id": "91475320999251",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-3.jpg",
"isChained": false,
"points": 0,
"title": "2018 World Championship Spectator",
"uiOrderHint": 224
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475325739484",
"91475335230098",
"91475329643747",
"91475335982428",
"91475323349957",
"91475337460925",
"91475331719616",
"91475325413657",
"91475333503479",
"91475334247166",
"91475337479789",
"91475331646405",
"91475327132403",
"91475323300046"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324259171"
],
"description": "Commander Abathur Level 5",
"flags": 65538,
"id": "91475335982428",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Abathur Level 5",
"uiOrderHint": 223
},
{
"categoryId": "3211298",
"chainAchievementIds": [
"91475035554362",
"91475035554364",
"91475035554365",
"91475035554363"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035554945",
"91475035554947",
"91475035554950",
"91475035554951",
"91475035554953",
"91475035554957",
"91475035554940",
"91475035554941",
"91475035554942",
"91475035554943",
"91475035554944",
"91475035554946",
"91475035554948",
"91475035554949",
"91475035554952",
"91475035554954",
"91475035554955",
"91475035554956",
"91475035554958",
"91475035554959"
],
"description": "Complete 20 Heart of the Swarm campaign missions on Normal difficulty.",
"flags": 0,
"id": "91475035554363",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/4-19.jpg",
"isChained": true,
"points": 10,
"title": "Heart of the Swarm: Normal 20",
"uiOrderHint": 25
},
{
"categoryId": "4364154",
"chainAchievementIds": [
"91475329346913"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475333699746"
],
"description": "Complete 7 missions on Normal or harder.",
"flags": 256,
"id": "91475329346913",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": false,
"points": 10,
"title": "Mission Officer",
"uiOrderHint": 1
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475328142691"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329694617"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475328142691",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 12",
"uiOrderHint": 12
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475329833803",
"91475324114718",
"91475327749479"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332212994"
],
"description": "Reach level 15 with Leader of the Heaven's Devils Tychus in Co-op Missions.",
"flags": 0,
"id": "91475327749479",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-76.jpg",
"isChained": true,
"points": 10,
"title": "Tychus: Level 15",
"uiOrderHint": 44
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475332752110",
"91475322601809",
"91475324809790"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330933914"
],
"description": "HornerPrestige3",
"flags": 2,
"id": "91475324809790",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "HornerPrestige3",
"uiOrderHint": 20
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475327774076"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475322866250"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475327774076",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 15",
"uiOrderHint": 47
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475325201799"
],
"description": "Commander Mastery Level 76",
"flags": 2,
"id": "91475334221184",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 76",
"uiOrderHint": 78
},
{
"categoryId": "3211307",
"chainAchievementIds": [
"91475035554369"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035554964"
],
"description": "Deal 15,000 damage with Leaping Strike.",
"flags": 256,
"id": "91475035554369",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/4-30.jpg",
"isChained": false,
"points": 10,
"title": "Leaping Death",
"uiOrderHint": 1
},
{
"categoryId": "4364797",
"chainAchievementIds": [
"91475327847811"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475326221880"
],
"description": "Alex007VoicePackPurchase",
"flags": 2,
"id": "91475327847811",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Alex007VoicePackPurchase",
"uiOrderHint": 18
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475335335301"
],
"chainRewardSize": 2,
"criteriaIds": [
"91475335332203"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475335335301",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Free Tier 2",
"uiOrderHint": 102
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475321586896",
"91475325727099",
"91475321312510",
"91475332311929",
"91475333033207",
"91475323447977",
"91475324866583",
"91475332410762",
"91475333562645",
"91475329089888",
"91475323078138",
"91475330371739",
"91475337106480",
"91475335642487"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475331782096"
],
"description": "Commander Raynor Level 9",
"flags": 65538,
"id": "91475332410762",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Raynor Level 9",
"uiOrderHint": 101
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475324956045"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475322049912"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475324956045",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 6",
"uiOrderHint": 55
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336002093"
],
"description": "Commander Mastery Level 8",
"flags": 2,
"id": "91475321277842",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 8",
"uiOrderHint": 10
},
{
"categoryId": "4369693",
"chainAchievementIds": [
"91475328241047"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475321289247"
],
"description": "Play 3 Unranked or Ranked matches.",
"flags": 256,
"id": "91475328241047",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": false,
"points": 10,
"title": "Third's the Charm",
"uiOrderHint": 1
},
{
"categoryId": "4364797",
"chainAchievementIds": [
"91475333582233"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "KimVoicePackPurchase",
"flags": 2,
"id": "91475333582233",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "KimVoicePackPurchase",
"uiOrderHint": 28
},
{
"categoryId": "3211307",
"chainAchievementIds": [
"91475035554375"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035554970"
],
"description": "Kill 100 enemy units or structures with Spawn Banelings.",
"flags": 256,
"id": "91475035554375",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/4-36.jpg",
"isChained": false,
"points": 10,
"title": "So Many Banelings!",
"uiOrderHint": 7
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475322539435"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475327970841"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475322539435",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 11",
"uiOrderHint": 94
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475324890541"
],
"chainRewardSize": 2,
"criteriaIds": [
"91475323405503"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475324890541",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Free Tier 3",
"uiOrderHint": 96
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475321435484",
"91475322968204",
"91475334881061",
"91475327216812",
"91475334643221",
"91475321604827",
"91475325026838",
"91475328024818",
"91475322804537",
"91475328942189",
"91475327409252",
"91475325236409",
"91475330161255",
"91475335925171"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475325843222"
],
"description": "Commander Artanis Level 15",
"flags": 65538,
"id": "91475335925171",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Artanis Level 15",
"uiOrderHint": 191
},
{
"categoryId": "4364797",
"chainAchievementIds": [
"91475330608566"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475337379709"
],
"description": "FenixVoicePackPurchase",
"flags": 2,
"id": "91475330608566",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "FenixVoicePackPurchase",
"uiOrderHint": 9
},
{
"categoryId": "4364797",
"chainAchievementIds": [
"91475322785209"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "VorazunVoicePackPurchase",
"flags": 2,
"id": "91475322785209",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "VorazunVoicePackPurchase",
"uiOrderHint": 24
},
{
"categoryId": "3211307",
"chainAchievementIds": [
"91475035554379"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035554974"
],
"description": "Use 4 abilities within 10 seconds with Ability Efficiency.",
"flags": 0,
"id": "91475035554379",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/4-40.jpg",
"isChained": false,
"points": 10,
"title": "Spammer",
"uiOrderHint": 11
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475335056832"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475332015401"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475335056832",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 15",
"uiOrderHint": 81
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475330672545"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475334078945"
],
"description": "Acquired through the Katowice 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475330672545",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 12",
"uiOrderHint": 75
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475324136899"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475334208238"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475324136899",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 5",
"uiOrderHint": 21
},
{
"categoryId": "3211307",
"chainAchievementIds": [
"91475035554381"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035554976"
],
"description": "Use a Leviathan to kill 25 enemy units or structures in a single mission.",
"flags": 256,
"id": "91475035554381",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/4-42.jpg",
"isChained": false,
"points": 10,
"title": "Release The Kraken",
"uiOrderHint": 13
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475336064459"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322932604"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475336064459",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 11",
"uiOrderHint": 27
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475335163351"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Reward for watching the stream of WCS Summer Championship at DreamHack Montreal.",
"flags": 4,
"id": "91475335163351",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-69.jpg",
"isChained": false,
"points": 0,
"title": "2016 Summer Championship",
"uiOrderHint": 142
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475320860131"
],
"chainRewardSize": 3,
"criteriaIds": [
"91475336329658"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475320860131",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Free Tier 5",
"uiOrderHint": 105
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475335810539"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475324155595"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475335810539",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 8",
"uiOrderHint": 57
},
{
"categoryId": "3211308",
"chainAchievementIds": [
"91475035554387"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy Zagara’s base in the \"Domination\" mission in less than 14 minutes on Hard difficulty before collecting 100 eggs.",
"flags": 0,
"id": "91475035554387",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/4-48.jpg",
"isChained": false,
"points": 10,
"title": "Shutout",
"uiOrderHint": 3
},
{
"categoryId": "4359061",
"chainAchievementIds": [
"91475334209573",
"91475321074619",
"91475333486680",
"91475335458332",
"91475331643306",
"91475324750740"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336084001"
],
"description": "Complete 100 weekly Mutation challenge missions on Normal difficulty.",
"flags": 256,
"id": "91475331643306",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-74.jpg",
"isChained": true,
"points": 10,
"title": "Mutation Normal: 100",
"uiOrderHint": 10
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475336371133",
"91475328734338",
"91475320797573",
"91475332633578",
"91475335049594",
"91475335093676",
"91475323645440",
"91475329700381",
"91475323526427",
"91475322006573",
"91475322391055",
"91475334010833",
"91475330728370",
"91475336005730"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475331153834"
],
"description": "Commander Fenix Level 8",
"flags": 65538,
"id": "91475323645440",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Fenix Level 8",
"uiOrderHint": 268
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475323102072",
"91475324520473",
"91475323784705"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475335636783"
],
"description": "KerriganPrestige3",
"flags": 2,
"id": "91475323784705",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "KerriganPrestige3",
"uiOrderHint": 26
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475332550151"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475327839680"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475332550151",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 5",
"uiOrderHint": 21
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475324390923"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322317758"
],
"description": "%userName% has qualified out of a group stage in a Platinum tournament",
"flags": 49154,
"id": "91475324390923",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Group Qualified (Platinum)",
"uiOrderHint": 157
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475320868365"
],
"chainRewardSize": 2,
"criteriaIds": [
"91475337264540"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475320868365",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 15",
"uiOrderHint": 15
},
{
"categoryId": "3211308",
"chainAchievementIds": [
"91475035554393"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Don't let Brakk destroy any Biomass in the “Waking the Ancient” mission on Hard difficulty.",
"flags": 0,
"id": "91475035554393",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/4-54.jpg",
"isChained": false,
"points": 10,
"title": "Whack-A-Brakk",
"uiOrderHint": 9
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475330808631",
"91475330384858",
"91475329435129",
"91475321749552",
"91475335379517",
"91475322188749",
"91475336878926",
"91475325421373",
"91475323980494",
"91475331122976",
"91475331331034",
"91475329532462",
"91475328134679",
"91475333716568"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475327572359"
],
"description": "Commander Zagara Level 14",
"flags": 65538,
"id": "91475328134679",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Zagara Level 14",
"uiOrderHint": 162
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475332550169"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475333815748",
"91475333119438",
"91475335619514"
],
"description": "Acquired through purchasing all three Katowice 2019 War Chests.",
"flags": 2,
"id": "91475332550169",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "War Chest Bundle",
"uiOrderHint": 94
},
{
"categoryId": "4359061",
"chainAchievementIds": [
"91475334209573",
"91475321074619",
"91475333486680",
"91475335458332",
"91475331643306",
"91475324750740"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336611734"
],
"description": "Complete 75 weekly Mutation challenge missions on Normal difficulty.",
"flags": 256,
"id": "91475335458332",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-73.jpg",
"isChained": true,
"points": 10,
"title": "Mutation Normal: 75",
"uiOrderHint": 9
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475326078493"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324922888"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475326078493",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 3",
"uiOrderHint": 3
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475332328999"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332584099"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475332328999",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 6",
"uiOrderHint": 6
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475333836328"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the Katowice 2018 War Chest.",
"flags": 4,
"id": "91475333836328",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-66.jpg",
"isChained": false,
"points": 0,
"title": "Katowice 2018 War Chest Master",
"uiOrderHint": 177
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322650438",
"91475331582524",
"91475336932905",
"91475330524182",
"91475330590942",
"91475327613837",
"91475336387818",
"91475329230800",
"91475323559090",
"91475332790996",
"91475331161810",
"91475334169303",
"91475332328153",
"91475330677251"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475320964265"
],
"description": "Commander Horner Level 4",
"flags": 65538,
"id": "91475336932905",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Horner Level 4",
"uiOrderHint": 110
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475328257579"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475325443174"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475328257579",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 3",
"uiOrderHint": 85
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475337087173",
"91475333694174",
"91475325996975",
"91475332203963",
"91475329583038",
"91475337088558",
"91475331011811",
"91475329262675",
"91475334318511",
"91475334882052",
"91475323901850",
"91475323437004",
"91475336459662",
"91475335089384"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336936791"
],
"description": "Commander Vorazun Level 7",
"flags": 65538,
"id": "91475337088558",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Vorazun Level 7",
"uiOrderHint": 197
},
{
"categoryId": "3211308",
"chainAchievementIds": [
"91475035554398"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy all Dominion structures in the \"Planetfall\" mission before the 5th Bile Launcher lands on Hard difficulty.",
"flags": 0,
"id": "91475035554398",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/4-62.jpg",
"isChained": false,
"points": 10,
"title": "Crash The Party",
"uiOrderHint": 17
},
{
"categoryId": "3211308",
"chainAchievementIds": [
"91475035554399"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Death From Above\" mission before destroying the final power link on Hard difficulty.",
"flags": 0,
"id": "91475035554399",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/4-63.jpg",
"isChained": false,
"points": 10,
"title": "Missing Link",
"uiOrderHint": 18
},
{
"categoryId": "4380267",
"chainAchievementIds": [
"91475035554874"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy the third Power Link in the \"Death From Above\" mission in less than 18 minutes on Normal difficulty.",
"flags": 0,
"id": "91475035554874",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-46.jpg",
"isChained": false,
"points": 10,
"title": "Primal Power",
"uiOrderHint": 18
},
{
"categoryId": "4353371",
"chainAchievementIds": [
"91475335028033",
"91475322035960",
"91475332517436",
"91475321434128",
"91475336742427",
"91475332024771",
"91475332589913",
"91475324244989"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475333438153"
],
"description": "Complete 50 missions on Hard difficulty in Co-op Missions.",
"flags": 256,
"id": "91475332517436",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-35.jpg",
"isChained": true,
"points": 10,
"title": "Hard: 50",
"uiOrderHint": 18
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475334508097"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322426591"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475334508097",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 12",
"uiOrderHint": 44
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322682155",
"91475337284571",
"91475325755095",
"91475334780331",
"91475330336673",
"91475331345989",
"91475322337668",
"91475325934204",
"91475327144574",
"91475323654846",
"91475333145996",
"91475327111701",
"91475324645227",
"91475332922144"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475325341546"
],
"description": "Commander Zeratul Level 7",
"flags": 65538,
"id": "91475331345989",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Zeratul Level 7",
"uiOrderHint": 309
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475324325449"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475329975108"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475324325449",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 12",
"uiOrderHint": 61
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475325346138",
"91475333848737",
"91475336215064"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332267020"
],
"description": "Reach level 10 with Arcturus Mengsk in Co-op Missions.",
"flags": 0,
"id": "91475333848737",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-37.jpg",
"isChained": true,
"points": 10,
"title": "Mengsk: Level 10",
"uiOrderHint": 52
},
{
"categoryId": "3211308",
"chainAchievementIds": [
"91475035554404"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete all objectives in less than 12 minutes in the \"Harvest of Screams\" mission on Hard difficulty.",
"flags": 0,
"id": "91475035554404",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/4-51.jpg",
"isChained": false,
"points": 10,
"title": "Psi-lence is Golden",
"uiOrderHint": 6
},
{
"categoryId": "3211289",
"chainAchievementIds": [
"91475035553937"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete all mission objectives in \"The Moebius Factor\" mission.",
"flags": 0,
"id": "91475035553937",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/33-77.jpg",
"isChained": false,
"points": 15,
"title": "The Moebius Factor",
"uiOrderHint": 6
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475327020636"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334382521"
],
"description": "Completed the BlizzCon 2019 War Chest.",
"flags": 4,
"id": "91475327020636",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-34.jpg",
"isChained": false,
"points": 0,
"title": "BlizzCon 2019 War Chest Master",
"uiOrderHint": 252
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767753",
"91475320768464",
"91475320768465",
"91475320767628",
"91475320767718",
"91475320767720",
"91475320767722",
"91475320767725",
"91475320767727",
"91475320767729",
"91475320767731",
"91475320767733",
"91475320767735",
"91475320767737",
"91475320767739",
"91475320767741",
"91475320767743",
"91475320767745",
"91475320767747",
"91475320767749",
"91475320768541",
"91475320768543",
"91475320768545",
"91475320768547",
"91475320768549",
"91475320768551",
"91475320768553",
"91475320768555",
"91475320768557",
"91475320768559",
"91475320768596",
"91475320768597",
"91475320768598",
"91475320768599",
"91475320768600",
"91475331400752",
"91475325231713",
"91475322949214",
"91475337108962",
"91475331595691",
"91475321765537",
"91475333921677",
"91475326002015",
"91475337322106",
"91475333697442",
"91475321011603",
"91475329978793",
"91475328306326",
"91475333482488",
"91475331189724"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475321521483"
],
"description": "Reach Terran Level 38",
"flags": 258,
"id": "91475322949214",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Terran Level 38",
"uiOrderHint": 91
},
{
"categoryId": "4353371",
"chainAchievementIds": [
"91475332369454",
"91475325478583",
"91475332741354",
"91475331870315",
"91475328131428",
"91475322969088",
"91475324050927",
"91475329056828"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475321630323"
],
"description": "Complete 75 missions on Brutal difficulty in Co-op Missions.",
"flags": 256,
"id": "91475331870315",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-42.jpg",
"isChained": true,
"points": 10,
"title": "Brutal: 75",
"uiOrderHint": 27
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475329937004"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330593279"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475329937004",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 3",
"uiOrderHint": 19
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475327610479"
],
"chainRewardSize": 5,
"criteriaIds": [
"91475324412238"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475327610479",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg War Chest",
"uiOrderHint": 32
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475322506873"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336606618"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475322506873",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 8",
"uiOrderHint": 40
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767751",
"91475320767618",
"91475320767617",
"91475320767630",
"91475320767685",
"91475320767687",
"91475320767689",
"91475320767691",
"91475320767693",
"91475320767695",
"91475320767697",
"91475320767699",
"91475320767701",
"91475320767703",
"91475320767705",
"91475320767707",
"91475320767709",
"91475320767711",
"91475320767713",
"91475320767716",
"91475320768561",
"91475320768563",
"91475320768565",
"91475320768567",
"91475320768569",
"91475320768571",
"91475320768573",
"91475320768575",
"91475320768577",
"91475320768579",
"91475320768601",
"91475320768602",
"91475320768603",
"91475320768604",
"91475320768605",
"91475326412471",
"91475336476745",
"91475332712853",
"91475321522205",
"91475332439472",
"91475337382241",
"91475331911298",
"91475323673651",
"91475321164165",
"91475327887336",
"91475321224922",
"91475337272825",
"91475337224428",
"91475336104367",
"91475327723892"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475325804879"
],
"description": "Reach Zerg Level 42",
"flags": 258,
"id": "91475331911298",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Zerg Level 42",
"uiOrderHint": 145
},
{
"categoryId": "4359061",
"chainAchievementIds": [
"91475324342495",
"91475329492917",
"91475324039314",
"91475323404504",
"91475323850379",
"91475335993936"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475326401911"
],
"description": "Complete 100 weekly Mutation challenge missions on Hard difficulty.",
"flags": 256,
"id": "91475323850379",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-80.jpg",
"isChained": true,
"points": 10,
"title": "Mutation Hard: 100",
"uiOrderHint": 16
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475324069500",
"91475325812187",
"91475324263228",
"91475329888941",
"91475321279266",
"91475323725022",
"91475327277151",
"91475336070866",
"91475324810056",
"91475321007776",
"91475330070046",
"91475333563410",
"91475335376759",
"91475326305278"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475321694902"
],
"description": "Commander Mengsk Level 11",
"flags": 65538,
"id": "91475321007776",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mengsk Level 11",
"uiOrderHint": 341
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475334810732",
"91475321624165",
"91475321693949",
"91475336007488",
"91475327373594",
"91475333578602",
"91475322540985",
"91475323542107",
"91475337158550",
"91475321133911",
"91475324079858",
"91475324345563",
"91475327010928",
"91475326606414"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475326376746"
],
"description": "Commander Stetmann Level 10",
"flags": 65538,
"id": "91475337158550",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Stetmann Level 10",
"uiOrderHint": 326
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475332196275",
"91475324594348",
"91475328708272",
"91475333554813",
"91475335399269",
"91475325389460",
"91475337298089",
"91475324117463",
"91475323850414",
"91475329998087",
"91475331641918",
"91475337158612",
"91475328372897",
"91475322530055"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475321938450"
],
"description": "Commander Karax Level 10",
"flags": 65538,
"id": "91475323850414",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Karax Level 10",
"uiOrderHint": 214
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475332196275",
"91475324594348",
"91475328708272",
"91475333554813",
"91475335399269",
"91475325389460",
"91475337298089",
"91475324117463",
"91475323850414",
"91475329998087",
"91475331641918",
"91475337158612",
"91475328372897",
"91475322530055"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475335488782"
],
"description": "Commander Karax Level 4",
"flags": 65538,
"id": "91475328708272",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Karax Level 4",
"uiOrderHint": 208
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475332542132"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334290490"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475332542132",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 8",
"uiOrderHint": 40
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475335925437"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475321515179"
],
"description": "Complete all the Swarm Campaign achievements.",
"flags": 260,
"id": "91475335925437",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-17.jpg",
"isChained": false,
"points": 0,
"title": "Swarming the Castle",
"uiOrderHint": 238
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475327372996"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475327637656"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475327372996",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 8",
"uiOrderHint": 74
},
{
"categoryId": "4361907",
"chainAchievementIds": [
"91475035554423"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Evil Awoken\" mission in the Whispers of Oblivion Campaign.",
"flags": 0,
"id": "91475035554423",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/4-80.jpg",
"isChained": false,
"points": 10,
"title": "Evil Awoken",
"uiOrderHint": 7
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475323055822"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475324628887"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475323055822",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 9",
"uiOrderHint": 75
},
{
"categoryId": "4361907",
"chainAchievementIds": [
"91475035554425"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Ghosts in the Fog\" mission in the Whispers of Oblivion Campaign.",
"flags": 0,
"id": "91475035554425",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/4-77.jpg",
"isChained": false,
"points": 10,
"title": "Ghosts in the Fog",
"uiOrderHint": 4
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475336559204"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475328633945"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475336559204",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 14",
"uiOrderHint": 80
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475329109718"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475323029273"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475329109718",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 10",
"uiOrderHint": 93
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475335130839"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475337187229"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475335130839",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 9",
"uiOrderHint": 9
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767753",
"91475320768464",
"91475320768465",
"91475320767628",
"91475320767718",
"91475320767720",
"91475320767722",
"91475320767725",
"91475320767727",
"91475320767729",
"91475320767731",
"91475320767733",
"91475320767735",
"91475320767737",
"91475320767739",
"91475320767741",
"91475320767743",
"91475320767745",
"91475320767747",
"91475320767749",
"91475320768541",
"91475320768543",
"91475320768545",
"91475320768547",
"91475320768549",
"91475320768551",
"91475320768553",
"91475320768555",
"91475320768557",
"91475320768559",
"91475320768596",
"91475320768597",
"91475320768598",
"91475320768599",
"91475320768600",
"91475331400752",
"91475325231713",
"91475322949214",
"91475337108962",
"91475331595691",
"91475321765537",
"91475333921677",
"91475326002015",
"91475337322106",
"91475333697442",
"91475321011603",
"91475329978793",
"91475328306326",
"91475333482488",
"91475331189724"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475320768473"
],
"description": "Reach Terran Level 2",
"flags": 258,
"id": "91475320768464",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Terran Level 2",
"uiOrderHint": 55
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475323410831",
"91475326390096",
"91475322588892"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329115016"
],
"description": "Reach level 15 with Tal'darim Highlord Alarak in Co-op Missions.",
"flags": 0,
"id": "91475322588892",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-45.jpg",
"isChained": true,
"points": 10,
"title": "Alarak: Level 15",
"uiOrderHint": 26
},
{
"categoryId": "4364797",
"chainAchievementIds": [
"91475323997917"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475327120239"
],
"description": "LowkoVoicePackPurchase",
"flags": 2,
"id": "91475323997917",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "LowkoVoicePackPurchase",
"uiOrderHint": 22
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475322801888"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475337224713"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475322801888",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 8",
"uiOrderHint": 74
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475326963430"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332978050"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475326963430",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 13",
"uiOrderHint": 45
},
{
"categoryId": "4361907",
"chainAchievementIds": [
"91475035554429"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Kill 20 units with Zeratul's Shadow Strike ability during the \"Evil Awoken\" mission.",
"flags": 0,
"id": "91475035554429",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-0.jpg",
"isChained": false,
"points": 10,
"title": "Blade of Shakuras",
"uiOrderHint": 8
},
{
"categoryId": "4361907",
"chainAchievementIds": [
"91475035554430"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Do not lose any units before destroying the Void Catalyst during the \"Evil Awoken\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035554430",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-1.jpg",
"isChained": false,
"points": 10,
"title": "One With The Shadows",
"uiOrderHint": 9
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475321024240"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475325928111"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475321024240",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 1",
"uiOrderHint": 17
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475330205596",
"91475328978347",
"91475325199669"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330964272"
],
"description": "AbathurPrestige2",
"flags": 2,
"id": "91475328978347",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "AbathurPrestige2",
"uiOrderHint": 4
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475334810732",
"91475321624165",
"91475321693949",
"91475336007488",
"91475327373594",
"91475333578602",
"91475322540985",
"91475323542107",
"91475337158550",
"91475321133911",
"91475324079858",
"91475324345563",
"91475327010928",
"91475326606414"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334817188"
],
"description": "Commander Stetmann Level 12",
"flags": 65538,
"id": "91475324079858",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Stetmann Level 12",
"uiOrderHint": 328
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475035554811"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475035555887",
"91475035555889",
"91475035555886",
"91475035555888"
],
"description": "Complete all the Commander Dehaka achievements.",
"flags": 0,
"id": "91475035554811",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-21.jpg",
"isChained": false,
"points": 20,
"title": "One-Who-Collects",
"uiOrderHint": 14
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475334655744"
],
"chainRewardSize": 3,
"criteriaIds": [
"91475322741998"
],
"description": "Purchase the Nation Wars VI item bundle.",
"flags": 2,
"id": "91475334655744",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Nation Wars VI",
"uiOrderHint": 247
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330917906"
],
"description": "Commander Mastery Level 78",
"flags": 2,
"id": "91475326674903",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 78",
"uiOrderHint": 80
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475322457862"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324728581"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475322457862",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 12",
"uiOrderHint": 12
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475335980154"
],
"description": "Commander Mastery Level 85",
"flags": 2,
"id": "91475331518218",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 85",
"uiOrderHint": 87
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475332058891"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332731631"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475332058891",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 2",
"uiOrderHint": 2
},
{
"categoryId": "4346203",
"chainAchievementIds": [
"91475035554439",
"91475035554561",
"91475035554435",
"91475035554436",
"91475035554437",
"91475035554438"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475035555535"
],
"description": "Acquire 150 Solarite for the Solar Core in the Legacy of the Void campaign.",
"flags": 0,
"id": "91475035554435",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-59.jpg",
"isChained": true,
"points": 10,
"title": "Solar Powered: 150",
"uiOrderHint": 2
},
{
"categoryId": "4325410",
"chainAchievementIds": [
"91475320768474",
"91475320768473",
"91475320768472",
"91475320768471"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Gain 0 \"Swarm Campaign\" achievement points",
"flags": 2,
"id": "91475320768474",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/15-4.jpg",
"isChained": true,
"points": 0,
"title": "Swarm Campaign None",
"uiOrderHint": 3
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475330109208"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase the WCS 2016 Portrait Pack.",
"flags": 12,
"id": "91475330109208",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/8-2.jpg",
"isChained": false,
"points": 0,
"title": "2016 World Championship Spectator",
"uiOrderHint": 149
},
{
"categoryId": "4325411",
"chainAchievementIds": [
"91475320768475"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475320767709",
"91475320767711",
"91475320767713"
],
"description": "Reach Terran, Zerg, or Protoss Level 5.",
"flags": 0,
"id": "91475320768475",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/27-80.jpg",
"isChained": false,
"points": 10,
"title": "Race Level 5",
"uiOrderHint": 3
},
{
"categoryId": "4346203",
"chainAchievementIds": [
"91475035554439",
"91475035554561",
"91475035554435",
"91475035554436",
"91475035554437",
"91475035554438"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475035555538"
],
"description": "Acquire 300 Solarite for the Solar Core in the Legacy of the Void campaign.",
"flags": 0,
"id": "91475035554438",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-62.jpg",
"isChained": true,
"points": 10,
"title": "Solar Powered: 300",
"uiOrderHint": 5
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475329306407"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475323925180"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475329306407",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 9",
"uiOrderHint": 41
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475328634666"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475321195079"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475328634666",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 15",
"uiOrderHint": 65
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475329412909"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475323840107"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475329412909",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 8",
"uiOrderHint": 8
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475328228993",
"91475326794907",
"91475322810161"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330000920"
],
"description": "DehakaPrestige3",
"flags": 2,
"id": "91475322810161",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "DehakaPrestige3",
"uiOrderHint": 14
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475337013215"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334429066"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475337013215",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 1",
"uiOrderHint": 1
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475322081085"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475328155523"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475322081085",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 6",
"uiOrderHint": 6
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475334810732",
"91475321624165",
"91475321693949",
"91475336007488",
"91475327373594",
"91475333578602",
"91475322540985",
"91475323542107",
"91475337158550",
"91475321133911",
"91475324079858",
"91475324345563",
"91475327010928",
"91475326606414"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475327302958"
],
"description": "Commander Stetmann Level 5",
"flags": 65538,
"id": "91475336007488",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Stetmann Level 5",
"uiOrderHint": 321
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475334721353"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475321553945"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475334721353",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 1",
"uiOrderHint": 83
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475327110989"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475329625345"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475327110989",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 5",
"uiOrderHint": 87
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475323410831",
"91475326390096",
"91475322588892"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475333290670"
],
"description": "Reach level 10 with Tal'darim Highlord Alarak in Co-op Missions.",
"flags": 0,
"id": "91475326390096",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-44.jpg",
"isChained": true,
"points": 10,
"title": "Alarak: Level 10",
"uiOrderHint": 25
},
{
"categoryId": "4364154",
"chainAchievementIds": [
"91475322400597"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475327003879",
"91475330600185",
"91475334114668",
"91475328467099",
"91475332599274",
"91475323530868",
"91475332140686",
"91475323932442",
"91475324890912",
"91475321343888",
"91475334205442",
"91475321409686",
"91475324612983",
"91475329020433",
"91475326128709",
"91475327808098",
"91475332354710",
"91475329192628",
"91475336893263",
"91475329782624",
"91475334861700",
"91475323032471",
"91475330143469",
"91475331552554",
"91475327980853",
"91475335812638",
"91475321820832",
"91475337090779",
"91475327293209",
"91475322230578",
"91475321583501",
"91475328513953",
"91475329685428",
"91475337361485",
"91475334543480",
"91475321714924",
"91475325188374",
"91475327228304",
"91475324049988",
"91475326614474",
"91475333667807",
"91475335298124",
"91475334741155",
"91475336543614",
"91475326827926",
"91475334481180",
"91475331874606",
"91475335151459",
"91475334758270",
"91475327082368",
"91475332947901",
"91475330596803",
"91475323551975",
"91475336634652",
"91475336405292",
"91475323502948",
"91475334291858",
"91475323600970",
"91475336684078",
"91475324052221",
"91475329581887",
"91475329500246",
"91475326682443",
"91475327550634",
"91475330745591",
"91475336226132",
"91475334767974",
"91475333531000",
"91475324044694",
"91475321447880",
"91475333473761",
"91475327026700",
"91475324134962",
"91475321112172",
"91475326404326",
"91475326158648",
"91475323029308",
"91475333859283",
"91475325315139",
"91475335424210",
"91475324250404",
"91475331901811",
"91475331492494",
"91475325946516",
"91475335219963",
"91475330310626",
"91475327257647",
"91475325682196",
"91475332377798",
"91475335023820"
],
"description": "Earn a total of 10 levels with Raynor, Swann, Kerrigan, Zagara, Artanis and Vorazun.",
"flags": 256,
"id": "91475322400597",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": false,
"points": 10,
"title": "Classic Mission Leader",
"uiOrderHint": 2
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475330289498"
],
"chainRewardSize": 2,
"criteriaIds": [
"91475321493679"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475330289498",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Free Tier 13",
"uiOrderHint": 113
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475334803295"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329477427"
],
"description": "Temp Tournament Second Place",
"flags": 2,
"id": "91475334803295",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Temp Tournament Second Place",
"uiOrderHint": 177
},
{
"categoryId": "4353371",
"chainAchievementIds": [
"91475330365211",
"91475326768131",
"91475330769258",
"91475327997139",
"91475323695781",
"91475323946151",
"91475322354638",
"91475328864099"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330001275"
],
"description": "Complete 500 missions on Normal difficulty in Co-op Missions.",
"flags": 256,
"id": "91475328864099",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-51.jpg",
"isChained": true,
"points": 10,
"title": "Normal: 500",
"uiOrderHint": 15
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475321008786"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475330117850"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475321008786",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Free Tier 14",
"uiOrderHint": 111
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322682155",
"91475337284571",
"91475325755095",
"91475334780331",
"91475330336673",
"91475331345989",
"91475322337668",
"91475325934204",
"91475327144574",
"91475323654846",
"91475333145996",
"91475327111701",
"91475324645227",
"91475332922144"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332184011"
],
"description": "Commander Zeratul Level 14",
"flags": 65538,
"id": "91475324645227",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Zeratul Level 14",
"uiOrderHint": 316
},
{
"categoryId": "4372089",
"chainAchievementIds": [
"91475320835952"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475336676362"
],
"description": "Reach Ascension level 400 in Co-op.",
"flags": 0,
"id": "91475320835952",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-37.jpg",
"isChained": false,
"points": 10,
"title": "Ascension 400",
"uiOrderHint": 7
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475329050964",
"91475322833851",
"91475329470676",
"91475325706792",
"91475323230709",
"91475334671083",
"91475331545339",
"91475335483250",
"91475334762647"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336523309"
],
"description": "Reach Mastery Level 80 in Co-op Missions.",
"flags": 0,
"id": "91475335483250",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-62.jpg",
"isChained": true,
"points": 10,
"title": "Mastery: Level 80",
"uiOrderHint": 61
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475321859956"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475333192804"
],
"description": "WARCHESTSEASON2CONSOLETERRANRW",
"flags": 2,
"id": "91475321859956",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "WARCHESTSEASON2CONSOLETERRANRW",
"uiOrderHint": 103
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475324069500",
"91475325812187",
"91475324263228",
"91475329888941",
"91475321279266",
"91475323725022",
"91475327277151",
"91475336070866",
"91475324810056",
"91475321007776",
"91475330070046",
"91475333563410",
"91475335376759",
"91475326305278"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329674244"
],
"description": "Commander Mengsk Level 14",
"flags": 65538,
"id": "91475335376759",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mengsk Level 14",
"uiOrderHint": 344
},
{
"categoryId": "4387708",
"chainAchievementIds": [
"91475035554453"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy all Zerg forces in less than 10 minutes in the \"For Aiur!\" mission on Hard difficulty.",
"flags": 0,
"id": "91475035554453",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-35.jpg",
"isChained": false,
"points": 10,
"title": "Oblivion Awaits",
"uiOrderHint": 0
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475324702590"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475336709577"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475324702590",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 3",
"uiOrderHint": 69
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475330625413"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330105976"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475330625413",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 1",
"uiOrderHint": 33
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475327320523"
],
"description": "Commander Mastery Level 27",
"flags": 2,
"id": "91475335892872",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 27",
"uiOrderHint": 29
},
{
"categoryId": "4371481",
"chainAchievementIds": [
"91475334664075"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475329880959"
],
"description": "Purchase the Noxious Hydralisk skin from the Collection.",
"flags": 2,
"id": "91475334664075",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Noxious Hydralisk",
"uiOrderHint": 9
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475334205326"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475326867719"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475334205326",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 5",
"uiOrderHint": 5
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322474687"
],
"description": "Commander Mastery Level 56",
"flags": 2,
"id": "91475332288403",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 56",
"uiOrderHint": 58
},
{
"categoryId": "4346194",
"chainAchievementIds": [
"91475321204628"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475331006402"
],
"description": "Unlocked by watching 4 hours of the BlizzCon 2018 WCS Final 16 with a linked Blizzard account on Twitch.",
"flags": 2,
"id": "91475321204628",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "BlizzCon 2018 WCS Final 16",
"uiOrderHint": 1
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475334652571"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475331811100"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475334652571",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 11",
"uiOrderHint": 59
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475321065374"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475335722054"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475321065374",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 2",
"uiOrderHint": 51
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767753",
"91475320768464",
"91475320768465",
"91475320767628",
"91475320767718",
"91475320767720",
"91475320767722",
"91475320767725",
"91475320767727",
"91475320767729",
"91475320767731",
"91475320767733",
"91475320767735",
"91475320767737",
"91475320767739",
"91475320767741",
"91475320767743",
"91475320767745",
"91475320767747",
"91475320767749",
"91475320768541",
"91475320768543",
"91475320768545",
"91475320768547",
"91475320768549",
"91475320768551",
"91475320768553",
"91475320768555",
"91475320768557",
"91475320768559",
"91475320768596",
"91475320768597",
"91475320768598",
"91475320768599",
"91475320768600",
"91475331400752",
"91475325231713",
"91475322949214",
"91475337108962",
"91475331595691",
"91475321765537",
"91475333921677",
"91475326002015",
"91475337322106",
"91475333697442",
"91475321011603",
"91475329978793",
"91475328306326",
"91475333482488",
"91475331189724"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475328375533"
],
"description": "Reach Terran Level 45",
"flags": 258,
"id": "91475333697442",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Terran Level 45",
"uiOrderHint": 98
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475330437037"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475334821930"
],
"description": "Acquired through the Katowice 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475330437037",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 13",
"uiOrderHint": 91
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475337087173",
"91475333694174",
"91475325996975",
"91475332203963",
"91475329583038",
"91475337088558",
"91475331011811",
"91475329262675",
"91475334318511",
"91475334882052",
"91475323901850",
"91475323437004",
"91475336459662",
"91475335089384"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322140053"
],
"description": "Commander Vorazun Level 4",
"flags": 65538,
"id": "91475325996975",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Vorazun Level 4",
"uiOrderHint": 194
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767755",
"91475320767624",
"91475320767623",
"91475320767626",
"91475320767632",
"91475320767634",
"91475320767636",
"91475320767638",
"91475320767640",
"91475320767642",
"91475320767644",
"91475320767646",
"91475320767648",
"91475320767650",
"91475320767652",
"91475320767654",
"91475320767656",
"91475320767659",
"91475320767661",
"91475320767663",
"91475320768521",
"91475320768523",
"91475320768525",
"91475320768527",
"91475320768529",
"91475320768531",
"91475320768533",
"91475320768535",
"91475320768537",
"91475320768539",
"91475320768591",
"91475320768592",
"91475320768593",
"91475320768594",
"91475320768595",
"91475334478743",
"91475334364592",
"91475324415927",
"91475323611786",
"91475323968940",
"91475321274038",
"91475324500023",
"91475337351852",
"91475322389556",
"91475323198050",
"91475331460172",
"91475334302191",
"91475331363444",
"91475325435422",
"91475325691525"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475336047593"
],
"description": "Reach Protoss Level 38",
"flags": 258,
"id": "91475324415927",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Protoss Level 38",
"uiOrderHint": 41
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475325035850",
"91475323293624",
"91475336337384",
"91475322653279",
"91475330804320",
"91475335577182",
"91475323060092",
"91475335519300",
"91475332973202",
"91475321644004",
"91475329755130",
"91475325212654",
"91475337204708",
"91475333648460"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322629234"
],
"description": "Commander Stukov Level 3",
"flags": 65538,
"id": "91475323293624",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Stukov Level 3",
"uiOrderHint": 165
},
{
"categoryId": "4387708",
"chainAchievementIds": [
"91475035554464"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy 55 enemy structures during a single Disruption in \"Brothers in Arms\" on Hard difficulty.",
"flags": 0,
"id": "91475035554464",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-39.jpg",
"isChained": false,
"points": 10,
"title": "Disruption Junction",
"uiOrderHint": 4
},
{
"categoryId": "4325400",
"chainAchievementIds": [
"91475035553796"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035554274",
"91475035554275",
"91475035554273",
"91475035554279",
"91475035554271",
"91475035554272",
"91475035554276",
"91475035554277",
"91475035554278"
],
"description": "Complete all the challenge missions with a Bronze rating or higher.",
"flags": 320,
"id": "91475035553796",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/32-43.jpg",
"isChained": false,
"points": 10,
"title": "Challenge Completed",
"uiOrderHint": 0
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475330641228"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475325942636"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475330641228",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 4",
"uiOrderHint": 53
},
{
"categoryId": "3211292",
"chainAchievementIds": [
"91475035553994"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475035554131",
"91475035554135",
"91475035554136",
"91475035554132",
"91475035554133",
"91475035554134",
"91475035554137"
],
"description": "Purchase all Mercenary contracts.",
"flags": 0,
"id": "91475035553994",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/33-13.jpg",
"isChained": false,
"points": 10,
"title": "Band of Legends",
"uiOrderHint": 21
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475330058231"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475327056500"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475330058231",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 14",
"uiOrderHint": 46
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475329781716",
"91475331475939",
"91475325789659"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475327884412"
],
"description": "NovaPrestige1",
"flags": 2,
"id": "91475329781716",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "NovaPrestige1",
"uiOrderHint": 30
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475323310757"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475336939715"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475323310757",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 4",
"uiOrderHint": 86
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475322171355"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475321589074"
],
"description": "Acquired through the Katowice 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475322171355",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 15",
"uiOrderHint": 63
},
{
"categoryId": "4364797",
"chainAchievementIds": [
"91475334318075"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330783111"
],
"description": "Day9VoicePackPurchase",
"flags": 2,
"id": "91475334318075",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Day9VoicePackPurchase",
"uiOrderHint": 16
},
{
"categoryId": "4325400",
"chainAchievementIds": [
"91475035553797"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553797"
],
"description": "Destroy a total of 100 enemy units in Free-for-All Quick Match games.",
"flags": 260,
"id": "91475035553797",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/32-44.jpg",
"isChained": false,
"points": 0,
"title": "Free-for-All Crusher",
"uiOrderHint": 1
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475326398435"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475321063166"
],
"description": "Complete all the Liberty Campaign achievements.",
"flags": 66,
"id": "91475326398435",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-16.jpg",
"isChained": false,
"points": 0,
"title": "Give Me Liberty (UNUSED)",
"uiOrderHint": 229
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475323162596"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475334537492"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475323162596",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 11",
"uiOrderHint": 77
},
{
"categoryId": "4326300",
"chainAchievementIds": [
"91475035554471"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy 3 Tal'darim Nexuses in the \"Rak'Shir\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035554471",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-62.jpg",
"isChained": false,
"points": 10,
"title": "Rak'Star",
"uiOrderHint": 5
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475334385638"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475335941451"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475334385638",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 11",
"uiOrderHint": 60
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475321609554"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475330091453"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475321609554",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg War Chest",
"uiOrderHint": 49
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475329452029"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475337243697"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475329452029",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 12",
"uiOrderHint": 44
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475334017003"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475324742431"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475334017003",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 3",
"uiOrderHint": 52
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475329699821"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475334849306"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475329699821",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 11",
"uiOrderHint": 94
},
{
"categoryId": "4330138",
"chainAchievementIds": [
"91475323511820",
"91475321492707",
"91475328059486",
"91475321202686"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Gain 1000 \"Void Campaign\" achievement points",
"flags": 2,
"id": "91475321202686",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/15-11.jpg",
"isChained": true,
"points": 0,
"title": "Void Campaign Gold",
"uiOrderHint": 3
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475321065456"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475333615298"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475321065456",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 14",
"uiOrderHint": 77
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322146808",
"91475327543280",
"91475325976923",
"91475323748689",
"91475330205972",
"91475325844139",
"91475335610674",
"91475321838015",
"91475330824705",
"91475334773121",
"91475331663734",
"91475325886303",
"91475332225196",
"91475327017102"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475328796255"
],
"description": "Commander Nova Level 2",
"flags": 65538,
"id": "91475322146808",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Nova Level 2",
"uiOrderHint": 248
},
{
"categoryId": "4371481",
"chainAchievementIds": [
"91475336908796"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475334717022"
],
"description": "Purchase the Bone Ravager skin from the Collection.",
"flags": 2,
"id": "91475336908796",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Bone Ravager",
"uiOrderHint": 5
},
{
"categoryId": "4325400",
"chainAchievementIds": [
"91475035553798"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553798"
],
"description": "Watch any StarCraft II replay.",
"flags": 2048,
"id": "91475035553798",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/32-45.jpg",
"isChained": false,
"points": 10,
"title": "Play Replay",
"uiOrderHint": 2
},
{
"categoryId": "4325390",
"chainAchievementIds": [
"91475320768513"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475320767776"
],
"description": "Win a match against a Hard A.I. opponent.",
"flags": 256,
"id": "91475320768513",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 10,
"title": "Victory: Hard",
"uiOrderHint": 2
},
{
"categoryId": "4377488",
"chainAchievementIds": [
"91475035554477"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555200"
],
"description": "Destroy 20 units with Nexus Photon Overcharge over the course of the Legacy of the Void campaign.",
"flags": 256,
"id": "91475035554477",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-22.jpg",
"isChained": false,
"points": 10,
"title": "Nexus of Destruction",
"uiOrderHint": 6
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475332206602"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475329782606"
],
"description": "Acquired through the Katowice 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475332206602",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 5",
"uiOrderHint": 83
},
{
"categoryId": "4353371",
"chainAchievementIds": [
"91475335028033",
"91475322035960",
"91475332517436",
"91475321434128",
"91475336742427",
"91475332024771",
"91475332589913",
"91475324244989"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324757826"
],
"description": "Complete 75 missions on Hard difficulty in Co-op Missions.",
"flags": 256,
"id": "91475321434128",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-36.jpg",
"isChained": true,
"points": 10,
"title": "Hard: 75",
"uiOrderHint": 19
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475329335486",
"91475330874152",
"91475329390490"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322029883"
],
"description": "StukovPrestige3",
"flags": 2,
"id": "91475329390490",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "StukovPrestige3",
"uiOrderHint": 38
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475321586896",
"91475325727099",
"91475321312510",
"91475332311929",
"91475333033207",
"91475323447977",
"91475324866583",
"91475332410762",
"91475333562645",
"91475329089888",
"91475323078138",
"91475330371739",
"91475337106480",
"91475335642487"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475321261846"
],
"description": "Commander Raynor Level 8",
"flags": 65538,
"id": "91475324866583",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Raynor Level 8",
"uiOrderHint": 100
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475323853471",
"91475335807841",
"91475327799321"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475331783208"
],
"description": "Reach level 15 with Hierarch Artanis in Co-op Missions.",
"flags": 0,
"id": "91475327799321",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-5.jpg",
"isChained": true,
"points": 10,
"title": "Artanis: Level 15",
"uiOrderHint": 14
},
{
"categoryId": "3211274",
"chainAchievementIds": [
"91475035553799"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553799"
],
"description": "Train 10 Marines during the first 320 seconds of a single Melee game.",
"flags": 2304,
"id": "91475035553799",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-50.jpg",
"isChained": false,
"points": 10,
"title": "Training Day",
"uiOrderHint": 0
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475334058022",
"91475324727776",
"91475327586357"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329898862"
],
"description": "Reach level 5 with Purifier Executor Fenix in Co-op Missions.",
"flags": 0,
"id": "91475334058022",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-13.jpg",
"isChained": true,
"points": 10,
"title": "Fenix: Level 5",
"uiOrderHint": 33
},
{
"categoryId": "3211275",
"chainAchievementIds": [
"91475035553831"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553838"
],
"description": "Load a Dropship with a unit that is under attack in an Unranked or Ranked game.",
"flags": 2048,
"id": "91475035553831",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-29.jpg",
"isChained": false,
"points": 10,
"title": "Hot Pickup",
"uiOrderHint": 20
},
{
"categoryId": "4326602",
"chainAchievementIds": [
"91475035554483"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Templar's Return\" mission in the Legacy of the Void Campaign.",
"flags": 0,
"id": "91475035554483",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-65.jpg",
"isChained": false,
"points": 10,
"title": "Templar's Return",
"uiOrderHint": 11
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475334058022",
"91475324727776",
"91475327586357"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475331892163"
],
"description": "Reach level 15 with Purifier Executor Fenix in Co-op Missions.",
"flags": 0,
"id": "91475327586357",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-15.jpg",
"isChained": true,
"points": 10,
"title": "Fenix: Level 15",
"uiOrderHint": 35
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475322548284"
],
"chainRewardSize": 5,
"criteriaIds": [],
"description": "Complete all the Campaign and Mission Pack achievements.",
"flags": 4,
"id": "91475322548284",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-20.jpg",
"isChained": false,
"points": 0,
"title": "Visit the Koprulu Sector, They Said",
"uiOrderHint": 241
},
{
"categoryId": "4372089",
"chainAchievementIds": [
"91475323539522"
],
"chainRewardSize": 2,
"criteriaIds": [
"91475330200666"
],
"description": "Reach Ascension level 850 in Co-op.",
"flags": 0,
"id": "91475323539522",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-46.jpg",
"isChained": false,
"points": 10,
"title": "Ascension 850",
"uiOrderHint": 16
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475325035850",
"91475323293624",
"91475336337384",
"91475322653279",
"91475330804320",
"91475335577182",
"91475323060092",
"91475335519300",
"91475332973202",
"91475321644004",
"91475329755130",
"91475325212654",
"91475337204708",
"91475333648460"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475335818490"
],
"description": "Commander Stukov Level 15",
"flags": 65538,
"id": "91475333648460",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Stukov Level 15",
"uiOrderHint": 177
},
{
"categoryId": "4326602",
"chainAchievementIds": [
"91475035554489"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy 2 Void Shards within 150 seconds of each other in \"The Host\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035554489",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-70.jpg",
"isChained": false,
"points": 10,
"title": "Disenchanted",
"uiOrderHint": 16
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475326726226"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475331748115"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475326726226",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 11",
"uiOrderHint": 43
},
{
"categoryId": "3211274",
"chainAchievementIds": [
"91475035553801"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553801"
],
"description": "Warp in 5 Zealots during the first 250 seconds of a single Melee game.",
"flags": 2304,
"id": "91475035553801",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-48.jpg",
"isChained": false,
"points": 10,
"title": "Zealot Push",
"uiOrderHint": 2
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475320959067"
],
"chainRewardSize": 3,
"criteriaIds": [],
"description": "Obtain a ticket for BlizzCon 2017; grants exclusive skins for the Drone, Probe, and SCV.",
"flags": 4,
"id": "91475320959067",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/8-16.jpg",
"isChained": false,
"points": 0,
"title": "BlizzConqueror 2017",
"uiOrderHint": 162
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475331115025"
],
"chainRewardSize": 5,
"criteriaIds": [
"91475333273999"
],
"description": "Awarded through the HomeStory Cup XX Bundle.",
"flags": 2,
"id": "91475331115025",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "HomeStory Cup XX",
"uiOrderHint": 250
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475326775396"
],
"chainRewardSize": 4,
"criteriaIds": [
"91475335087718"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475326775396",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Free Tier 15",
"uiOrderHint": 108
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475327873125"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475330811378"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475327873125",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 12",
"uiOrderHint": 61
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332785749"
],
"description": "Commander Mastery Level 37",
"flags": 2,
"id": "91475335213163",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 37",
"uiOrderHint": 39
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475331737619"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475333727273"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475331737619",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 15",
"uiOrderHint": 99
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475323359343"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475331218049"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475323359343",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 4",
"uiOrderHint": 4
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329348027"
],
"description": "Commander Mastery Level 62",
"flags": 2,
"id": "91475325612144",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 62",
"uiOrderHint": 64
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475329724530"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475327709568"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475329724530",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 7",
"uiOrderHint": 39
},
{
"categoryId": "4372089",
"chainAchievementIds": [
"91475324364820"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475335823515"
],
"description": "Reach Ascension level 250 in Co-op.",
"flags": 0,
"id": "91475324364820",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-34.jpg",
"isChained": false,
"points": 10,
"title": "Ascension 250",
"uiOrderHint": 4
},
{
"categoryId": "3211274",
"chainAchievementIds": [
"91475035553802"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553802"
],
"description": "Expand during the first 225 seconds of a Melee game.",
"flags": 2048,
"id": "91475035553802",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-37.jpg",
"isChained": false,
"points": 10,
"title": "Fast Expand",
"uiOrderHint": 3
},
{
"categoryId": "4371481",
"chainAchievementIds": [
"91475322499191"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475330452117"
],
"description": "Purchase the Adun Immortal skin from the Collection.",
"flags": 2,
"id": "91475322499191",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Adun Immortal",
"uiOrderHint": 4
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475332526200"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475333522041"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475332526200",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 1",
"uiOrderHint": 17
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475336704126"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475325316018"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475336704126",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 4",
"uiOrderHint": 53
},
{
"categoryId": "4364797",
"chainAchievementIds": [
"91475328798858"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336790348"
],
"description": "BlizzconDVaVoicePackPurchase",
"flags": 2,
"id": "91475328798858",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "BlizzconDVaVoicePackPurchase",
"uiOrderHint": 6
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475324211339"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase the Nation Wars V Switzerland portrait.",
"flags": 2,
"id": "91475324211339",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Nation Wars V Switzerland",
"uiOrderHint": 211
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475322179724"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336983915"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475322179724",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 13",
"uiOrderHint": 45
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475330429072"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336243578"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475330429072",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 13",
"uiOrderHint": 45
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475323102072",
"91475324520473",
"91475323784705"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475327590372"
],
"description": "KerriganPrestige2",
"flags": 2,
"id": "91475324520473",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "KerriganPrestige2",
"uiOrderHint": 25
},
{
"categoryId": "4359061",
"chainAchievementIds": [
"91475324342495",
"91475329492917",
"91475324039314",
"91475323404504",
"91475323850379",
"91475335993936"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475328120955"
],
"description": "Complete 50 weekly Mutation challenge missions on Hard difficulty.",
"flags": 256,
"id": "91475324039314",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-78.jpg",
"isChained": true,
"points": 10,
"title": "Mutation Hard: 50",
"uiOrderHint": 14
},
{
"categoryId": "3211274",
"chainAchievementIds": [
"91475035553803"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553803"
],
"description": "Build a Factory during the first 270 seconds of a Melee game.",
"flags": 2048,
"id": "91475035553803",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-47.jpg",
"isChained": false,
"points": 10,
"title": "Erector Time",
"uiOrderHint": 4
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475328712825"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475325726417"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475328712825",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 6",
"uiOrderHint": 6
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475329050964",
"91475322833851",
"91475329470676",
"91475325706792",
"91475323230709",
"91475334671083",
"91475331545339",
"91475335483250",
"91475334762647"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475326295055"
],
"description": "Reach Mastery Level 90 in Co-op Missions.",
"flags": 0,
"id": "91475334762647",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-63.jpg",
"isChained": true,
"points": 10,
"title": "Mastery: Level 90",
"uiOrderHint": 62
},
{
"categoryId": "4380363",
"chainAchievementIds": [
"91475035554501"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Seal all caves with rocks in the \"Unsealing the Past\" mission less than 40 seconds after Zerg begin to emerge from them.",
"flags": 0,
"id": "91475035554501",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-45.jpg",
"isChained": false,
"points": 10,
"title": "Pest Control",
"uiOrderHint": 4
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475321586896",
"91475325727099",
"91475321312510",
"91475332311929",
"91475333033207",
"91475323447977",
"91475324866583",
"91475332410762",
"91475333562645",
"91475329089888",
"91475323078138",
"91475330371739",
"91475337106480",
"91475335642487"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475331032706"
],
"description": "Commander Raynor Level 13",
"flags": 65538,
"id": "91475330371739",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Raynor Level 13",
"uiOrderHint": 105
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475332378782"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475330582333"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475332378782",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 5",
"uiOrderHint": 53
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475324743839"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322737594"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475324743839",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 2",
"uiOrderHint": 18
},
{
"categoryId": "4364473",
"chainAchievementIds": [
"91475329283012",
"91475322609235",
"91475329921184",
"91475335963007"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Gain 180 \"Mission Packs\" achievement points.",
"flags": 2,
"id": "91475329921184",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/15-14.jpg",
"isChained": true,
"points": 0,
"title": "Mission Packs Silver",
"uiOrderHint": 2
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475332196275",
"91475324594348",
"91475328708272",
"91475333554813",
"91475335399269",
"91475325389460",
"91475337298089",
"91475324117463",
"91475323850414",
"91475329998087",
"91475331641918",
"91475337158612",
"91475328372897",
"91475322530055"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336196812"
],
"description": "Commander Karax Level 14",
"flags": 65538,
"id": "91475328372897",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Karax Level 14",
"uiOrderHint": 218
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475329757349"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332708961"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475329757349",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 6",
"uiOrderHint": 38
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767753",
"91475320768464",
"91475320768465",
"91475320767628",
"91475320767718",
"91475320767720",
"91475320767722",
"91475320767725",
"91475320767727",
"91475320767729",
"91475320767731",
"91475320767733",
"91475320767735",
"91475320767737",
"91475320767739",
"91475320767741",
"91475320767743",
"91475320767745",
"91475320767747",
"91475320767749",
"91475320768541",
"91475320768543",
"91475320768545",
"91475320768547",
"91475320768549",
"91475320768551",
"91475320768553",
"91475320768555",
"91475320768557",
"91475320768559",
"91475320768596",
"91475320768597",
"91475320768598",
"91475320768599",
"91475320768600",
"91475331400752",
"91475325231713",
"91475322949214",
"91475337108962",
"91475331595691",
"91475321765537",
"91475333921677",
"91475326002015",
"91475337322106",
"91475333697442",
"91475321011603",
"91475329978793",
"91475328306326",
"91475333482488",
"91475331189724"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475320767825"
],
"description": "Reach Terran Level 21",
"flags": 258,
"id": "91475320768541",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Terran Level 21",
"uiOrderHint": 74
},
{
"categoryId": "4380363",
"chainAchievementIds": [
"91475035554504"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Unsealing the Past\" mission in the Legacy of the Void campaign.",
"flags": 0,
"id": "91475035554504",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-44.jpg",
"isChained": false,
"points": 10,
"title": "Unsealing the Past",
"uiOrderHint": 3
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475335467181"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475323095254"
],
"description": "%userName% has won a Master tournament",
"flags": 49154,
"id": "91475335467181",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Win a Master Tournament",
"uiOrderHint": 173
},
{
"categoryId": "4359061",
"chainAchievementIds": [
"91475334973146",
"91475327455626",
"91475331008584",
"91475333442365",
"91475322711021",
"91475336385034",
"91475337511070",
"91475321694378",
"91475326736584",
"91475321153537",
"91475328395720",
"91475332862127",
"91475327062782",
"91475337283146"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475326421626"
],
"description": "Earn 100 bounty rewards in the weekly Mutation Challenge.",
"flags": 256,
"id": "91475332862127",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-18.jpg",
"isChained": true,
"points": 10,
"title": "Bounty: 100",
"uiOrderHint": 35
},
{
"categoryId": "3211274",
"chainAchievementIds": [
"91475035553804"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553804"
],
"description": "Warp in a Twilight Council during the first 275 seconds of a Melee game.",
"flags": 2048,
"id": "91475035553804",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-45.jpg",
"isChained": false,
"points": 10,
"title": "Warp In Time",
"uiOrderHint": 5
},
{
"categoryId": "4380363",
"chainAchievementIds": [
"91475035554506"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy 6 Tal'darim Gateways or Warp Gates in the \"Forbidden Weapon\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035554506",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-43.jpg",
"isChained": false,
"points": 10,
"title": "Pull the Plug",
"uiOrderHint": 2
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475326546106"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase tickets to Blizzard’s convention taking place in Anaheim, California on November 7 & 8, 2014.",
"flags": 2,
"id": "91475326546106",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-42.jpg",
"isChained": false,
"points": 0,
"title": "BlizzConqueror 2014",
"uiOrderHint": 121
},
{
"categoryId": "4380363",
"chainAchievementIds": [
"91475035554507"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Purification\" mission in the Legacy of the Void campaign.",
"flags": 0,
"id": "91475035554507",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-47.jpg",
"isChained": false,
"points": 10,
"title": "Purification",
"uiOrderHint": 6
},
{
"categoryId": "4372089",
"chainAchievementIds": [
"91475327115980"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475326583500"
],
"description": "Reach Ascension level 700 in Co-op.",
"flags": 0,
"id": "91475327115980",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-43.jpg",
"isChained": false,
"points": 10,
"title": "Ascension 700",
"uiOrderHint": 13
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475324509559"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475321561248"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475324509559",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 8",
"uiOrderHint": 74
},
{
"categoryId": "4380363",
"chainAchievementIds": [
"91475035554509"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Purification\" mission without allowing the Purifier Core Matrix to lose all of its shields.",
"flags": 0,
"id": "91475035554509",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-48.jpg",
"isChained": false,
"points": 10,
"title": "Don't Taze Me Cybros",
"uiOrderHint": 7
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475326521548"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475335472588"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475326521548",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 15",
"uiOrderHint": 64
},
{
"categoryId": "3211274",
"chainAchievementIds": [
"91475035553805"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553805"
],
"description": "Mutate a Lair during the first 285 seconds of a Melee game.",
"flags": 2048,
"id": "91475035553805",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-46.jpg",
"isChained": false,
"points": 10,
"title": "It's Morphing Time",
"uiOrderHint": 6
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475329050964",
"91475322833851",
"91475329470676",
"91475325706792",
"91475323230709",
"91475334671083",
"91475331545339",
"91475335483250",
"91475334762647"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324447612"
],
"description": "Reach Mastery Level 30 in Co-op Missions.",
"flags": 0,
"id": "91475329470676",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-57.jpg",
"isChained": true,
"points": 10,
"title": "Mastery: Level 30",
"uiOrderHint": 56
},
{
"categoryId": "4380363",
"chainAchievementIds": [
"91475035554511"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Activate two Purifier forces within 60 seconds of each other in the \"Purification\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035554511",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-49.jpg",
"isChained": false,
"points": 10,
"title": "Power Overwhelming",
"uiOrderHint": 8
},
{
"categoryId": "4370766",
"chainAchievementIds": [
"91475035554512"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Amon's Reach\" mission in the Legacy of the Void campaign.",
"flags": 0,
"id": "91475035554512",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-22.jpg",
"isChained": false,
"points": 10,
"title": "Amon's Reach",
"uiOrderHint": 0
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329004679"
],
"description": "Commander Mastery Level 68",
"flags": 2,
"id": "91475320787164",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 68",
"uiOrderHint": 70
},
{
"categoryId": "4359061",
"chainAchievementIds": [
"91475324342495",
"91475329492917",
"91475324039314",
"91475323404504",
"91475323850379",
"91475335993936"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334981700"
],
"description": "Complete 10 weekly Mutation challenge missions on Hard difficulty.",
"flags": 256,
"id": "91475324342495",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-76.jpg",
"isChained": true,
"points": 10,
"title": "Mutation Hard: 10",
"uiOrderHint": 12
},
{
"categoryId": "4350642",
"chainAchievementIds": [
"91475035554513"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Brothers in Arms\" mission in the Legacy of the Void campaign.",
"flags": 0,
"id": "91475035554513",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-19.jpg",
"isChained": false,
"points": 10,
"title": "Brothers in Arms",
"uiOrderHint": 3
},
{
"categoryId": "4350642",
"chainAchievementIds": [
"91475035554514"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Don't let the \"Sky Shield\" mission timer go below 4 minutes.",
"flags": 0,
"id": "91475035554514",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-17.jpg",
"isChained": false,
"points": 10,
"title": "All the Time in the World",
"uiOrderHint": 1
},
{
"categoryId": "4342208",
"chainAchievementIds": [
"91475035554897"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Hold out until 2.3 billion Zerg arrive on Shakuras in the \"Last Stand\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035554897",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-48.jpg",
"isChained": false,
"points": 10,
"title": "For a Few Swarms More",
"uiOrderHint": 10
},
{
"categoryId": "4364797",
"chainAchievementIds": [
"91475321475308"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475337424658"
],
"description": "PomfThudVoicePackPurchase",
"flags": 2,
"id": "91475321475308",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "PomfThudVoicePackPurchase",
"uiOrderHint": 20
},
{
"categoryId": "4350642",
"chainAchievementIds": [
"91475035554515"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Secure 2 Stabilizers within 3 minutes of each other in the \"Sky Shield\" mission on Normal difficulty",
"flags": 0,
"id": "91475035554515",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-18.jpg",
"isChained": false,
"points": 10,
"title": "No Time for Games",
"uiOrderHint": 2
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336926783"
],
"description": "Commander Mastery Level 45",
"flags": 2,
"id": "91475327013104",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 45",
"uiOrderHint": 47
},
{
"categoryId": "4350642",
"chainAchievementIds": [
"91475035554516"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy 80 or more enemies affected by the disruption on the \"Brothers in Arms\" mission.",
"flags": 0,
"id": "91475035554516",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-20.jpg",
"isChained": false,
"points": 10,
"title": "Mental Breakdown",
"uiOrderHint": 4
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475320803572"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475326623077"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475320803572",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 15",
"uiOrderHint": 64
},
{
"categoryId": "4350642",
"chainAchievementIds": [
"91475035554517"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Do not let your allies lose more than 5 base structures in \"Brothers in Arms\" on Normal difficulty.",
"flags": 0,
"id": "91475035554517",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-21.jpg",
"isChained": false,
"points": 10,
"title": "For the Alliance",
"uiOrderHint": 5
},
{
"categoryId": "4326300",
"chainAchievementIds": [
"91475035554518"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Rak'Shir\" mission in the Legacy of the Void campaign.",
"flags": 0,
"id": "91475035554518",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-60.jpg",
"isChained": false,
"points": 10,
"title": "Rak'Shir",
"uiOrderHint": 3
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475327048303"
],
"description": "Commander Mastery Level 20",
"flags": 2,
"id": "91475321778432",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 20",
"uiOrderHint": 22
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322650438",
"91475331582524",
"91475336932905",
"91475330524182",
"91475330590942",
"91475327613837",
"91475336387818",
"91475329230800",
"91475323559090",
"91475332790996",
"91475331161810",
"91475334169303",
"91475332328153",
"91475330677251"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334466806"
],
"description": "Commander Horner Level 13",
"flags": 65538,
"id": "91475334169303",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Horner Level 13",
"uiOrderHint": 119
},
{
"categoryId": "4326300",
"chainAchievementIds": [
"91475035554520"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Steps of the Rite\" mission before the fourth Terrazine Fog cycle begins on Normal difficulty.",
"flags": 0,
"id": "91475035554520",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-59.jpg",
"isChained": false,
"points": 10,
"title": "Rise and Shrine",
"uiOrderHint": 2
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475332419855"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475335336766"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475332419855",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 9",
"uiOrderHint": 75
},
{
"categoryId": "4326300",
"chainAchievementIds": [
"91475035554521"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Support Alarak with 25 units or more at the same time in the \"Rak'Shir\" mission.",
"flags": 0,
"id": "91475035554521",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-61.jpg",
"isChained": false,
"points": 10,
"title": "'Shir Determination",
"uiOrderHint": 4
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475334810732",
"91475321624165",
"91475321693949",
"91475336007488",
"91475327373594",
"91475333578602",
"91475322540985",
"91475323542107",
"91475337158550",
"91475321133911",
"91475324079858",
"91475324345563",
"91475327010928",
"91475326606414"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324360301"
],
"description": "Commander Stetmann Level 6",
"flags": 65538,
"id": "91475327373594",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Stetmann Level 6",
"uiOrderHint": 322
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475327807772"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475325167050"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475327807772",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 8",
"uiOrderHint": 57
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475320767195"
],
"chainRewardSize": 0,
"description": "Competed in the BlizzCon 2010 StarCraft II Global Invitational as the North American representative.",
"flags": 12,
"id": "91475320767195",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/27-0.jpg",
"isChained": false,
"points": 0,
"title": "BlizzCon 2010 - Competitor",
"uiOrderHint": 6
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475325649922",
"91475321783176",
"91475323026939",
"91475326885795",
"91475331915136",
"91475329586185",
"91475330075807",
"91475334710381",
"91475322081566",
"91475320776478",
"91475321996923",
"91475326659390",
"91475332718172",
"91475329431760"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332110905"
],
"description": "Commander Alarak Level 10",
"flags": 65538,
"id": "91475322081566",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Alarak Level 10",
"uiOrderHint": 242
},
{
"categoryId": "4389120",
"chainAchievementIds": [
"91475035554524"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Temple of Unification\" mission in the Legacy of the Void campaign.",
"flags": 0,
"id": "91475035554524",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-30.jpg",
"isChained": false,
"points": 10,
"title": "Temple of Unification",
"uiOrderHint": 0
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475321868580"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324092590"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475321868580",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 11",
"uiOrderHint": 11
},
{
"categoryId": "4342208",
"chainAchievementIds": [
"91475035554899"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Do not allow enemy Warp Prisms to warp in any units in \"The Infinite Cycle\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035554899",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-48.jpg",
"isChained": false,
"points": 10,
"title": "Warp Incomplete",
"uiOrderHint": 12
},
{
"categoryId": "4370766",
"chainAchievementIds": [
"91475035554525"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Last Stand\" mission in the Legacy of the Void campaign.",
"flags": 0,
"id": "91475035554525",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-25.jpg",
"isChained": false,
"points": 10,
"title": "Last Stand",
"uiOrderHint": 3
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475035553808"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553809",
"91475035553811",
"91475035553812",
"91475035553807",
"91475035553808",
"91475035553813",
"91475035553814",
"91475035553815",
"91475035553810"
],
"description": "Complete all the Economy achievements.",
"flags": 0,
"id": "91475035553808",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-1.jpg",
"isChained": false,
"points": 20,
"title": "City Builder",
"uiOrderHint": 0
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475320767198"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase World of Warcraft Cataclysm Collector’s Edition.",
"flags": 2,
"id": "91475320767198",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/32-72.jpg",
"isChained": false,
"points": 0,
"title": "Cataclysmic Devotion",
"uiOrderHint": 17
},
{
"categoryId": "4370766",
"chainAchievementIds": [
"91475035554527"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Free all Protoss Launch Bays before the last Void Thrasher appears in \"Amon's Reach\" on Normal difficulty. ",
"flags": 0,
"id": "91475035554527",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-24.jpg",
"isChained": false,
"points": 10,
"title": "Jump the Gun",
"uiOrderHint": 2
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475336868152"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475322835396"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475336868152",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 15",
"uiOrderHint": 98
},
{
"categoryId": "4370766",
"chainAchievementIds": [
"91475035554528"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy the Zenith Stones within the first 10 minutes of the \"Last Stand\" mission.",
"flags": 0,
"id": "91475035554528",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-26.jpg",
"isChained": false,
"points": 10,
"title": "Rush Hour",
"uiOrderHint": 4
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475324285246"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475327283188"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475324285246",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 3",
"uiOrderHint": 19
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332565904"
],
"description": "Commander Mastery Level 74",
"flags": 2,
"id": "91475320844608",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 74",
"uiOrderHint": 76
},
{
"categoryId": "4346203",
"chainAchievementIds": [
"91475035554530",
"91475035554531",
"91475035554533",
"91475035554535"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "Complete 10 Legacy of the Void Campaign missions on Brutal difficulty.",
"flags": 320,
"id": "91475035554531",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-72.jpg",
"isChained": true,
"points": 15,
"title": "Legacy of the Void: Brutal 10",
"uiOrderHint": 23
},
{
"categoryId": "4371481",
"chainAchievementIds": [
"91475325980992"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475330049483"
],
"description": "Purchase the Commando Siege Tank skin from the Collection.",
"flags": 2,
"id": "91475325980992",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Commando Siege Tank",
"uiOrderHint": 10
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475330935154",
"91475324352805",
"91475323633358",
"91475332102990",
"91475322542287",
"91475333308268",
"91475331454285",
"91475325277874",
"91475327594839",
"91475327523435",
"91475321729776",
"91475330066312",
"91475332211678",
"91475321384231"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330916708"
],
"description": "Commander Dehaka Level 10",
"flags": 65538,
"id": "91475327594839",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Dehaka Level 10",
"uiOrderHint": 284
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475322843482"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475333996556"
],
"description": "Acquired through the Katowice 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475322843482",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 14",
"uiOrderHint": 77
},
{
"categoryId": "4346203",
"chainAchievementIds": [
"91475035554559",
"91475035554532",
"91475035554534",
"91475035554536"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "Complete 15 Legacy of the Void Campaign missions on Hard difficulty.",
"flags": 320,
"id": "91475035554534",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-69.jpg",
"isChained": true,
"points": 15,
"title": "Legacy of the Void: Hard 15",
"uiOrderHint": 20
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475322961304",
"91475335437481",
"91475331305824"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475325435518"
],
"description": "Reach level 15 with Evolution Master Abathur in Co-op Missions.",
"flags": 0,
"id": "91475331305824",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-25.jpg",
"isChained": true,
"points": 10,
"title": "Abathur: Level 15",
"uiOrderHint": 23
},
{
"categoryId": "4389120",
"chainAchievementIds": [
"91475035554547"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Kill 20 units with Spawned Banelings in \"The Infinite Cycle\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035554547",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-35.jpg",
"isChained": false,
"points": 10,
"title": "Bane of Their Existence",
"uiOrderHint": 5
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330568929"
],
"description": "Commander Mastery Level 39",
"flags": 2,
"id": "91475336573285",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 39",
"uiOrderHint": 41
},
{
"categoryId": "3211275",
"chainAchievementIds": [
"91475035553810"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553817"
],
"description": "Destroy 20 units with Sniper Rounds in an Unranked or Ranked game.",
"flags": 2304,
"id": "91475035553810",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-17.jpg",
"isChained": false,
"points": 10,
"title": "Professionals Have Standards",
"uiOrderHint": 1
},
{
"categoryId": "4377488",
"chainAchievementIds": [
"91475035554459"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555622"
],
"description": "Warp in 100 Protoss units using Warp In Reinforcements over the course of the Legacy of the Void campaign.",
"flags": 256,
"id": "91475035554459",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-17.jpg",
"isChained": false,
"points": 10,
"title": "My Life for Hire",
"uiOrderHint": 1
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475329585514"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329121577"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475329585514",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 3",
"uiOrderHint": 3
},
{
"categoryId": "4369693",
"chainAchievementIds": [
"91475325309291"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475328935513"
],
"description": "Place in a league via Ranked Play or Tournaments.",
"flags": 256,
"id": "91475325309291",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": false,
"points": 10,
"title": "Take Your Place",
"uiOrderHint": 2
},
{
"categoryId": "4346203",
"chainAchievementIds": [
"91475035554540",
"91475035554543",
"91475035554538",
"91475035554539"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "Complete 15 Legacy of the Void Campaign missions on Normal difficulty.",
"flags": 320,
"id": "91475035554538",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-65.jpg",
"isChained": true,
"points": 10,
"title": "Legacy of the Void: Normal 15",
"uiOrderHint": 16
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475336371133",
"91475328734338",
"91475320797573",
"91475332633578",
"91475335049594",
"91475335093676",
"91475323645440",
"91475329700381",
"91475323526427",
"91475322006573",
"91475322391055",
"91475334010833",
"91475330728370",
"91475336005730"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322940589"
],
"description": "Commander Fenix Level 6",
"flags": 65538,
"id": "91475335049594",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Fenix Level 6",
"uiOrderHint": 266
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475321586896",
"91475325727099",
"91475321312510",
"91475332311929",
"91475333033207",
"91475323447977",
"91475324866583",
"91475332410762",
"91475333562645",
"91475329089888",
"91475323078138",
"91475330371739",
"91475337106480",
"91475335642487"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475326750558"
],
"description": "Commander Raynor Level 3",
"flags": 65538,
"id": "91475325727099",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Raynor Level 3",
"uiOrderHint": 95
},
{
"categoryId": "4346203",
"chainAchievementIds": [
"91475035554540",
"91475035554543",
"91475035554538",
"91475035554539"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475035555212",
"91475035555201",
"91475035555203",
"91475035555205",
"91475035555213",
"91475035555215",
"91475035555216",
"91475035555217",
"91475035555218",
"91475035555206",
"91475035555209",
"91475035555597",
"91475035555202",
"91475035555204",
"91475035555208",
"91475035555210",
"91475035555211",
"91475035555214",
"91475035555219",
"91475035555220",
"91475035555598",
"91475035555599"
],
"description": "Complete 19 Legacy of the Void Campaign missions on Normal difficulty.",
"flags": 320,
"id": "91475035554539",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-66.jpg",
"isChained": true,
"points": 10,
"title": "Legacy of the Void: Normal 19",
"uiOrderHint": 17
},
{
"categoryId": "4342208",
"chainAchievementIds": [
"91475035554902"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Unsealing the Past\" mission by constructing only Probes and Colossus on Normal difficulty.",
"flags": 0,
"id": "91475035554902",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-48.jpg",
"isChained": false,
"points": 10,
"title": "I've Fallen and I Can't Shoot Up",
"uiOrderHint": 15
},
{
"categoryId": "4346203",
"chainAchievementIds": [
"91475035554540",
"91475035554543",
"91475035554538",
"91475035554539"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "Complete 5 Legacy of the Void Campaign missions on Normal difficulty.",
"flags": 320,
"id": "91475035554540",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-63.jpg",
"isChained": true,
"points": 10,
"title": "Legacy of the Void: Normal 5",
"uiOrderHint": 14
},
{
"categoryId": "3211279",
"chainAchievementIds": [
"91475035553811"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553818"
],
"description": "Destroy 30 units with Infested Terrans in an Unranked or Ranked game.",
"flags": 2304,
"id": "91475035553811",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-10.jpg",
"isChained": false,
"points": 10,
"title": "Infested Terror",
"uiOrderHint": 2
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767751",
"91475320767618",
"91475320767617",
"91475320767630",
"91475320767685",
"91475320767687",
"91475320767689",
"91475320767691",
"91475320767693",
"91475320767695",
"91475320767697",
"91475320767699",
"91475320767701",
"91475320767703",
"91475320767705",
"91475320767707",
"91475320767709",
"91475320767711",
"91475320767713",
"91475320767716",
"91475320768561",
"91475320768563",
"91475320768565",
"91475320768567",
"91475320768569",
"91475320768571",
"91475320768573",
"91475320768575",
"91475320768577",
"91475320768579",
"91475320768601",
"91475320768602",
"91475320768603",
"91475320768604",
"91475320768605",
"91475326412471",
"91475336476745",
"91475332712853",
"91475321522205",
"91475332439472",
"91475337382241",
"91475331911298",
"91475323673651",
"91475321164165",
"91475327887336",
"91475321224922",
"91475337272825",
"91475337224428",
"91475336104367",
"91475327723892"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475329772843"
],
"description": "Reach Zerg Level 44",
"flags": 258,
"id": "91475321164165",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Zerg Level 44",
"uiOrderHint": 147
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475333370249"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475334224918"
],
"description": "Acquired through the Katowice 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475333370249",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 2",
"uiOrderHint": 65
},
{
"categoryId": "4359061",
"chainAchievementIds": [
"91475334973146",
"91475327455626",
"91475331008584",
"91475333442365",
"91475322711021",
"91475336385034",
"91475337511070",
"91475321694378",
"91475326736584",
"91475321153537",
"91475328395720",
"91475332862127",
"91475327062782",
"91475337283146"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475325537913"
],
"description": "Earn 5 bounty rewards in the weekly Mutation Challenge.",
"flags": 256,
"id": "91475327455626",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-8.jpg",
"isChained": true,
"points": 10,
"title": "Bounty: 5",
"uiOrderHint": 25
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475332752110",
"91475322601809",
"91475324809790"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329095240"
],
"description": "HornerPrestige1",
"flags": 2,
"id": "91475332752110",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "HornerPrestige1",
"uiOrderHint": 18
},
{
"categoryId": "3211292",
"chainAchievementIds": [
"91475035554008"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475035554186",
"91475035554179",
"91475035554182",
"91475035554194",
"91475035554196",
"91475035554199",
"91475035554200",
"91475035554202",
"91475035554206",
"91475035554180",
"91475035554181",
"91475035554183",
"91475035554184",
"91475035554185",
"91475035554187",
"91475035554188",
"91475035554189",
"91475035554190",
"91475035554191",
"91475035554192",
"91475035554193",
"91475035554195",
"91475035554197",
"91475035554198",
"91475035554201",
"91475035554203",
"91475035554204",
"91475035554205",
"91475035554207"
],
"description": "Complete all 29 Wings of Liberty campaign missions on Hard difficulty.",
"flags": 0,
"id": "91475035554008",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/32-70.jpg",
"isChained": false,
"points": 15,
"title": "Liberty Completionist: Hard",
"uiOrderHint": 35
},
{
"categoryId": "4346203",
"chainAchievementIds": [
"91475035554540",
"91475035554543",
"91475035554538",
"91475035554539"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "Complete 10 Legacy of the Void Campaign missions on Normal difficulty.",
"flags": 320,
"id": "91475035554543",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-64.jpg",
"isChained": true,
"points": 10,
"title": "Legacy of the Void: Normal 10",
"uiOrderHint": 15
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475324012613"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475335635314"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475324012613",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 12",
"uiOrderHint": 44
},
{
"categoryId": "4389120",
"chainAchievementIds": [
"91475035554544"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy the Titanic Warp Prism in less than 10 minutes in the \"Temple of Unification\" mission.",
"flags": 0,
"id": "91475035554544",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-31.jpg",
"isChained": false,
"points": 10,
"title": "Templar of Doom",
"uiOrderHint": 1
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475333067166"
],
"chainRewardSize": 2,
"criteriaIds": [
"91475335742717"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475333067166",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 10",
"uiOrderHint": 42
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475334165341",
"91475336109372",
"91475324298548",
"91475333837254",
"91475326877418",
"91475325714881",
"91475329850101",
"91475332974241",
"91475326990194",
"91475334502460",
"91475327728729",
"91475331215777",
"91475326748926",
"91475334052473"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475323073987"
],
"description": "Commander Kerrigan Level 13",
"flags": 65538,
"id": "91475331215777",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Kerrigan Level 13",
"uiOrderHint": 147
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475328892948"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475331228021"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475328892948",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 3",
"uiOrderHint": 3
},
{
"categoryId": "4389120",
"chainAchievementIds": [
"91475035554546"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Harbinger of Oblivion\" mission in the Legacy of the Void campaign.",
"flags": 0,
"id": "91475035554546",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-36.jpg",
"isChained": false,
"points": 10,
"title": "Harbinger of Oblivion",
"uiOrderHint": 6
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475324096936"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475335237293"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475324096936",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 7",
"uiOrderHint": 7
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767753",
"91475320768464",
"91475320768465",
"91475320767628",
"91475320767718",
"91475320767720",
"91475320767722",
"91475320767725",
"91475320767727",
"91475320767729",
"91475320767731",
"91475320767733",
"91475320767735",
"91475320767737",
"91475320767739",
"91475320767741",
"91475320767743",
"91475320767745",
"91475320767747",
"91475320767749",
"91475320768541",
"91475320768543",
"91475320768545",
"91475320768547",
"91475320768549",
"91475320768551",
"91475320768553",
"91475320768555",
"91475320768557",
"91475320768559",
"91475320768596",
"91475320768597",
"91475320768598",
"91475320768599",
"91475320768600",
"91475331400752",
"91475325231713",
"91475322949214",
"91475337108962",
"91475331595691",
"91475321765537",
"91475333921677",
"91475326002015",
"91475337322106",
"91475333697442",
"91475321011603",
"91475329978793",
"91475328306326",
"91475333482488",
"91475331189724"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475326467143"
],
"description": "Reach Terran Level 47",
"flags": 258,
"id": "91475329978793",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Terran Level 47",
"uiOrderHint": 100
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475334615466"
],
"chainRewardSize": 2,
"criteriaIds": [],
"description": "Purchase the Primal Pack Leader Dehaka Co-op Commander.",
"flags": 4,
"id": "91475334615466",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-26.jpg",
"isChained": false,
"points": 0,
"title": "Primal Pack Leader Commander",
"uiOrderHint": 159
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475320768584"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Participate in the official recruitment activities.",
"flags": 4,
"id": "91475320768584",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-33.jpg",
"isChained": false,
"points": 0,
"title": "Year of the Snake",
"uiOrderHint": 105
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475320767211",
"91475320767212",
"91475320767213",
"91475320767214",
"91475320767215",
"91475320767216",
"91475320767217",
"91475320767218",
"91475320767219",
"91475320767220",
"91475320767221",
"91475320767222",
"91475320767223",
"91475320767224",
"91475320767225",
"91475320767226",
"91475320767227",
"91475320767210",
"91475320767228",
"91475320767230",
"91475320767231",
"91475320767229",
"91475320767232",
"91475320767233",
"91475320767234",
"91475320767235",
"91475320767236",
"91475320767237"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Finished a season in a 1v1 Gold Division.",
"flags": 4108,
"id": "91475320767219",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/27-31.jpg",
"isChained": true,
"points": 0,
"title": "1v1 Top 100 Gold",
"uiOrderHint": 29
},
{
"categoryId": "4364797",
"chainAchievementIds": [
"91475326333359"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332153499"
],
"description": "NovaVoicePackPurchase",
"flags": 2,
"id": "91475326333359",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "NovaVoicePackPurchase",
"uiOrderHint": 7
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475324602441"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475331414224"
],
"description": "WARCHESTSEASON2CONSOLEPROTOSS",
"flags": 2,
"id": "91475324602441",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "WARCHESTSEASON2CONSOLEPROTOSS",
"uiOrderHint": 100
},
{
"categoryId": "4389120",
"chainAchievementIds": [
"91475035554548"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Deal 7,500 damage with Artanis's Lightning Dash ability on \"The Infinite Cycle\" mission.",
"flags": 0,
"id": "91475035554548",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-34.jpg",
"isChained": false,
"points": 10,
"title": "Hero of the Storm",
"uiOrderHint": 4
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322419270"
],
"description": "Commander Mastery Level 25",
"flags": 2,
"id": "91475327734199",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 25",
"uiOrderHint": 27
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475320767211",
"91475320767212",
"91475320767213",
"91475320767214",
"91475320767215",
"91475320767216",
"91475320767217",
"91475320767218",
"91475320767219",
"91475320767220",
"91475320767221",
"91475320767222",
"91475320767223",
"91475320767224",
"91475320767225",
"91475320767226",
"91475320767227",
"91475320767210",
"91475320767228",
"91475320767230",
"91475320767231",
"91475320767229",
"91475320767232",
"91475320767233",
"91475320767234",
"91475320767235",
"91475320767236",
"91475320767237"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Finished a season in the top 25 of a 1v1 Gold Division.",
"flags": 4108,
"id": "91475320767221",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/27-33.jpg",
"isChained": true,
"points": 0,
"title": "1v1 Top 25 Gold",
"uiOrderHint": 31
},
{
"categoryId": "4389120",
"chainAchievementIds": [
"91475035554550"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy 15 units with Psionic Storms in the \"Harbinger of Oblivion\" mission.",
"flags": 0,
"id": "91475035554550",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-37.jpg",
"isChained": false,
"points": 10,
"title": "Stormcaller",
"uiOrderHint": 7
},
{
"categoryId": "3211275",
"chainAchievementIds": [
"91475035553813"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553820"
],
"description": "Destroy 5 units with a single Neural Parasited unit in an Unranked or Ranked game.",
"flags": 2304,
"id": "91475035553813",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-9.jpg",
"isChained": false,
"points": 10,
"title": "Would You Kindly...",
"uiOrderHint": 2
},
{
"categoryId": "4346194",
"chainAchievementIds": [
"91475337119820"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "Purchase the Casters Invitational portrait for this caster.",
"flags": 2,
"id": "91475337119820",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Casters Invitational",
"uiOrderHint": 11
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475330879941"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322729775"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475330879941",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 2",
"uiOrderHint": 18
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475334165341",
"91475336109372",
"91475324298548",
"91475333837254",
"91475326877418",
"91475325714881",
"91475329850101",
"91475332974241",
"91475326990194",
"91475334502460",
"91475327728729",
"91475331215777",
"91475326748926",
"91475334052473"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475328604314"
],
"description": "Commander Kerrigan Level 5",
"flags": 65538,
"id": "91475333837254",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Kerrigan Level 5",
"uiOrderHint": 139
},
{
"categoryId": "4364797",
"chainAchievementIds": [
"91475325276618"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336518407"
],
"description": "DehakaVoicePackPurchase",
"flags": 2,
"id": "91475325276618",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "DehakaVoicePackPurchase",
"uiOrderHint": 13
},
{
"categoryId": "4326602",
"chainAchievementIds": [
"91475035554552"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"For Aiur!\" mission in the Legacy of the Void campaign.",
"flags": 0,
"id": "91475035554552",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-5.jpg",
"isChained": false,
"points": 10,
"title": "For Aiur!",
"uiOrderHint": 0
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475336794577"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475335101366"
],
"description": "FreeToPlay10FirstWins",
"flags": 258,
"id": "91475336794577",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "FreeToPlay10FirstWins",
"uiOrderHint": 166
},
{
"categoryId": "4326602",
"chainAchievementIds": [
"91475035554554"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete \"The Growing Shadow\" mission in the Legacy of the Void campaign.",
"flags": 0,
"id": "91475035554554",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-8.jpg",
"isChained": false,
"points": 10,
"title": "The Growing Shadow",
"uiOrderHint": 3
},
{
"categoryId": "4348831",
"chainAchievementIds": [
"91475035554925"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035556095",
"91475035556097",
"91475035556099",
"91475035556098",
"91475035556096",
"91475035556100",
"91475035556101",
"91475035556102",
"91475035556103"
],
"description": "Complete all of the 10th Anniversary Nova Covert Ops achievements.",
"flags": 0,
"id": "91475035554925",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-51.jpg",
"isChained": false,
"points": 20,
"title": "Remembrance of an Executioner",
"uiOrderHint": 4
},
{
"categoryId": "4342208",
"chainAchievementIds": [
"91475035554905"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Rak'Shir\" mission in less than 12 minutes on Normal difficulty.",
"flags": 0,
"id": "91475035554905",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-48.jpg",
"isChained": false,
"points": 10,
"title": "Timing Push",
"uiOrderHint": 18
},
{
"categoryId": "3211289",
"chainAchievementIds": [
"91475035553943"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete all mission objectives in the \"Maw of the Void\" mission.",
"flags": 0,
"id": "91475035553943",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/14-2.jpg",
"isChained": false,
"points": 15,
"title": "Maw of the Void",
"uiOrderHint": 12
},
{
"categoryId": "3211275",
"chainAchievementIds": [
"91475035553814"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553821"
],
"description": "Destroy 40 units with a single unit in an Unranked or Ranked game.",
"flags": 2304,
"id": "91475035553814",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-28.jpg",
"isChained": false,
"points": 10,
"title": "Unbreakable!",
"uiOrderHint": 3
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475337310687"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "Purchase all of the StarCraft II: Nova Covert Ops Mission Packs and the Dominion Ghost Nova Co-op Commander.",
"flags": 4,
"id": "91475337310687",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-79.jpg",
"isChained": false,
"points": 0,
"title": "Ghost Story",
"uiOrderHint": 152
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475334058022",
"91475324727776",
"91475327586357"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332597920"
],
"description": "Reach level 10 with Purifier Executor Fenix in Co-op Missions.",
"flags": 0,
"id": "91475324727776",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-14.jpg",
"isChained": true,
"points": 10,
"title": "Fenix: Level 10",
"uiOrderHint": 34
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475333698019"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322129725"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475333698019",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 12",
"uiOrderHint": 28
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475321572241",
"91475328627176",
"91475331860104"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336420484"
],
"description": "Reach level 10 with Jim Raynor in Co-op Missions.",
"flags": 0,
"id": "91475328627176",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-10.jpg",
"isChained": true,
"points": 10,
"title": "Raynor: Level 10",
"uiOrderHint": 1
},
{
"categoryId": "4343244",
"chainAchievementIds": [
"91475035554557"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy all Void Corruption structures in the \"Into the Void\" mission.",
"flags": 0,
"id": "91475035554557",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-77.jpg",
"isChained": false,
"points": 10,
"title": "This House Is Clean",
"uiOrderHint": 2
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332149340"
],
"description": "Commander Mastery Level 79",
"flags": 2,
"id": "91475336204779",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 79",
"uiOrderHint": 81
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475325739484",
"91475335230098",
"91475329643747",
"91475335982428",
"91475323349957",
"91475337460925",
"91475331719616",
"91475325413657",
"91475333503479",
"91475334247166",
"91475337479789",
"91475331646405",
"91475327132403",
"91475323300046"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475337149155"
],
"description": "Commander Abathur Level 11",
"flags": 65538,
"id": "91475334247166",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Abathur Level 11",
"uiOrderHint": 229
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475322764393",
"91475323988052",
"91475336446624"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475328578773"
],
"description": "Reach level 10 with Queen Zagara in Co-op Missions.",
"flags": 0,
"id": "91475323988052",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-19.jpg",
"isChained": true,
"points": 10,
"title": "Zagara: Level 10",
"uiOrderHint": 10
},
{
"categoryId": "4346203",
"chainAchievementIds": [
"91475035554559",
"91475035554532",
"91475035554534",
"91475035554536"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "Complete 5 Legacy of the Void Campaign missions on Hard difficulty.",
"flags": 320,
"id": "91475035554559",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-67.jpg",
"isChained": true,
"points": 15,
"title": "Legacy of the Void: Hard 5",
"uiOrderHint": 18
},
{
"categoryId": "4342208",
"chainAchievementIds": [
"91475035554906"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete each section of the \"Templar's Return\" mission with each group of heroes in less than 8 minutes on Normal difficulty.",
"flags": 0,
"id": "91475035554906",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-48.jpg",
"isChained": false,
"points": 10,
"title": "Gold Split",
"uiOrderHint": 19
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475329266169"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475322087011"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475329266169",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 15",
"uiOrderHint": 15
},
{
"categoryId": "4343244",
"chainAchievementIds": [
"91475035554560"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Amon's Fall\" mission in the Legacy of the Void campaign.",
"flags": 0,
"id": "91475035554560",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-1.jpg",
"isChained": false,
"points": 10,
"title": "Amon's Fall",
"uiOrderHint": 9
},
{
"categoryId": "3211275",
"chainAchievementIds": [
"91475035553815"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553822"
],
"description": "Using Auto-Turrets, destroy 20 worker units in a Melee game.",
"flags": 2304,
"id": "91475035553815",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-15.jpg",
"isChained": false,
"points": 10,
"title": "Auto-Kill",
"uiOrderHint": 4
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475330454013"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475323204250"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475330454013",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 5",
"uiOrderHint": 83
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475327390206"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475328573607"
],
"description": "Obtain a ticket for BlizzCon 2018; grants a portrait and skins for the Drone, Probe, and SCV.",
"flags": 4,
"id": "91475327390206",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-1.jpg",
"isChained": false,
"points": 0,
"title": "BlizzConqueror 2018",
"uiOrderHint": 218
},
{
"categoryId": "4346203",
"chainAchievementIds": [
"91475035554439",
"91475035554561",
"91475035554435",
"91475035554436",
"91475035554437",
"91475035554438"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475035555534"
],
"description": "Acquire 100 Solarite for the Solar Core in the Legacy of the Void campaign.",
"flags": 0,
"id": "91475035554561",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-58.jpg",
"isChained": true,
"points": 10,
"title": "Solar Powered: 100",
"uiOrderHint": 1
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475336371133",
"91475328734338",
"91475320797573",
"91475332633578",
"91475335049594",
"91475335093676",
"91475323645440",
"91475329700381",
"91475323526427",
"91475322006573",
"91475322391055",
"91475334010833",
"91475330728370",
"91475336005730"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324302681"
],
"description": "Commander Fenix Level 7",
"flags": 65538,
"id": "91475335093676",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Fenix Level 7",
"uiOrderHint": 267
},
{
"categoryId": "4346203",
"chainAchievementIds": [
"91475035554562"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475035555239",
"91475035555240",
"91475035555238"
],
"description": "Complete the Ulnar Missions in the Legacy of the Void campaign.",
"flags": 0,
"id": "91475035554562",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-9.jpg",
"isChained": false,
"points": 10,
"title": "Secrets Unearthed",
"uiOrderHint": 8
},
{
"categoryId": "4359061",
"chainAchievementIds": [
"91475334973146",
"91475327455626",
"91475331008584",
"91475333442365",
"91475322711021",
"91475336385034",
"91475337511070",
"91475321694378",
"91475326736584",
"91475321153537",
"91475328395720",
"91475332862127",
"91475327062782",
"91475337283146"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475320890613"
],
"description": "Earn 25 bounty rewards in the weekly Mutation Challenge.",
"flags": 256,
"id": "91475336385034",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-12.jpg",
"isChained": true,
"points": 10,
"title": "Bounty: 25",
"uiOrderHint": 29
},
{
"categoryId": "4326602",
"chainAchievementIds": [
"91475035554563"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555250",
"91475035555242",
"91475035555244",
"91475035555245",
"91475035555247",
"91475035555248",
"91475035555246",
"91475035555249",
"91475035555241",
"91475035555243"
],
"description": "Unlock all the Return to Aiur mission achievements.",
"flags": 0,
"id": "91475035554563",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-75.jpg",
"isChained": false,
"points": 20,
"title": "Return to Aiur Missions",
"uiOrderHint": 21
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475320767211",
"91475320767212",
"91475320767213",
"91475320767214",
"91475320767215",
"91475320767216",
"91475320767217",
"91475320767218",
"91475320767219",
"91475320767220",
"91475320767221",
"91475320767222",
"91475320767223",
"91475320767224",
"91475320767225",
"91475320767226",
"91475320767227",
"91475320767210",
"91475320767228",
"91475320767230",
"91475320767231",
"91475320767229",
"91475320767232",
"91475320767233",
"91475320767234",
"91475320767235",
"91475320767236",
"91475320767237"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Finished a season in the Top 50 of the Grandmaster League.",
"flags": 4108,
"id": "91475320767236",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/27-49.jpg",
"isChained": true,
"points": 0,
"title": "1v1 Top 50 Grandmaster",
"uiOrderHint": 47
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475322499604"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase tickets to Blizzard's convention taking place in Anaheim, California on November 6 & 7, 2015.",
"flags": 4,
"id": "91475322499604",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-50.jpg",
"isChained": false,
"points": 0,
"title": "BlizzConqueror 2015",
"uiOrderHint": 129
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322682155",
"91475337284571",
"91475325755095",
"91475334780331",
"91475330336673",
"91475331345989",
"91475322337668",
"91475325934204",
"91475327144574",
"91475323654846",
"91475333145996",
"91475327111701",
"91475324645227",
"91475332922144"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329572805"
],
"description": "Commander Zeratul Level 13",
"flags": 65538,
"id": "91475327111701",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Zeratul Level 13",
"uiOrderHint": 315
},
{
"categoryId": "4342208",
"chainAchievementIds": [
"91475035554907"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy 2 Void Shards in \"The Host\" mission in less than 9 minutes on Normal difficulty.",
"flags": 0,
"id": "91475035554907",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-48.jpg",
"isChained": false,
"points": 10,
"title": "Double Tap",
"uiOrderHint": 20
},
{
"categoryId": "3211275",
"chainAchievementIds": [
"91475035553816"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553823"
],
"description": "Destroy a fully loaded transport in an Unranked or Ranked game.",
"flags": 2048,
"id": "91475035553816",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-30.jpg",
"isChained": false,
"points": 10,
"title": "Raining Blood",
"uiOrderHint": 5
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767751",
"91475320767618",
"91475320767617",
"91475320767630",
"91475320767685",
"91475320767687",
"91475320767689",
"91475320767691",
"91475320767693",
"91475320767695",
"91475320767697",
"91475320767699",
"91475320767701",
"91475320767703",
"91475320767705",
"91475320767707",
"91475320767709",
"91475320767711",
"91475320767713",
"91475320767716",
"91475320768561",
"91475320768563",
"91475320768565",
"91475320768567",
"91475320768569",
"91475320768571",
"91475320768573",
"91475320768575",
"91475320768577",
"91475320768579",
"91475320768601",
"91475320768602",
"91475320768603",
"91475320768604",
"91475320768605",
"91475326412471",
"91475336476745",
"91475332712853",
"91475321522205",
"91475332439472",
"91475337382241",
"91475331911298",
"91475323673651",
"91475321164165",
"91475327887336",
"91475321224922",
"91475337272825",
"91475337224428",
"91475336104367",
"91475327723892"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475330314064"
],
"description": "Reach Zerg Level 40",
"flags": 258,
"id": "91475332439472",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Zerg Level 40",
"uiOrderHint": 143
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475336371133",
"91475328734338",
"91475320797573",
"91475332633578",
"91475335049594",
"91475335093676",
"91475323645440",
"91475329700381",
"91475323526427",
"91475322006573",
"91475322391055",
"91475334010833",
"91475330728370",
"91475336005730"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332230694"
],
"description": "Commander Fenix Level 9",
"flags": 65538,
"id": "91475329700381",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Fenix Level 9",
"uiOrderHint": 269
},
{
"categoryId": "4326602",
"chainAchievementIds": [
"91475035554566"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Train a combined total of 20 Zealots or Stalkers in \"The Growing Shadow\" mission.",
"flags": 0,
"id": "91475035554566",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-9.jpg",
"isChained": false,
"points": 10,
"title": "Ready to Serve",
"uiOrderHint": 4
},
{
"categoryId": "4326602",
"chainAchievementIds": [
"91475035554567"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Use Warp Gates to warp in 5 units within 10 seconds in the \"Spear of Adun\" mission.",
"flags": 0,
"id": "91475035554567",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-12.jpg",
"isChained": false,
"points": 10,
"title": "Warp Tour",
"uiOrderHint": 7
},
{
"categoryId": "4326602",
"chainAchievementIds": [
"91475035554568"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Lose fewer than 100 units during the \"For Aiur!\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035554568",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-7.jpg",
"isChained": false,
"points": 10,
"title": "In Living Khala",
"uiOrderHint": 2
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475320768606"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase the Diablo III: Reaper of Souls Collector's Edition.",
"flags": 12,
"id": "91475320768606",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-37.jpg",
"isChained": false,
"points": 0,
"title": "Devoted Soul",
"uiOrderHint": 113
},
{
"categoryId": "4326602",
"chainAchievementIds": [
"91475035554569"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Collect all Mineral and Gas pickups in \"The Growing Shadow\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035554569",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-10.jpg",
"isChained": false,
"points": 10,
"title": "Resourceful",
"uiOrderHint": 5
},
{
"categoryId": "4326602",
"chainAchievementIds": [
"91475035554570"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Activate all the Power Cells in less than 15 minutes in the \"Spear of Adun\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035554570",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-13.jpg",
"isChained": false,
"points": 10,
"title": "Sprinter Cell",
"uiOrderHint": 8
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475320792422",
"91475337140255",
"91475323687480"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475328599230"
],
"description": "RaynorPrestige3",
"flags": 2,
"id": "91475323687480",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "RaynorPrestige3",
"uiOrderHint": 2
},
{
"categoryId": "3211292",
"chainAchievementIds": [
"91475035553997",
"91475035553998",
"91475035553999",
"91475035554000",
"91475035554001"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete 25 missions in the Wings of Liberty campaign on Hard difficulty.",
"flags": 320,
"id": "91475035554001",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/32-78.jpg",
"isChained": true,
"points": 10,
"title": "Wings of Liberty: Hard 25",
"uiOrderHint": 28
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475332196275",
"91475324594348",
"91475328708272",
"91475333554813",
"91475335399269",
"91475325389460",
"91475337298089",
"91475324117463",
"91475323850414",
"91475329998087",
"91475331641918",
"91475337158612",
"91475328372897",
"91475322530055"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330999955"
],
"description": "Commander Karax Level 12",
"flags": 65538,
"id": "91475331641918",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Karax Level 12",
"uiOrderHint": 216
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475337007687"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475336894220"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475337007687",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 9",
"uiOrderHint": 75
},
{
"categoryId": "4350642",
"chainAchievementIds": [
"91475035554573"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555254",
"91475035555259",
"91475035555255",
"91475035555281",
"91475035555283",
"91475035555256",
"91475035555257",
"91475035555258",
"91475035555282",
"91475035555284"
],
"description": "Unlock all the Moebius Corps mission achievements.",
"flags": 0,
"id": "91475035554573",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-56.jpg",
"isChained": false,
"points": 20,
"title": "Moebius Corps Missions",
"uiOrderHint": 10
},
{
"categoryId": "4342208",
"chainAchievementIds": [
"91475035554909"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy all enemy structures and complete the primary objective in the \"Into the Void\" mission in less than 28 minutes on Normal difficulty.",
"flags": 0,
"id": "91475035554909",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-48.jpg",
"isChained": false,
"points": 10,
"title": "Disintegration Doctrine",
"uiOrderHint": 22
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475333501526"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475335069136"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475333501526",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 2",
"uiOrderHint": 2
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475323630170"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475335941747"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475323630170",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 15",
"uiOrderHint": 93
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475328651867"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475334139972"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475328651867",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 4",
"uiOrderHint": 86
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475321705053"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475335546380"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475321705053",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 13",
"uiOrderHint": 79
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475326173372"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475329223520"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475326173372",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 7",
"uiOrderHint": 56
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475322778218"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475330945102"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475322778218",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 5",
"uiOrderHint": 87
},
{
"categoryId": "4370766",
"chainAchievementIds": [
"91475035554579"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555311",
"91475035555312",
"91475035555314",
"91475035555313",
"91475035555315",
"91475035555316",
"91475035555317"
],
"description": "Unlock all the Shakuras mission achievements.",
"flags": 0,
"id": "91475035554579",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-29.jpg",
"isChained": false,
"points": 20,
"title": "Shakuras Missions",
"uiOrderHint": 7
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767755",
"91475320767624",
"91475320767623",
"91475320767626",
"91475320767632",
"91475320767634",
"91475320767636",
"91475320767638",
"91475320767640",
"91475320767642",
"91475320767644",
"91475320767646",
"91475320767648",
"91475320767650",
"91475320767652",
"91475320767654",
"91475320767656",
"91475320767659",
"91475320767661",
"91475320767663",
"91475320768521",
"91475320768523",
"91475320768525",
"91475320768527",
"91475320768529",
"91475320768531",
"91475320768533",
"91475320768535",
"91475320768537",
"91475320768539",
"91475320768591",
"91475320768592",
"91475320768593",
"91475320768594",
"91475320768595",
"91475334478743",
"91475334364592",
"91475324415927",
"91475323611786",
"91475323968940",
"91475321274038",
"91475324500023",
"91475337351852",
"91475322389556",
"91475323198050",
"91475331460172",
"91475334302191",
"91475331363444",
"91475325435422",
"91475325691525"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475322431847"
],
"description": "Reach Protoss Level 48",
"flags": 258,
"id": "91475331363444",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Protoss Level 48",
"uiOrderHint": 51
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322682155",
"91475337284571",
"91475325755095",
"91475334780331",
"91475330336673",
"91475331345989",
"91475322337668",
"91475325934204",
"91475327144574",
"91475323654846",
"91475333145996",
"91475327111701",
"91475324645227",
"91475332922144"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322511080"
],
"description": "Commander Zeratul Level 10",
"flags": 65538,
"id": "91475327144574",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Zeratul Level 10",
"uiOrderHint": 312
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475322630790"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475324916828"
],
"description": "Acquired through the Katowice 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475322630790",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 4",
"uiOrderHint": 67
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475323351694"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475322320158"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475323351694",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 13",
"uiOrderHint": 62
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475326246910",
"91475333526161",
"91475329573528"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330322567"
],
"description": "TychusPrestige2",
"flags": 2,
"id": "91475333526161",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "TychusPrestige2",
"uiOrderHint": 43
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475325739484",
"91475335230098",
"91475329643747",
"91475335982428",
"91475323349957",
"91475337460925",
"91475331719616",
"91475325413657",
"91475333503479",
"91475334247166",
"91475337479789",
"91475331646405",
"91475327132403",
"91475323300046"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475326827525"
],
"description": "Commander Abathur Level 3",
"flags": 65538,
"id": "91475335230098",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Abathur Level 3",
"uiOrderHint": 221
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475326775955"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334822663"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475326775955",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 11",
"uiOrderHint": 43
},
{
"categoryId": "4346203",
"chainAchievementIds": [
"91475035554586"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475035555336",
"91475035555337",
"91475035555338"
],
"description": "Complete the Purifier Missions in the Legacy of the Void campaign.",
"flags": 0,
"id": "91475035554586",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-10.jpg",
"isChained": false,
"points": 10,
"title": "Cybros Awakened",
"uiOrderHint": 9
},
{
"categoryId": "4346203",
"chainAchievementIds": [
"91475035554587"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475035555339",
"91475035555340"
],
"description": "Complete the Tal'darim Missions in the Legacy of the Void campaign.",
"flags": 0,
"id": "91475035554587",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-12.jpg",
"isChained": false,
"points": 10,
"title": "Heir Ascendant",
"uiOrderHint": 11
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475326341791"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475330718453"
],
"description": "Acquired through the Katowice 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475326341791",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 2",
"uiOrderHint": 80
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475329712924",
"91475329593435",
"91475331526648"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475326140458"
],
"description": "AlarakPrestige1",
"flags": 2,
"id": "91475329712924",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "AlarakPrestige1",
"uiOrderHint": 6
},
{
"categoryId": "4353371",
"chainAchievementIds": [
"91475330365211",
"91475326768131",
"91475330769258",
"91475327997139",
"91475323695781",
"91475323946151",
"91475322354638",
"91475328864099"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334484311"
],
"description": "Complete 100 missions on Normal difficulty in Co-op Missions.",
"flags": 256,
"id": "91475323695781",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-31.jpg",
"isChained": true,
"points": 10,
"title": "Normal: 100",
"uiOrderHint": 12
},
{
"categoryId": "4388952",
"chainAchievementIds": [
"91475035554639"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555400"
],
"description": "Earn 50,000 Bonus Objective XP on Casual difficulty.",
"flags": 256,
"id": "91475035554639",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-7.jpg",
"isChained": false,
"points": 10,
"title": "Casual: XP Bonus 50",
"uiOrderHint": 1
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475323482791"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475322831865"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475323482791",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 14",
"uiOrderHint": 14
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324415200"
],
"description": "Commander Mastery Level 88",
"flags": 2,
"id": "91475334525608",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 88",
"uiOrderHint": 90
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767755",
"91475320767624",
"91475320767623",
"91475320767626",
"91475320767632",
"91475320767634",
"91475320767636",
"91475320767638",
"91475320767640",
"91475320767642",
"91475320767644",
"91475320767646",
"91475320767648",
"91475320767650",
"91475320767652",
"91475320767654",
"91475320767656",
"91475320767659",
"91475320767661",
"91475320767663",
"91475320768521",
"91475320768523",
"91475320768525",
"91475320768527",
"91475320768529",
"91475320768531",
"91475320768533",
"91475320768535",
"91475320768537",
"91475320768539",
"91475320768591",
"91475320768592",
"91475320768593",
"91475320768594",
"91475320768595",
"91475334478743",
"91475334364592",
"91475324415927",
"91475323611786",
"91475323968940",
"91475321274038",
"91475324500023",
"91475337351852",
"91475322389556",
"91475323198050",
"91475331460172",
"91475334302191",
"91475331363444",
"91475325435422",
"91475325691525"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475336141782"
],
"description": "Reach Protoss Level 43",
"flags": 258,
"id": "91475337351852",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Protoss Level 43",
"uiOrderHint": 46
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475324069500",
"91475325812187",
"91475324263228",
"91475329888941",
"91475321279266",
"91475323725022",
"91475327277151",
"91475336070866",
"91475324810056",
"91475321007776",
"91475330070046",
"91475333563410",
"91475335376759",
"91475326305278"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475335423322"
],
"description": "Commander Mengsk Level 5",
"flags": 65538,
"id": "91475329888941",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mengsk Level 5",
"uiOrderHint": 335
},
{
"categoryId": "3211275",
"chainAchievementIds": [
"91475035553821"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553828"
],
"description": "Warp in 100 units with Warp Gates in an Unranked or Ranked game.",
"flags": 2304,
"id": "91475035553821",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-34.jpg",
"isChained": false,
"points": 10,
"title": "Warp In Madness",
"uiOrderHint": 10
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475327159984",
"91475321762488",
"91475333393447"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475327422068"
],
"description": "Reach level 10 with Dark Prelate Zeratul in Co-op Missions.",
"flags": 0,
"id": "91475321762488",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-7.jpg",
"isChained": true,
"points": 10,
"title": "Zeratul: Level 10",
"uiOrderHint": 46
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475324177867"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336986132"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475324177867",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 13",
"uiOrderHint": 45
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322682155",
"91475337284571",
"91475325755095",
"91475334780331",
"91475330336673",
"91475331345989",
"91475322337668",
"91475325934204",
"91475327144574",
"91475323654846",
"91475333145996",
"91475327111701",
"91475324645227",
"91475332922144"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332028937"
],
"description": "Commander Zeratul Level 11",
"flags": 65538,
"id": "91475323654846",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Zeratul Level 11",
"uiOrderHint": 313
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475329345655"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475335897275"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475329345655",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 6",
"uiOrderHint": 72
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475332174537"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475330978081"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475332174537",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 9",
"uiOrderHint": 25
},
{
"categoryId": "3211275",
"chainAchievementIds": [
"91475035553822"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553829"
],
"description": "Create 100 Larvae with Queens in an Unranked or Ranked game.",
"flags": 2304,
"id": "91475035553822",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-12.jpg",
"isChained": false,
"points": 10,
"title": "Centurion Queen",
"uiOrderHint": 11
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475333083858"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475326659877"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475333083858",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 14",
"uiOrderHint": 97
},
{
"categoryId": "4388952",
"chainAchievementIds": [
"91475035554641"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555402"
],
"description": "Earn 100,000 Bonus Objective XP on Casual difficulty.",
"flags": 256,
"id": "91475035554641",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-8.jpg",
"isChained": false,
"points": 10,
"title": "Casual: XP Bonus 100",
"uiOrderHint": 2
},
{
"categoryId": "4352904",
"chainAchievementIds": [
"91475035554914"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Completely fill 5 garrisons within the first 10 minutes of the \"Enemy Intelligence\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035554914",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-50.jpg",
"isChained": false,
"points": 10,
"title": "Fill 'Er Up",
"uiOrderHint": 2
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475322491627"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase the Nation Wars V Czech Republic portrait.",
"flags": 2,
"id": "91475322491627",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Nation Wars V Czech Republic",
"uiOrderHint": 205
},
{
"categoryId": "3211275",
"chainAchievementIds": [
"91475035553823"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553830"
],
"description": "Heal 300 life on allied units with Medivacs in an Unranked or Ranked game.",
"flags": 2304,
"id": "91475035553823",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-22.jpg",
"isChained": false,
"points": 10,
"title": "Neighborly Help",
"uiOrderHint": 12
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475330935154",
"91475324352805",
"91475323633358",
"91475332102990",
"91475322542287",
"91475333308268",
"91475331454285",
"91475325277874",
"91475327594839",
"91475327523435",
"91475321729776",
"91475330066312",
"91475332211678",
"91475321384231"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475327747426"
],
"description": "Commander Dehaka Level 12",
"flags": 65538,
"id": "91475321729776",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Dehaka Level 12",
"uiOrderHint": 286
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475321000699"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336128038"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475321000699",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 3",
"uiOrderHint": 3
},
{
"categoryId": "4375372",
"chainAchievementIds": [
"91475331355388"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332794837"
],
"description": "CarbotProtossEmoticonPurchase",
"flags": 2,
"id": "91475331355388",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "CarbotProtossEmoticonPurchase",
"uiOrderHint": 2
},
{
"categoryId": "4359061",
"chainAchievementIds": [
"91475334973146",
"91475327455626",
"91475331008584",
"91475333442365",
"91475322711021",
"91475336385034",
"91475337511070",
"91475321694378",
"91475326736584",
"91475321153537",
"91475328395720",
"91475332862127",
"91475327062782",
"91475337283146"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475327571253"
],
"description": "Earn 150 bounty rewards in the weekly Mutation Challenge.",
"flags": 256,
"id": "91475327062782",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-68.jpg",
"isChained": true,
"points": 10,
"title": "Bounty: 150",
"uiOrderHint": 36
},
{
"categoryId": "3211308",
"chainAchievementIds": [
"91475035554405"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy all 3 Protoss Docking Bays in the \"Shoot the Messenger\" mission on Hard difficulty.",
"flags": 0,
"id": "91475035554405",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/4-52.jpg",
"isChained": false,
"points": 10,
"title": "My Cool Bay Explosions",
"uiOrderHint": 7
},
{
"categoryId": "3211275",
"chainAchievementIds": [
"91475035553824"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553831"
],
"description": "Heal 5,000 life with Medivacs in an Unranked or Ranked game.",
"flags": 2304,
"id": "91475035553824",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-16.jpg",
"isChained": false,
"points": 10,
"title": "The Flying Heal Bus",
"uiOrderHint": 13
},
{
"categoryId": "4342208",
"chainAchievementIds": [
"91475035554896"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Amon's Reach\" mission by constructing only Probes and Dark Templar on Normal difficulty.",
"flags": 0,
"id": "91475035554896",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-48.jpg",
"isChained": false,
"points": 10,
"title": "Hidden Victory",
"uiOrderHint": 9
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475325498135",
"91475331052561",
"91475321112139"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324955678"
],
"description": "Reach level 5 with Sarah Kerrigan in Co-op Missions.",
"flags": 0,
"id": "91475325498135",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-6.jpg",
"isChained": true,
"points": 10,
"title": "Kerrigan: Level 5",
"uiOrderHint": 6
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475330519833"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475329677129"
],
"description": "Acquired through the Katowice 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475330519833",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 3",
"uiOrderHint": 51
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475324069500",
"91475325812187",
"91475324263228",
"91475329888941",
"91475321279266",
"91475323725022",
"91475327277151",
"91475336070866",
"91475324810056",
"91475321007776",
"91475330070046",
"91475333563410",
"91475335376759",
"91475326305278"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336891957"
],
"description": "Commander Mengsk Level 6",
"flags": 65538,
"id": "91475321279266",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mengsk Level 6",
"uiOrderHint": 336
},
{
"categoryId": "3211275",
"chainAchievementIds": [
"91475035553825"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553832"
],
"description": "Regenerate 500 shield energy on a single unit without taking friendly fire in an Unranked or Ranked game.",
"flags": 2304,
"id": "91475035553825",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-32.jpg",
"isChained": false,
"points": 10,
"title": "Frugal Fighter",
"uiOrderHint": 14
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475321393975"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475329044551"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475321393975",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 13",
"uiOrderHint": 76
},
{
"categoryId": "3211275",
"chainAchievementIds": [
"91475035553826"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553833"
],
"description": "Regenerate 500 life on a single Roach without taking friendly fire in an Unranked or Ranked game.",
"flags": 2304,
"id": "91475035553826",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-25.jpg",
"isChained": false,
"points": 10,
"title": "A Roach's Life",
"uiOrderHint": 15
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767753",
"91475320768464",
"91475320768465",
"91475320767628",
"91475320767718",
"91475320767720",
"91475320767722",
"91475320767725",
"91475320767727",
"91475320767729",
"91475320767731",
"91475320767733",
"91475320767735",
"91475320767737",
"91475320767739",
"91475320767741",
"91475320767743",
"91475320767745",
"91475320767747",
"91475320767749",
"91475320768541",
"91475320768543",
"91475320768545",
"91475320768547",
"91475320768549",
"91475320768551",
"91475320768553",
"91475320768555",
"91475320768557",
"91475320768559",
"91475320768596",
"91475320768597",
"91475320768598",
"91475320768599",
"91475320768600",
"91475331400752",
"91475325231713",
"91475322949214",
"91475337108962",
"91475331595691",
"91475321765537",
"91475333921677",
"91475326002015",
"91475337322106",
"91475333697442",
"91475321011603",
"91475329978793",
"91475328306326",
"91475333482488",
"91475331189724"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475330762034"
],
"description": "Reach Terran Level 39",
"flags": 258,
"id": "91475337108962",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Terran Level 39",
"uiOrderHint": 92
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475324069500",
"91475325812187",
"91475324263228",
"91475329888941",
"91475321279266",
"91475323725022",
"91475327277151",
"91475336070866",
"91475324810056",
"91475321007776",
"91475330070046",
"91475333563410",
"91475335376759",
"91475326305278"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324704545"
],
"description": "Commander Mengsk Level 10",
"flags": 65538,
"id": "91475324810056",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mengsk Level 10",
"uiOrderHint": 340
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475333968715"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475325017978"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475333968715",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Free Tier 9",
"uiOrderHint": 110
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475329020760"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475335388633"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475329020760",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 13",
"uiOrderHint": 13
},
{
"categoryId": "4380267",
"chainAchievementIds": [
"91475035554873"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy all Protoss structures before activating a 4th Temple in the \"Phantom of the Void\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035554873",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-46.jpg",
"isChained": false,
"points": 10,
"title": "Eat, Love, Then Pray",
"uiOrderHint": 14
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475334165341",
"91475336109372",
"91475324298548",
"91475333837254",
"91475326877418",
"91475325714881",
"91475329850101",
"91475332974241",
"91475326990194",
"91475334502460",
"91475327728729",
"91475331215777",
"91475326748926",
"91475334052473"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324480730"
],
"description": "Commander Kerrigan Level 2",
"flags": 65538,
"id": "91475334165341",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Kerrigan Level 2",
"uiOrderHint": 136
},
{
"categoryId": "3211275",
"chainAchievementIds": [
"91475035553827"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553834"
],
"description": "Absorb 1,000 damage with hallucinations in an Unranked or Ranked game.",
"flags": 2304,
"id": "91475035553827",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-4.jpg",
"isChained": false,
"points": 10,
"title": "Shroom Absorption",
"uiOrderHint": 16
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475327325031"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475332298724"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475327325031",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 9",
"uiOrderHint": 72
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475325114107"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475323046427"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475325114107",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 10",
"uiOrderHint": 92
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475325207359"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475329223429"
],
"description": "Acquired through the Katowice 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475325207359",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 7",
"uiOrderHint": 55
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475325082351",
"91475334861691",
"91475333270067"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475325721095"
],
"description": "KaraxPrestige2",
"flags": 2,
"id": "91475334861691",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "KaraxPrestige2",
"uiOrderHint": 22
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475331830655"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332686629"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475331830655",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Free Tier 9",
"uiOrderHint": 109
},
{
"categoryId": "3211275",
"chainAchievementIds": [
"91475035553828"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553835"
],
"description": "Attack for 20 seconds with no counterattacks in an Unranked or Ranked game.",
"flags": 2304,
"id": "91475035553828",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-24.jpg",
"isChained": false,
"points": 10,
"title": "Counter-Proof",
"uiOrderHint": 17
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475321451672"
],
"description": "Commander Mastery Level 26",
"flags": 2,
"id": "91475328553861",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 26",
"uiOrderHint": 28
},
{
"categoryId": "4359061",
"chainAchievementIds": [
"91475331841770",
"91475328038632",
"91475321918342",
"91475329948094",
"91475324360361",
"91475330450355"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324550164"
],
"description": "Complete 50 weekly Mutation challenge missions on Brutal difficulty.",
"flags": 256,
"id": "91475321918342",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-3.jpg",
"isChained": true,
"points": 10,
"title": "Mutation Brutal: 50",
"uiOrderHint": 20
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475335099273"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475325858840"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475335099273",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 13",
"uiOrderHint": 79
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475322000266"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475324448944"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475322000266",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 4",
"uiOrderHint": 20
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475322894488"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475321714095",
"91475328443591",
"91475321965702"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475322894488",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "WarChestSeason5GlobalStarter",
"uiOrderHint": 48
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475333780375",
"91475322640160",
"91475331662879",
"91475329304055",
"91475321069382",
"91475329449994",
"91475321050054",
"91475323708411",
"91475322016742",
"91475322899732",
"91475328465804",
"91475336234660",
"91475336785945",
"91475321775069"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475337229730"
],
"description": "Commander Tychus Level 2",
"flags": 65538,
"id": "91475333780375",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Tychus Level 2",
"uiOrderHint": 290
},
{
"categoryId": "4352904",
"chainAchievementIds": [
"91475035554920"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"End Game\" mission in less than 21 minutes on Normal difficulty.",
"flags": 0,
"id": "91475035554920",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-50.jpg",
"isChained": false,
"points": 10,
"title": "I Am…In-Nova-table",
"uiOrderHint": 8
},
{
"categoryId": "3211275",
"chainAchievementIds": [
"91475035553829"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553836"
],
"description": "Destroy 4 Command Centers, Hatcheries, or Nexuses in an Unranked or Ranked game.",
"flags": 2304,
"id": "91475035553829",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-26.jpg",
"isChained": false,
"points": 10,
"title": "Carnage Hall",
"uiOrderHint": 18
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475325883304"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475326603148"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475325883304",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 4",
"uiOrderHint": 4
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475328324522"
],
"chainRewardSize": 4,
"criteriaIds": [
"91475335331498"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475328324522",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 10",
"uiOrderHint": 42
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475336291145",
"91475322668947",
"91475337361763"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475327233980"
],
"description": "Reach level 5 with Rory Swann in Co-op Missions.",
"flags": 0,
"id": "91475336291145",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-12.jpg",
"isChained": true,
"points": 10,
"title": "Swann: Level 5",
"uiOrderHint": 3
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475334810732",
"91475321624165",
"91475321693949",
"91475336007488",
"91475327373594",
"91475333578602",
"91475322540985",
"91475323542107",
"91475337158550",
"91475321133911",
"91475324079858",
"91475324345563",
"91475327010928",
"91475326606414"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334672352"
],
"description": "Commander Stetmann Level 8",
"flags": 65538,
"id": "91475322540985",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Stetmann Level 8",
"uiOrderHint": 324
},
{
"categoryId": "4359061",
"chainAchievementIds": [
"91475334209573",
"91475321074619",
"91475333486680",
"91475335458332",
"91475331643306",
"91475324750740"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475333729846"
],
"description": "Complete 25 weekly Mutation challenge missions on Normal difficulty.",
"flags": 256,
"id": "91475321074619",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-71.jpg",
"isChained": true,
"points": 10,
"title": "Mutation Normal: 25",
"uiOrderHint": 7
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475321510380"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322401646"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475321510380",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 1",
"uiOrderHint": 1
},
{
"categoryId": "4364473",
"chainAchievementIds": [
"91475329283012",
"91475322609235",
"91475329921184",
"91475335963007"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Gain 0 \"Mission Packs\" achievement points.",
"flags": 2,
"id": "91475329283012",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/15-12.jpg",
"isChained": true,
"points": 0,
"title": "Mission Packs None",
"uiOrderHint": 0
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475333780375",
"91475322640160",
"91475331662879",
"91475329304055",
"91475321069382",
"91475329449994",
"91475321050054",
"91475323708411",
"91475322016742",
"91475322899732",
"91475328465804",
"91475336234660",
"91475336785945",
"91475321775069"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475321451548"
],
"description": "Commander Tychus Level 8",
"flags": 65538,
"id": "91475321050054",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Tychus Level 8",
"uiOrderHint": 296
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475330808631",
"91475330384858",
"91475329435129",
"91475321749552",
"91475335379517",
"91475322188749",
"91475336878926",
"91475325421373",
"91475323980494",
"91475331122976",
"91475331331034",
"91475329532462",
"91475328134679",
"91475333716568"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475331734892"
],
"description": "Commander Zagara Level 7",
"flags": 65538,
"id": "91475322188749",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Zagara Level 7",
"uiOrderHint": 155
},
{
"categoryId": "4388952",
"chainAchievementIds": [
"91475035554638"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555399"
],
"description": "Earn 25,000 Bonus Objective XP on Casual difficulty.",
"flags": 256,
"id": "91475035554638",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-6.jpg",
"isChained": false,
"points": 10,
"title": "Casual: XP Bonus 25",
"uiOrderHint": 0
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322379068"
],
"description": "Commander Mastery Level 23",
"flags": 2,
"id": "91475336917973",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 23",
"uiOrderHint": 25
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475331475581"
],
"description": "Commander Mastery Level 72",
"flags": 2,
"id": "91475324244951",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 72",
"uiOrderHint": 74
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475330808631",
"91475330384858",
"91475329435129",
"91475321749552",
"91475335379517",
"91475322188749",
"91475336878926",
"91475325421373",
"91475323980494",
"91475331122976",
"91475331331034",
"91475329532462",
"91475328134679",
"91475333716568"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475323178927"
],
"description": "Commander Zagara Level 12",
"flags": 65538,
"id": "91475331331034",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Zagara Level 12",
"uiOrderHint": 160
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475327726555"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475333699912"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475327726555",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 4",
"uiOrderHint": 70
},
{
"categoryId": "4371481",
"chainAchievementIds": [
"91475332920284"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475337465931"
],
"description": "Purchase the Shakuras Warp Prism from the Collection.",
"flags": 2,
"id": "91475332920284",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Shakuras Warp Prism",
"uiOrderHint": 11
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475327247185",
"91475336383544",
"91475325835708"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336547950"
],
"description": "MengskPrestige1",
"flags": 2,
"id": "91475327247185",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "MengskPrestige1",
"uiOrderHint": 27
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475332712468"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475329458220"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475332712468",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 12",
"uiOrderHint": 95
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475325035850",
"91475323293624",
"91475336337384",
"91475322653279",
"91475330804320",
"91475335577182",
"91475323060092",
"91475335519300",
"91475332973202",
"91475321644004",
"91475329755130",
"91475325212654",
"91475337204708",
"91475333648460"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330792097"
],
"description": "Commander Stukov Level 14",
"flags": 65538,
"id": "91475337204708",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Stukov Level 14",
"uiOrderHint": 176
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475333780375",
"91475322640160",
"91475331662879",
"91475329304055",
"91475321069382",
"91475329449994",
"91475321050054",
"91475323708411",
"91475322016742",
"91475322899732",
"91475328465804",
"91475336234660",
"91475336785945",
"91475321775069"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475328839185"
],
"description": "Commander Tychus Level 10",
"flags": 65538,
"id": "91475322016742",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Tychus Level 10",
"uiOrderHint": 298
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475334050794"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475330935357"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475334050794",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 10",
"uiOrderHint": 76
},
{
"categoryId": "4369693",
"chainAchievementIds": [
"91475324171245"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475335495237"
],
"description": "Play 50 Unranked or Ranked matches.",
"flags": 256,
"id": "91475324171245",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-72.jpg",
"isChained": false,
"points": 10,
"title": "View From Up Top",
"uiOrderHint": 3
},
{
"categoryId": "4388952",
"chainAchievementIds": [
"91475035554645"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555406"
],
"description": "Earn 100,000 Bonus Objective XP on Normal difficulty.",
"flags": 256,
"id": "91475035554645",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-11.jpg",
"isChained": false,
"points": 10,
"title": "Normal: XP Bonus 100",
"uiOrderHint": 5
},
{
"categoryId": "4346194",
"chainAchievementIds": [
"91475333387259"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "Purchase the Casters Invitational portrait for this caster.",
"flags": 2,
"id": "91475333387259",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Casters Invitational",
"uiOrderHint": 19
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475329209340"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475321974356"
],
"description": "Acquired through the Katowice 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475329209340",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 3",
"uiOrderHint": 81
},
{
"categoryId": "4353371",
"chainAchievementIds": [
"91475335028033",
"91475322035960",
"91475332517436",
"91475321434128",
"91475336742427",
"91475332024771",
"91475332589913",
"91475324244989"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332745891"
],
"description": "Complete 500 missions on Hard difficulty in Co-op Missions.",
"flags": 256,
"id": "91475324244989",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-47.jpg",
"isChained": true,
"points": 10,
"title": "Hard: 500",
"uiOrderHint": 23
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332042345"
],
"description": "Commander Mastery Level 80",
"flags": 2,
"id": "91475329307646",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 80",
"uiOrderHint": 82
},
{
"categoryId": "4353371",
"chainAchievementIds": [
"91475330365211",
"91475326768131",
"91475330769258",
"91475327997139",
"91475323695781",
"91475323946151",
"91475322354638",
"91475328864099"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475320893594"
],
"description": "Complete 25 missions on Normal difficulty in Co-op Missions.",
"flags": 256,
"id": "91475326768131",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-28.jpg",
"isChained": true,
"points": 10,
"title": "Normal: 25",
"uiOrderHint": 9
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329238824"
],
"description": "Commander Mastery Level 67",
"flags": 2,
"id": "91475330823173",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 67",
"uiOrderHint": 69
},
{
"categoryId": "4372089",
"chainAchievementIds": [
"91475325260808"
],
"chainRewardSize": 2,
"criteriaIds": [
"91475335519841"
],
"description": "Reach Ascension level 950 in Co-op.",
"flags": 0,
"id": "91475325260808",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-48.jpg",
"isChained": false,
"points": 10,
"title": "Ascension 950",
"uiOrderHint": 18
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475325649922",
"91475321783176",
"91475323026939",
"91475326885795",
"91475331915136",
"91475329586185",
"91475330075807",
"91475334710381",
"91475322081566",
"91475320776478",
"91475321996923",
"91475326659390",
"91475332718172",
"91475329431760"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475331781993"
],
"description": "Commander Alarak Level 7",
"flags": 65538,
"id": "91475329586185",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Alarak Level 7",
"uiOrderHint": 239
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475329446923"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475321420415"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475329446923",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 5",
"uiOrderHint": 71
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475325498135",
"91475331052561",
"91475321112139"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330330578"
],
"description": "Reach level 10 with Sarah Kerrigan in Co-op Missions.",
"flags": 0,
"id": "91475331052561",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-7.jpg",
"isChained": true,
"points": 10,
"title": "Kerrigan: Level 10",
"uiOrderHint": 7
},
{
"categoryId": "4348831",
"chainAchievementIds": [
"91475035554924"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035556085",
"91475035556073",
"91475035556075",
"91475035556077",
"91475035556109",
"91475035556079",
"91475035556088",
"91475035556091",
"91475035556074",
"91475035556076",
"91475035556078",
"91475035556080",
"91475035556081",
"91475035556082",
"91475035556083",
"91475035556084",
"91475035556086",
"91475035556087",
"91475035556089",
"91475035556090",
"91475035556092",
"91475035556093",
"91475035556094",
"91475035556110",
"91475035556111"
],
"description": "Complete all of the 10th Anniversary Legacy of the Void achievements.",
"flags": 0,
"id": "91475035554924",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-49.jpg",
"isChained": false,
"points": 20,
"title": "Memory of the Abyss",
"uiOrderHint": 3
},
{
"categoryId": "3211275",
"chainAchievementIds": [
"91475035553833"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553840"
],
"description": "Hold a Xel'Naga Tower for 5 consecutive minutes in an Unranked or Ranked game.",
"flags": 2304,
"id": "91475035553833",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-36.jpg",
"isChained": false,
"points": 10,
"title": "Big Brother Is Watching",
"uiOrderHint": 22
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475321391177"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475325250626"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475321391177",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss War Chest",
"uiOrderHint": 119
},
{
"categoryId": "4388952",
"chainAchievementIds": [
"91475035554651"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555412"
],
"description": "Earn 50,000 Bonus Objective XP on Brutal difficulty.",
"flags": 256,
"id": "91475035554651",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-16.jpg",
"isChained": false,
"points": 10,
"title": "Brutal: XP Bonus 50",
"uiOrderHint": 10
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475336203783",
"91475330384728",
"91475327915283"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324722223"
],
"description": "Reach level 5 with Dominion Ghost Nova in Co-op Missions.",
"flags": 0,
"id": "91475336203783",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-61.jpg",
"isChained": true,
"points": 10,
"title": "Nova: Level 5",
"uiOrderHint": 27
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475336533035"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475335486997"
],
"description": "%userName% has reached the finals in a Platinum tournament",
"flags": 49154,
"id": "91475336533035",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Platinum Finals",
"uiOrderHint": 164
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475323720750"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475325565730"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475323720750",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 14",
"uiOrderHint": 63
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475326546991"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475325164175"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475326546991",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 12",
"uiOrderHint": 44
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475321586896",
"91475325727099",
"91475321312510",
"91475332311929",
"91475333033207",
"91475323447977",
"91475324866583",
"91475332410762",
"91475333562645",
"91475329089888",
"91475323078138",
"91475330371739",
"91475337106480",
"91475335642487"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475333697172"
],
"description": "Commander Raynor Level 14",
"flags": 65538,
"id": "91475337106480",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Raynor Level 14",
"uiOrderHint": 106
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475320767597"
],
"chainRewardSize": 0,
"description": "Competed in the BlizzCon 2011 StarCraft II Global Invitational as the Southeast Asian representative.",
"flags": 12,
"id": "91475320767597",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/27-58.jpg",
"isChained": false,
"points": 0,
"title": "BlizzCon 2011 - Competitor",
"uiOrderHint": 87
},
{
"categoryId": "3211309",
"chainAchievementIds": [
"91475035554655"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555531"
],
"description": "Kill 25 units with a single Air-Strike on Hard difficulty.",
"flags": 0,
"id": "91475035554655",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-63.jpg",
"isChained": false,
"points": 10,
"title": "The Thunder",
"uiOrderHint": 0
},
{
"categoryId": "3211275",
"chainAchievementIds": [
"91475035553834"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553841"
],
"description": "Kill 5 Changelings in an Unranked or Ranked game.",
"flags": 2304,
"id": "91475035553834",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-11.jpg",
"isChained": false,
"points": 10,
"title": "Meet the Spy",
"uiOrderHint": 23
},
{
"categoryId": "3211309",
"chainAchievementIds": [
"91475035554656"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555417"
],
"description": "Kill 25 units with a single Hyperion calldown on Hard difficulty with Raynor.",
"flags": 256,
"id": "91475035554656",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-64.jpg",
"isChained": false,
"points": 10,
"title": "Hyperactive",
"uiOrderHint": 1
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475329756683"
],
"chainRewardSize": 4,
"criteriaIds": [
"91475332999248"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475329756683",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 15",
"uiOrderHint": 31
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475327980608"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Reward for watching the stream of WCS Korea Finals Season 2 Finals.",
"flags": 4,
"id": "91475327980608",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-68.jpg",
"isChained": false,
"points": 0,
"title": "2016 KR S2 Championship",
"uiOrderHint": 143
},
{
"categoryId": "3211309",
"chainAchievementIds": [
"91475035554657"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555418"
],
"description": "Kill 500 units with Raynor's Hyperion in Co-op Missions.",
"flags": 256,
"id": "91475035554657",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-64.jpg",
"isChained": false,
"points": 10,
"title": "Hyperion Alert",
"uiOrderHint": 2
},
{
"categoryId": "4348831",
"chainAchievementIds": [
"91475035554926"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035556104",
"91475035556105",
"91475035556106",
"91475035556107"
],
"description": "Complete all of the 10th Anniversary campaign achievements.",
"flags": 0,
"id": "91475035554926",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-52.jpg",
"isChained": false,
"points": 50,
"title": "There and Back Again",
"uiOrderHint": 5
},
{
"categoryId": "4353371",
"chainAchievementIds": [
"91475035554711"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Achievement/Description/DifficultyVeteran1",
"flags": 16386,
"id": "91475035554711",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Hard: 1",
"uiOrderHint": 2
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475327159984",
"91475321762488",
"91475333393447"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322068987"
],
"description": "Reach level 5 with Dark Prelate Zeratul in Co-op Missions.",
"flags": 0,
"id": "91475327159984",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-6.jpg",
"isChained": true,
"points": 10,
"title": "Zeratul: Level 5",
"uiOrderHint": 45
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322854429",
"91475334298108",
"91475327830693",
"91475330427400",
"91475321240739",
"91475323142710",
"91475336955753",
"91475321042018",
"91475321167330",
"91475329008951",
"91475324461887",
"91475321001569",
"91475321563929",
"91475326532517"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329889450"
],
"description": "Commander Swann Level 9",
"flags": 65538,
"id": "91475321042018",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Swann Level 9",
"uiOrderHint": 129
},
{
"categoryId": "4353371",
"chainAchievementIds": [
"91475326410893",
"91475326821551",
"91475334286067",
"91475322971092",
"91475334812772",
"91475337246592",
"91475320835372",
"91475325888028"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475325927333"
],
"description": "Complete 100 missions on Casual difficulty in Co-op Missions.",
"flags": 256,
"id": "91475334812772",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-25.jpg",
"isChained": true,
"points": 10,
"title": "Casual: 100",
"uiOrderHint": 4
},
{
"categoryId": "3211310",
"chainAchievementIds": [
"91475035554663"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555509"
],
"description": "Harvest 100,000 Vespene Gas for your ally with Rory Swann's Vespene Harvester in Co-op Missions.",
"flags": 256,
"id": "91475035554663",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-71.jpg",
"isChained": false,
"points": 10,
"title": "Smooth Operator",
"uiOrderHint": 3
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475328480360"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330149572"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475328480360",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 7",
"uiOrderHint": 39
},
{
"categoryId": "4380267",
"chainAchievementIds": [
"91475035554868"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Old Soldiers\" mission in less than 14 minutes on Normal difficulty.",
"flags": 0,
"id": "91475035554868",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-46.jpg",
"isChained": false,
"points": 10,
"title": "Early Retirement",
"uiOrderHint": 8
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475331871854"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Reward for participating in the Tespa Collegiate Series.",
"flags": 4,
"id": "91475331871854",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-63.jpg",
"isChained": false,
"points": 0,
"title": "Collegiate Hero",
"uiOrderHint": 134
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475333780375",
"91475322640160",
"91475331662879",
"91475329304055",
"91475321069382",
"91475329449994",
"91475321050054",
"91475323708411",
"91475322016742",
"91475322899732",
"91475328465804",
"91475336234660",
"91475336785945",
"91475321775069"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475325117211"
],
"description": "Commander Tychus Level 7",
"flags": 65538,
"id": "91475329449994",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Tychus Level 7",
"uiOrderHint": 295
},
{
"categoryId": "3211303",
"chainAchievementIds": [
"91475035554109"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Waking the Ancient\" mission in the Heart of the Swarm campaign.",
"flags": 0,
"id": "91475035554109",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/3-33.jpg",
"isChained": false,
"points": 10,
"title": "Waking the Ancient",
"uiOrderHint": 0
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475337229438"
],
"chainRewardSize": 3,
"criteriaIds": [
"91475331086941"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475337229438",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 15",
"uiOrderHint": 15
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475336371133",
"91475328734338",
"91475320797573",
"91475332633578",
"91475335049594",
"91475335093676",
"91475323645440",
"91475329700381",
"91475323526427",
"91475322006573",
"91475322391055",
"91475334010833",
"91475330728370",
"91475336005730"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322296595"
],
"description": "Commander Fenix Level 3",
"flags": 65538,
"id": "91475328734338",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Fenix Level 3",
"uiOrderHint": 263
},
{
"categoryId": "3211311",
"chainAchievementIds": [
"91475035554668"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555429"
],
"description": "Generate 50,000 resources for your ally with Kerrigan's Assimilation Aura in Co-op Missions.",
"flags": 256,
"id": "91475035554668",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-58.jpg",
"isChained": false,
"points": 10,
"title": "Make It Rain",
"uiOrderHint": 3
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475332232324"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475336530117"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475332232324",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 9",
"uiOrderHint": 58
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475035554669"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475035555505",
"91475035555506",
"91475035555507",
"91475035555508"
],
"description": "Complete all the Commander Kerrigan achievements.",
"flags": 0,
"id": "91475035554669",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-62.jpg",
"isChained": false,
"points": 20,
"title": "All Hail the Queen",
"uiOrderHint": 4
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475325375628"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475331390104"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475325375628",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 14",
"uiOrderHint": 46
},
{
"categoryId": "4372089",
"chainAchievementIds": [
"91475325138062"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475321108812"
],
"description": "Reach Ascension level 150 in Co-op.",
"flags": 0,
"id": "91475325138062",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-32.jpg",
"isChained": false,
"points": 10,
"title": "Ascension 150",
"uiOrderHint": 2
},
{
"categoryId": "3211312",
"chainAchievementIds": [
"91475035554670"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555532"
],
"description": "Kill 100 enemy units using Zagara's Infested Drop in a single mission on Hard difficulty.",
"flags": 256,
"id": "91475035554670",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-73.jpg",
"isChained": false,
"points": 10,
"title": "Roach Rampage",
"uiOrderHint": 0
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475035553837"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553844",
"91475035553845",
"91475035553847",
"91475035553849",
"91475035553851",
"91475035553852",
"91475035553857",
"91475035553858",
"91475035553859",
"91475035553860",
"91475035553863",
"91475035553864",
"91475035553867",
"91475035553869",
"91475035553870",
"91475035553871",
"91475035553848",
"91475035553854",
"91475035553855",
"91475035553861",
"91475035553862",
"91475035553866",
"91475035553868",
"91475035553856"
],
"description": "Complete all the Unranked / Ranked Combat achievements.",
"flags": 0,
"id": "91475035553837",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-0.jpg",
"isChained": false,
"points": 20,
"title": "Supreme Being",
"uiOrderHint": 1
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475321975953"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase the Nation Wars V Canada portrait.",
"flags": 2,
"id": "91475321975953",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Nation Wars V Canada",
"uiOrderHint": 182
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475330083013"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase tickets to Blizzard’s convention taking place in Anaheim, California on November 7 & 8, 2014.",
"flags": 4,
"id": "91475330083013",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-42.jpg",
"isChained": false,
"points": 0,
"title": "BlizzConqueror 2014",
"uiOrderHint": 120
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475321943199"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336585463"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475321943199",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 3",
"uiOrderHint": 19
},
{
"categoryId": "4364797",
"chainAchievementIds": [
"91475322115232"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475335218932"
],
"description": "RaynorVoicePackPurchase",
"flags": 2,
"id": "91475322115232",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "RaynorVoicePackPurchase",
"uiOrderHint": 4
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475324794017"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Reward for watching the stream of WCS Spring Championship at DreamHack Tours.",
"flags": 4,
"id": "91475324794017",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-67.jpg",
"isChained": false,
"points": 0,
"title": "2016 Spring Championship",
"uiOrderHint": 138
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475325441190"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475334901226"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475325441190",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 9",
"uiOrderHint": 58
},
{
"categoryId": "4364154",
"chainAchievementIds": [
"91475327956139"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "Reach level 5 with Sarah Kerrigan or Queen Zagara in Co-op Missions.",
"flags": 0,
"id": "91475327956139",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": false,
"points": 10,
"title": "Just Swarming Up",
"uiOrderHint": 4
},
{
"categoryId": "3211279",
"chainAchievementIds": [
"91475035553838"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553872"
],
"description": "Destroy 10 cloaked or burrowed units in a single Melee game.",
"flags": 2304,
"id": "91475035553838",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-33.jpg",
"isChained": false,
"points": 10,
"title": "I See Dead Units",
"uiOrderHint": 1
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475334550706"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475323755144"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475334550706",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Free Tier 2",
"uiOrderHint": 95
},
{
"categoryId": "3211303",
"chainAchievementIds": [
"91475035554111"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Kill 4 Primal Hives in the \"Waking the Ancient\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035554111",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/3-35.jpg",
"isChained": false,
"points": 10,
"title": "Rude Awakening",
"uiOrderHint": 2
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475321435484",
"91475322968204",
"91475334881061",
"91475327216812",
"91475334643221",
"91475321604827",
"91475325026838",
"91475328024818",
"91475322804537",
"91475328942189",
"91475327409252",
"91475325236409",
"91475330161255",
"91475335925171"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475321513067"
],
"description": "Commander Artanis Level 13",
"flags": 65538,
"id": "91475325236409",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Artanis Level 13",
"uiOrderHint": 189
},
{
"categoryId": "3211313",
"chainAchievementIds": [
"91475035554678"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555439"
],
"description": "Absorb 10,000 damage for your ally with Artanis's Shield Overcharge in Co-op Missions.",
"flags": 256,
"id": "91475035554678",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-55.jpg",
"isChained": false,
"points": 10,
"title": "Sol-alright",
"uiOrderHint": 3
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475331183808"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475321113839"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475331183808",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 14",
"uiOrderHint": 30
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475331552449"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475332559300"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475331552449",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 9",
"uiOrderHint": 41
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475324581061"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475329733082"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475324581061",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 10",
"uiOrderHint": 73
},
{
"categoryId": "3211314",
"chainAchievementIds": [
"91475035554680"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Kill 15 units trapped in a single Black Hole on Hard difficulty.",
"flags": 0,
"id": "91475035554680",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-0.jpg",
"isChained": false,
"points": 10,
"title": "Event Horizon",
"uiOrderHint": 0
},
{
"categoryId": "3211279",
"chainAchievementIds": [
"91475035553839"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553873"
],
"description": "Destroy 20 units with a single High Templar in a Melee game.",
"flags": 2304,
"id": "91475035553839",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-5.jpg",
"isChained": false,
"points": 10,
"title": "Psionic Death",
"uiOrderHint": 3
},
{
"categoryId": "3211314",
"chainAchievementIds": [
"91475035554681"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555510"
],
"description": "Kill 50 units with Vorazun's Shadow Guard in a single mission on Hard difficulty.",
"flags": 256,
"id": "91475035554681",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-79.jpg",
"isChained": false,
"points": 10,
"title": "Shadow Guard",
"uiOrderHint": 1
},
{
"categoryId": "4353371",
"chainAchievementIds": [
"91475330365211",
"91475326768131",
"91475330769258",
"91475327997139",
"91475323695781",
"91475323946151",
"91475322354638",
"91475328864099"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332701011"
],
"description": "Complete 75 missions on Normal difficulty in Co-op Missions.",
"flags": 256,
"id": "91475327997139",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-30.jpg",
"isChained": true,
"points": 10,
"title": "Normal: 75",
"uiOrderHint": 11
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475334337752"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475333922592"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475334337752",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 6",
"uiOrderHint": 6
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475331586256"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475323673352"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475331586256",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 7",
"uiOrderHint": 85
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475322041564"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase the Nation Wars V Peru portrait.",
"flags": 2,
"id": "91475322041564",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Nation Wars V Peru",
"uiOrderHint": 208
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475335869661"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475333749544"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475335869661",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Free Tier 4",
"uiOrderHint": 109
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475337087173",
"91475333694174",
"91475325996975",
"91475332203963",
"91475329583038",
"91475337088558",
"91475331011811",
"91475329262675",
"91475334318511",
"91475334882052",
"91475323901850",
"91475323437004",
"91475336459662",
"91475335089384"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475335323999"
],
"description": "Commander Vorazun Level 8",
"flags": 65538,
"id": "91475331011811",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Vorazun Level 8",
"uiOrderHint": 198
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475333723367"
],
"chainRewardSize": 2,
"criteriaIds": [],
"description": "Purchase StarCraft II Legacy of the Void Collector's Edition.",
"flags": 12,
"id": "91475333723367",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-55.jpg",
"isChained": false,
"points": 0,
"title": "Filling the Void",
"uiOrderHint": 127
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475327200808"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475325817856"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475327200808",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 2",
"uiOrderHint": 51
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475321097769"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete all the Campaign and Mission Pack achievements.",
"flags": 2,
"id": "91475321097769",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-20.jpg",
"isChained": false,
"points": 0,
"title": "Visit the Koprulu Sector, They Said (UNUSED)",
"uiOrderHint": 233
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475323729144"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475327913777"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475323729144",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 8",
"uiOrderHint": 8
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475337164026"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475321834350"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475337164026",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 3",
"uiOrderHint": 52
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475321586896",
"91475325727099",
"91475321312510",
"91475332311929",
"91475333033207",
"91475323447977",
"91475324866583",
"91475332410762",
"91475333562645",
"91475329089888",
"91475323078138",
"91475330371739",
"91475337106480",
"91475335642487"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475323470076"
],
"description": "Commander Raynor Level 4",
"flags": 65538,
"id": "91475321312510",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Raynor Level 4",
"uiOrderHint": 96
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475336385793"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475335716853"
],
"description": "Acquired through the Katowice 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475336385793",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 13",
"uiOrderHint": 61
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475322254598"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475323615939"
],
"description": "Acquired through the Katowice 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475322254598",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 5",
"uiOrderHint": 53
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475327661327"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475324361455"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475327661327",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 14",
"uiOrderHint": 97
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475324237073"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475328680098"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475324237073",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 1",
"uiOrderHint": 17
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475320821010"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475329023168"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475320821010",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 11",
"uiOrderHint": 94
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475336203783",
"91475330384728",
"91475327915283"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334261132"
],
"description": "Reach level 15 with Dominion Ghost Nova in Co-op Missions.",
"flags": 0,
"id": "91475327915283",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-63.jpg",
"isChained": true,
"points": 10,
"title": "Nova: Level 15",
"uiOrderHint": 29
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475334042904"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334420895"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475334042904",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 12",
"uiOrderHint": 12
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475324723224"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475323047134"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475324723224",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran War Chest",
"uiOrderHint": 66
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475321828639"
],
"chainRewardSize": 15,
"criteriaIds": [
"91475330436959"
],
"description": "Reward for claiming the \"Swann: Machined Bundle\" through Twitch Prime.",
"flags": 2,
"id": "91475321828639",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Swann: Machined Bundle",
"uiOrderHint": 234
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475322574119"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475330676654"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475322574119",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 12",
"uiOrderHint": 90
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475325649922",
"91475321783176",
"91475323026939",
"91475326885795",
"91475331915136",
"91475329586185",
"91475330075807",
"91475334710381",
"91475322081566",
"91475320776478",
"91475321996923",
"91475326659390",
"91475332718172",
"91475329431760"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475323080062"
],
"description": "Commander Alarak Level 3",
"flags": 65538,
"id": "91475321783176",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Alarak Level 3",
"uiOrderHint": 235
},
{
"categoryId": "3211279",
"chainAchievementIds": [
"91475035553843"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553877"
],
"description": "Capture 50 enemy units in a single Vortex in a Melee game.",
"flags": 2304,
"id": "91475035553843",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-2.jpg",
"isChained": false,
"points": 10,
"title": "Distorted Reality",
"uiOrderHint": 7
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475330935154",
"91475324352805",
"91475323633358",
"91475332102990",
"91475322542287",
"91475333308268",
"91475331454285",
"91475325277874",
"91475327594839",
"91475327523435",
"91475321729776",
"91475330066312",
"91475332211678",
"91475321384231"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475337139504"
],
"description": "Commander Dehaka Level 8",
"flags": 65538,
"id": "91475331454285",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Dehaka Level 8",
"uiOrderHint": 282
},
{
"categoryId": "4380363",
"chainAchievementIds": [
"91475035554549"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Forbidden Weapon\" mission in the Legacy of the Void campaign.",
"flags": 0,
"id": "91475035554549",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-41.jpg",
"isChained": false,
"points": 10,
"title": "Forbidden Weapon",
"uiOrderHint": 0
},
{
"categoryId": "4364797",
"chainAchievementIds": [
"91475334690131"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475331648249"
],
"description": "SwannVoicePackPurchase",
"flags": 2,
"id": "91475334690131",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "SwannVoicePackPurchase",
"uiOrderHint": 5
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475325941076",
"91475328415671",
"91475329189924"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336544403"
],
"description": "FenixPrestige1",
"flags": 2,
"id": "91475325941076",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "FenixPrestige1",
"uiOrderHint": 15
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475325449562"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475328215556"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475325449562",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 2",
"uiOrderHint": 51
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475331613161",
"91475332773211",
"91475335798565"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322089065"
],
"description": "ZeratulPrestige2",
"flags": 2,
"id": "91475332773211",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "ZeratulPrestige2",
"uiOrderHint": 52
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475321435484",
"91475322968204",
"91475334881061",
"91475327216812",
"91475334643221",
"91475321604827",
"91475325026838",
"91475328024818",
"91475322804537",
"91475328942189",
"91475327409252",
"91475325236409",
"91475330161255",
"91475335925171"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324779903"
],
"description": "Commander Artanis Level 2",
"flags": 65538,
"id": "91475321435484",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Artanis Level 2",
"uiOrderHint": 178
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475334853993"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329818354"
],
"description": "%userName% has won a Grand Master tournament",
"flags": 49154,
"id": "91475334853993",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Win a Grand Master Tournament",
"uiOrderHint": 174
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475334428017"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475329717530"
],
"description": "Acquired through the Katowice 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475334428017",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 4",
"uiOrderHint": 52
},
{
"categoryId": "3211279",
"chainAchievementIds": [
"91475035553840"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553874"
],
"description": "Kill 50 supply worth of units within 15 seconds in a Melee game.",
"flags": 2304,
"id": "91475035553840",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-27.jpg",
"isChained": false,
"points": 10,
"title": "Meatgrinder",
"uiOrderHint": 4
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475323721077"
],
"chainRewardSize": 2,
"criteriaIds": [
"91475321745406"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475323721077",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran War Chest",
"uiOrderHint": 16
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475332445564"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475321711293"
],
"description": "Complete all the Liberty Campaign achievements.",
"flags": 260,
"id": "91475332445564",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-16.jpg",
"isChained": false,
"points": 0,
"title": "Give Me Liberty",
"uiOrderHint": 237
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475333241421"
],
"description": "Commander Mastery Level 31",
"flags": 2,
"id": "91475327669629",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 31",
"uiOrderHint": 33
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475321222530"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475332352850"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475321222530",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 9",
"uiOrderHint": 41
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475332748677"
],
"chainRewardSize": 2,
"criteriaIds": [
"91475336554987"
],
"description": "Purchase the Dominion Emperor Mengsk Co-op Commander.",
"flags": 4,
"id": "91475332748677",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-35.jpg",
"isChained": false,
"points": 0,
"title": "Dominion Emperor Commander",
"uiOrderHint": 253
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475332846988"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329008995"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475332846988",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 8",
"uiOrderHint": 8
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475337087173",
"91475333694174",
"91475325996975",
"91475332203963",
"91475329583038",
"91475337088558",
"91475331011811",
"91475329262675",
"91475334318511",
"91475334882052",
"91475323901850",
"91475323437004",
"91475336459662",
"91475335089384"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475323030610"
],
"description": "Commander Vorazun Level 14",
"flags": 65538,
"id": "91475336459662",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Vorazun Level 14",
"uiOrderHint": 204
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475330891206"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475326133075"
],
"description": "Play a game during StarCraft II's 9th anniversary celebration.",
"flags": 4,
"id": "91475330891206",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/8-23.jpg",
"isChained": false,
"points": 0,
"title": "9 Fine Years",
"uiOrderHint": 242
},
{
"categoryId": "4364797",
"chainAchievementIds": [
"91475322639765"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475337482624"
],
"description": "AlarakVoicePackPurchase",
"flags": 2,
"id": "91475322639765",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "AlarakVoicePackPurchase",
"uiOrderHint": 1
},
{
"categoryId": "4343244",
"chainAchievementIds": [
"91475035554495"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy 375 enemy units with Kerrigan in the \"Amon's Fall\" mission.",
"flags": 0,
"id": "91475035554495",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-2.jpg",
"isChained": false,
"points": 10,
"title": "Extinction Event",
"uiOrderHint": 10
},
{
"categoryId": "4343244",
"chainAchievementIds": [
"91475035554717"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "Complete the Into the Void Campaign.",
"flags": 0,
"id": "91475035554717",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-6.jpg",
"isChained": false,
"points": 10,
"title": "Deicide",
"uiOrderHint": 15
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322682155",
"91475337284571",
"91475325755095",
"91475334780331",
"91475330336673",
"91475331345989",
"91475322337668",
"91475325934204",
"91475327144574",
"91475323654846",
"91475333145996",
"91475327111701",
"91475324645227",
"91475332922144"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336952540"
],
"description": "Commander Zeratul Level 5",
"flags": 65538,
"id": "91475334780331",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Zeratul Level 5",
"uiOrderHint": 307
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475331831212"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475321452190"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475331831212",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 5",
"uiOrderHint": 87
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475333780375",
"91475322640160",
"91475331662879",
"91475329304055",
"91475321069382",
"91475329449994",
"91475321050054",
"91475323708411",
"91475322016742",
"91475322899732",
"91475328465804",
"91475336234660",
"91475336785945",
"91475321775069"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475323988169"
],
"description": "Commander Tychus Level 14",
"flags": 65538,
"id": "91475336785945",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Tychus Level 14",
"uiOrderHint": 302
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475336541627"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475328846777"
],
"description": "WARCHESTSEASON2CONSOLEZERG",
"flags": 2,
"id": "91475336541627",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "WARCHESTSEASON2CONSOLEZERG",
"uiOrderHint": 102
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475331577281",
"91475331840792",
"91475323803719"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475331802340"
],
"description": "Reach Level 5 with Han and Horner in Co-op Missions.",
"flags": 0,
"id": "91475331577281",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-53.jpg",
"isChained": true,
"points": 10,
"title": "Horner: Level 5",
"uiOrderHint": 36
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475035554723"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555713",
"91475035555714",
"91475035555715",
"91475035555716"
],
"description": "Complete all the Commander Missions Achievements.",
"flags": 0,
"id": "91475035554723",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-18.jpg",
"isChained": false,
"points": 20,
"title": "Operation Commander",
"uiOrderHint": 1
},
{
"categoryId": "4372089",
"chainAchievementIds": [
"91475321075154"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475332629713"
],
"description": "Reach Ascension level 900 in Co-op.",
"flags": 0,
"id": "91475321075154",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-47.jpg",
"isChained": false,
"points": 10,
"title": "Ascension 900",
"uiOrderHint": 17
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475325416915"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475337256353"
],
"description": "%userName% has reached the finals in a Diamond tournament",
"flags": 49154,
"id": "91475325416915",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Diamond Finals",
"uiOrderHint": 165
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475333092824"
],
"chainRewardSize": 3,
"criteriaIds": [],
"description": "Login to StarCraft II after the 20 year anniversary.",
"flags": 4,
"id": "91475333092824",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-68.jpg",
"isChained": false,
"points": 0,
"title": "Honor the Legacy",
"uiOrderHint": 172
},
{
"categoryId": "3211279",
"chainAchievementIds": [
"91475035553848"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553882"
],
"description": "Control 15 hallucinations at once in a Melee game.",
"flags": 2304,
"id": "91475035553848",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-6.jpg",
"isChained": false,
"points": 10,
"title": "Just an Illusion",
"uiOrderHint": 12
},
{
"categoryId": "4346194",
"chainAchievementIds": [
"91475331970542"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "Purchase the Casters Invitational portrait for this caster.",
"flags": 2,
"id": "91475331970542",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Casters Invitational",
"uiOrderHint": 9
},
{
"categoryId": "3211315",
"chainAchievementIds": [
"91475035554729"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555742"
],
"description": "Kill 50 enemy units with a single strike of Karax's Purifier Beam on Hard difficulty.",
"flags": 256,
"id": "91475035554729",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-22.jpg",
"isChained": false,
"points": 10,
"title": "Target Purified",
"uiOrderHint": 0
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475331347956"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322108767"
],
"description": "%userName% has qualified out of a group stage in a Diamond tournament",
"flags": 49154,
"id": "91475331347956",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Group Qualified (Diamond)",
"uiOrderHint": 158
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475335012588"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475328562555"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475335012588",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 15",
"uiOrderHint": 15
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475035553849"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553890",
"91475035553891",
"91475035553865",
"91475035553883",
"91475035553884",
"91475035553885",
"91475035553886",
"91475035553887",
"91475035553888",
"91475035553889",
"91475035553853",
"91475035553892",
"91475035553893"
],
"description": "Complete all the Melee Combat achievements.",
"flags": 0,
"id": "91475035553849",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-19.jpg",
"isChained": false,
"points": 20,
"title": "Welcome Back, Commander",
"uiOrderHint": 2
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475337287182"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475326919831"
],
"description": "Play a game during StarCraft II’s 7th anniversary celebration. ",
"flags": 4,
"id": "91475337287182",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/8-15.jpg",
"isChained": false,
"points": 0,
"title": "Lucky Number Seven",
"uiOrderHint": 157
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475324376591"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475326485375"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475324376591",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 5",
"uiOrderHint": 5
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475329685011"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475337130169"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475329685011",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 7",
"uiOrderHint": 55
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475320903188"
],
"chainRewardSize": 2,
"criteriaIds": [
"91475326410442"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475320903188",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg War Chest",
"uiOrderHint": 32
},
{
"categoryId": "4345039",
"chainAchievementIds": [
"91475035554735"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Kill 20 enemies with the Snipe ability in \"The Escape\" mission.",
"flags": 0,
"id": "91475035554735",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-31.jpg",
"isChained": false,
"points": 10,
"title": "Fire and Forget",
"uiOrderHint": 2
},
{
"categoryId": "4325391",
"chainAchievementIds": [
"91475035553850"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553894"
],
"description": "Destroy a total of 5,000 enemy units in Free-for-All Quick Match games.",
"flags": 260,
"id": "91475035553850",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/29-46.jpg",
"isChained": false,
"points": 0,
"title": "FFA Gladiator",
"uiOrderHint": 0
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475324069500",
"91475325812187",
"91475324263228",
"91475329888941",
"91475321279266",
"91475323725022",
"91475327277151",
"91475336070866",
"91475324810056",
"91475321007776",
"91475330070046",
"91475333563410",
"91475335376759",
"91475326305278"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475326097291"
],
"description": "Commander Mengsk Level 12",
"flags": 65538,
"id": "91475330070046",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mengsk Level 12",
"uiOrderHint": 342
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475320993324"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475331575581"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475320993324",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 15",
"uiOrderHint": 47
},
{
"categoryId": "4345039",
"chainAchievementIds": [
"91475035554739"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy 30 enemy forces with Spider Mines in the \"Sudden Strike\" mission.",
"flags": 0,
"id": "91475035554739",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-36.jpg",
"isChained": false,
"points": 10,
"title": "Arachnophile",
"uiOrderHint": 6
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475325687343"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475333989634"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475325687343",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 5",
"uiOrderHint": 37
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475323229747"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475324132342"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475323229747",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 10",
"uiOrderHint": 59
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475325056567"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475336399914"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475325056567",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 6",
"uiOrderHint": 55
},
{
"categoryId": "4345039",
"chainAchievementIds": [
"91475035554741"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Prevent Admiral Horner's base from losing any structures in the \"Sudden Strike\" mission on Hard difficulty or higher.",
"flags": 0,
"id": "91475035554741",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-37.jpg",
"isChained": false,
"points": 10,
"title": "Indestructureable",
"uiOrderHint": 8
},
{
"categoryId": "4375372",
"chainAchievementIds": [
"91475333150274"
],
"chainRewardSize": 3,
"criteriaIds": [
"91475335219513"
],
"description": "CarbotZergEmoticonPurchase",
"flags": 2,
"id": "91475333150274",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "CarbotZergEmoticonPurchase",
"uiOrderHint": 1
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475333633603"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324344704"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475333633603",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 13",
"uiOrderHint": 29
},
{
"categoryId": "4345039",
"chainAchievementIds": [
"91475035554744"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Do not kill any Defenders of Man forces in the \"Enemy Intelligence\" mission on Normal difficulty or higher.",
"flags": 0,
"id": "91475035554744",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-42.jpg",
"isChained": false,
"points": 10,
"title": "The Invisible Woman",
"uiOrderHint": 11
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475327456846"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475330414359"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475327456846",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 14",
"uiOrderHint": 14
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475335747151"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334006789"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475335747151",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Free Tier 14",
"uiOrderHint": 114
},
{
"categoryId": "4325401",
"chainAchievementIds": [
"91475035553852"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Score the rank of Silver in the \"Tactical Command\" challenge mission.",
"flags": 0,
"id": "91475035553852",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-58.jpg",
"isChained": false,
"points": 10,
"title": "Tactical Command: Silver",
"uiOrderHint": 1
},
{
"categoryId": "4364473",
"chainAchievementIds": [
"91475035554769"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555805",
"91475035555806",
"91475035555807"
],
"description": "Complete all Bonus Objectives in Chapter 2 of Nova Covert Ops missions.",
"flags": 0,
"id": "91475035554769",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-40.jpg",
"isChained": false,
"points": 10,
"title": "Nova Covert Ops - Chapter 2 Bonus Objectives",
"uiOrderHint": 5
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475321402973"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475322895136"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475321402973",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 12",
"uiOrderHint": 78
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322854429",
"91475334298108",
"91475327830693",
"91475330427400",
"91475321240739",
"91475323142710",
"91475336955753",
"91475321042018",
"91475321167330",
"91475329008951",
"91475324461887",
"91475321001569",
"91475321563929",
"91475326532517"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330583842"
],
"description": "Commander Swann Level 13",
"flags": 65538,
"id": "91475321001569",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Swann Level 13",
"uiOrderHint": 133
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475337303652"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475334450044"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475337303652",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 8",
"uiOrderHint": 90
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475334810732",
"91475321624165",
"91475321693949",
"91475336007488",
"91475327373594",
"91475333578602",
"91475322540985",
"91475323542107",
"91475337158550",
"91475321133911",
"91475324079858",
"91475324345563",
"91475327010928",
"91475326606414"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334024509"
],
"description": "Commander Stetmann Level 3",
"flags": 65538,
"id": "91475321624165",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Stetmann Level 3",
"uiOrderHint": 319
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475329078895"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475325207900"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475329078895",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 7",
"uiOrderHint": 56
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475331918357"
],
"description": "Commander Mastery Level 24",
"flags": 2,
"id": "91475335365567",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 24",
"uiOrderHint": 26
},
{
"categoryId": "4364797",
"chainAchievementIds": [
"91475334420090"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475331661843"
],
"description": "MengskVoicePackPurchase",
"flags": 2,
"id": "91475334420090",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "MengskVoicePackPurchase",
"uiOrderHint": 31
},
{
"categoryId": "4389120",
"chainAchievementIds": [
"91475035554551"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Harbinger of Oblivion\" mission before Kerrigan loses more than 3 Hives on Normal difficulty.",
"flags": 0,
"id": "91475035554551",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-38.jpg",
"isChained": false,
"points": 10,
"title": "Hive Five",
"uiOrderHint": 8
},
{
"categoryId": "3211316",
"chainAchievementIds": [
"91475035554753"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555784"
],
"description": "Deal 500,000 damage with Brutalisks or Leviathans in Co-op Missions.",
"flags": 256,
"id": "91475035554753",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-19.jpg",
"isChained": false,
"points": 10,
"title": "Big Game",
"uiOrderHint": 2
},
{
"categoryId": "4346194",
"chainAchievementIds": [
"91475322934917"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase the Casters Invitational portrait for this caster.",
"flags": 2,
"id": "91475322934917",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Casters Invitational",
"uiOrderHint": 13
},
{
"categoryId": "4325401",
"chainAchievementIds": [
"91475035553854"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Score the rank of Bronze in the \"Path of Ascension\" challenge mission.",
"flags": 0,
"id": "91475035553854",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-60.jpg",
"isChained": false,
"points": 10,
"title": "Path of Ascension: Bronze",
"uiOrderHint": 3
},
{
"categoryId": "3211275",
"chainAchievementIds": [
"91475035553817"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553824"
],
"description": "Kill 15 enemy units with a single Nuke in an Unranked or Ranked game.",
"flags": 2304,
"id": "91475035553817",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-18.jpg",
"isChained": false,
"points": 10,
"title": "Nuclear Launch Detected",
"uiOrderHint": 6
},
{
"categoryId": "4345039",
"chainAchievementIds": [
"91475035554757"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy all zerg structures in the \"Flashpoint\" mission on Normal difficulty or higher.",
"flags": 0,
"id": "91475035554757",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-35.jpg",
"isChained": false,
"points": 10,
"title": "No Half Measures",
"uiOrderHint": 23
},
{
"categoryId": "4345039",
"chainAchievementIds": [
"91475035554758"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555792"
],
"description": "Destroy 75 enemy zerg units and structures with nuclear strikes in the \"Flashpoint\" mission.",
"flags": 256,
"id": "91475035554758",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-37.jpg",
"isChained": false,
"points": 10,
"title": "The Nuclear Option",
"uiOrderHint": 22
},
{
"categoryId": "4346194",
"chainAchievementIds": [
"91475322500769"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "Purchase the Casters Invitational portrait for this caster.",
"flags": 2,
"id": "91475322500769",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Casters Invitational",
"uiOrderHint": 15
},
{
"categoryId": "3211312",
"chainAchievementIds": [
"91475035554673"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555434"
],
"description": "Your ally deals 10,000 damage while Zagara's Mass Frenzy is activated in Co-op Missions.",
"flags": 256,
"id": "91475035554673",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-76.jpg",
"isChained": false,
"points": 10,
"title": "Mass Frenzy",
"uiOrderHint": 3
},
{
"categoryId": "4345039",
"chainAchievementIds": [
"91475035554759"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Flashpoint\" mission in Nova: Covert Ops.",
"flags": 0,
"id": "91475035554759",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-34.jpg",
"isChained": false,
"points": 10,
"title": "Flashpoint",
"uiOrderHint": 21
},
{
"categoryId": "4359061",
"chainAchievementIds": [
"91475331841770",
"91475328038632",
"91475321918342",
"91475329948094",
"91475324360361",
"91475330450355"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332651932"
],
"description": "Complete 100 weekly Mutation challenge missions on Brutal difficulty.",
"flags": 256,
"id": "91475324360361",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-5.jpg",
"isChained": true,
"points": 10,
"title": "Mutation Brutal: 100",
"uiOrderHint": 22
},
{
"categoryId": "4359061",
"chainAchievementIds": [
"91475331841770",
"91475328038632",
"91475321918342",
"91475329948094",
"91475324360361",
"91475330450355"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475323386736"
],
"description": "Complete 10 weekly Mutation challenge missions on Brutal difficulty.",
"flags": 256,
"id": "91475331841770",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-1.jpg",
"isChained": true,
"points": 10,
"title": "Mutation Brutal: 10",
"uiOrderHint": 18
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475330935154",
"91475324352805",
"91475323633358",
"91475332102990",
"91475322542287",
"91475333308268",
"91475331454285",
"91475325277874",
"91475327594839",
"91475327523435",
"91475321729776",
"91475330066312",
"91475332211678",
"91475321384231"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475326489876"
],
"description": "Commander Dehaka Level 9",
"flags": 65538,
"id": "91475325277874",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Dehaka Level 9",
"uiOrderHint": 283
},
{
"categoryId": "4364797",
"chainAchievementIds": [
"91475335575223"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "StetmannVoicePackPurchase",
"flags": 2,
"id": "91475335575223",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "StetmannVoicePackPurchase",
"uiOrderHint": 25
},
{
"categoryId": "3211308",
"chainAchievementIds": [
"91475035554401"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Infested\" mission before the Dominion Gas the Platform a 3rd time on Hard difficulty.",
"flags": 0,
"id": "91475035554401",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/4-57.jpg",
"isChained": false,
"points": 10,
"title": "Once, Twice, Three Times Malady",
"uiOrderHint": 12
},
{
"categoryId": "4345039",
"chainAchievementIds": [
"91475035554764"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Trouble in Paradise\" mission without letting the Tal'darim Mothership fully power up on Hard difficulty or higher.",
"flags": 0,
"id": "91475035554764",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-38.jpg",
"isChained": false,
"points": 10,
"title": "What Mothership?",
"uiOrderHint": 16
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475323655878"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332797583"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475323655878",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 8",
"uiOrderHint": 40
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475335059143"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475331966258"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475335059143",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 10",
"uiOrderHint": 59
},
{
"categoryId": "4345039",
"chainAchievementIds": [
"91475035554765"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Prevent the Defenders of Man from losing more than 20 structures in the \"Trouble in Paradise\" mission on Normal difficulty or higher.",
"flags": 0,
"id": "91475035554765",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-29.jpg",
"isChained": false,
"points": 10,
"title": "Paradise Not Lost",
"uiOrderHint": 15
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475332752110",
"91475322601809",
"91475324809790"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334411905"
],
"description": "HornerPrestige2",
"flags": 2,
"id": "91475322601809",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "HornerPrestige2",
"uiOrderHint": 19
},
{
"categoryId": "4345039",
"chainAchievementIds": [
"91475035554767"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Trouble in Paradise\" mission in Nova: Covert Ops.",
"flags": 0,
"id": "91475035554767",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-28.jpg",
"isChained": false,
"points": 10,
"title": "Trouble in Paradise",
"uiOrderHint": 13
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475326809821"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475323909889"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475326809821",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 15",
"uiOrderHint": 99
},
{
"categoryId": "4364154",
"chainAchievementIds": [
"91475324311264"
],
"chainRewardSize": 3,
"criteriaIds": [],
"description": "Win a weekly Mutator challenge.",
"flags": 0,
"id": "91475324311264",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": false,
"points": 10,
"title": "Evolution Complete",
"uiOrderHint": 6
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330242630"
],
"description": "Commander Mastery Level 44",
"flags": 2,
"id": "91475323819745",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 44",
"uiOrderHint": 46
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475335195978"
],
"description": "Commander Mastery Level 41",
"flags": 2,
"id": "91475332511460",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 41",
"uiOrderHint": 43
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475324090085"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "Purchase all of the StarCraft II: Nova Covert Ops Mission Packs.",
"flags": 4,
"id": "91475324090085",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-58.jpg",
"isChained": false,
"points": 0,
"title": "Super Nova",
"uiOrderHint": 136
},
{
"categoryId": "4359061",
"chainAchievementIds": [
"91475331841770",
"91475328038632",
"91475321918342",
"91475329948094",
"91475324360361",
"91475330450355"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475321017594"
],
"description": "Complete 25 weekly Mutation challenge missions on Brutal difficulty.",
"flags": 256,
"id": "91475328038632",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-2.jpg",
"isChained": true,
"points": 10,
"title": "Mutation Brutal: 25",
"uiOrderHint": 19
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475328268016"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475328887432"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475328268016",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 11",
"uiOrderHint": 43
},
{
"categoryId": "3211317",
"chainAchievementIds": [
"91475035554772"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555822"
],
"description": "Deal 100,000 damage with Alarak while he is empowered.",
"flags": 256,
"id": "91475035554772",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-54.jpg",
"isChained": false,
"points": 10,
"title": "Power Play",
"uiOrderHint": 0
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475334346485"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475323064182"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475334346485",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 4",
"uiOrderHint": 20
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475321411323"
],
"chainRewardSize": 2,
"criteriaIds": [],
"description": "Purchase the Infested Admiral Stukov Co-op Commander.",
"flags": 4,
"id": "91475321411323",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-12.jpg",
"isChained": false,
"points": 0,
"title": "Infested Admiral Commander",
"uiOrderHint": 150
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475328579332"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475332120869"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475328579332",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 8",
"uiOrderHint": 57
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475322255109"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475333907127"
],
"description": "%userName% has reached the finals in a Gold tournament",
"flags": 49154,
"id": "91475322255109",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Gold Finals",
"uiOrderHint": 163
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475324281236",
"91475325026471",
"91475323778830"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475325281929"
],
"description": "Reach level 15 with Primal Pack Leader Dehaka in Co-op Missions.",
"flags": 0,
"id": "91475323778830",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-29.jpg",
"isChained": true,
"points": 10,
"title": "Dehaka: Level 15",
"uiOrderHint": 41
},
{
"categoryId": "3211318",
"chainAchievementIds": [
"91475035554777"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555830"
],
"description": "Deal 200,000 damage with Nova while she is in Stealth Mode.",
"flags": 256,
"id": "91475035554777",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-64.jpg",
"isChained": false,
"points": 10,
"title": "Cloak and Dagger",
"uiOrderHint": 0
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475322099474"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475322970577"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475322099474",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 5",
"uiOrderHint": 71
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475325376275"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334709355"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475325376275",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 11",
"uiOrderHint": 11
},
{
"categoryId": "3211318",
"chainAchievementIds": [
"91475035554778"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555831"
],
"description": "Deal 200,000 damage with Nova while she is in Assault Mode.",
"flags": 256,
"id": "91475035554778",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-65.jpg",
"isChained": false,
"points": 10,
"title": "Riding Shotgun",
"uiOrderHint": 1
},
{
"categoryId": "4353371",
"chainAchievementIds": [
"91475330365211",
"91475326768131",
"91475330769258",
"91475327997139",
"91475323695781",
"91475323946151",
"91475322354638",
"91475328864099"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475323339233"
],
"description": "Complete 10 missions on Normal difficulty in Co-op Missions.",
"flags": 256,
"id": "91475330365211",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-27.jpg",
"isChained": true,
"points": 10,
"title": "Normal: 10",
"uiOrderHint": 8
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475335631835"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324217743"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475335631835",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 3",
"uiOrderHint": 35
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475329833803",
"91475324114718",
"91475327749479"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475327700904"
],
"description": "Reach level 10 with Leader of the Heaven's Devils Tychus in Co-op Missions.",
"flags": 0,
"id": "91475324114718",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-75.jpg",
"isChained": true,
"points": 10,
"title": "Tychus: Level 10",
"uiOrderHint": 43
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475333780375",
"91475322640160",
"91475331662879",
"91475329304055",
"91475321069382",
"91475329449994",
"91475321050054",
"91475323708411",
"91475322016742",
"91475322899732",
"91475328465804",
"91475336234660",
"91475336785945",
"91475321775069"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475321276689"
],
"description": "Commander Tychus Level 3",
"flags": 65538,
"id": "91475322640160",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Tychus Level 3",
"uiOrderHint": 291
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475337516835"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475333001453"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475337516835",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 2",
"uiOrderHint": 84
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475321181992"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475332448561"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475321181992",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 14",
"uiOrderHint": 92
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475035554781"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475035555834",
"91475035555835",
"91475035555836",
"91475035555837"
],
"description": "Complete all the Commander Nova achievements.",
"flags": 0,
"id": "91475035554781",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-60.jpg",
"isChained": false,
"points": 20,
"title": "Dominion Agent",
"uiOrderHint": 11
},
{
"categoryId": "4364797",
"chainAchievementIds": [
"91475326924588"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "JeonVoicePackPurchase",
"flags": 2,
"id": "91475326924588",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "JeonVoicePackPurchase",
"uiOrderHint": 27
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475325568242",
"91475323126750",
"91475332667413"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324402728"
],
"description": "Reach level 10 with Phase-Smith Karax in Co-op Missions.",
"flags": 0,
"id": "91475323126750",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-26.jpg",
"isChained": true,
"points": 10,
"title": "Karax: Level 10",
"uiOrderHint": 19
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475333076786"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475328093356"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475333076786",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 12",
"uiOrderHint": 61
},
{
"categoryId": "4345039",
"chainAchievementIds": [
"91475035554783"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555839"
],
"description": "Destroy 300 enemy units with Gorgons in the \"Dark Skies\" mission.",
"flags": 256,
"id": "91475035554783",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-74.jpg",
"isChained": false,
"points": 10,
"title": "Until Death Fleet We Part",
"uiOrderHint": 30
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475331340088"
],
"chainRewardSize": 4,
"criteriaIds": [
"91475330625090"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475331340088",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 10",
"uiOrderHint": 26
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336653571"
],
"description": "Commander Mastery Level 18",
"flags": 2,
"id": "91475330701113",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 18",
"uiOrderHint": 20
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475330258755"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475331908199"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475330258755",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 4",
"uiOrderHint": 36
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475327423141"
],
"description": "Commander Mastery Level 70",
"flags": 2,
"id": "91475336591178",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 70",
"uiOrderHint": 72
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475336828747"
],
"chainRewardSize": 3,
"criteriaIds": [
"91475334744047"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475336828747",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 15",
"uiOrderHint": 31
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475329881936"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475324770594"
],
"description": "Play a game during StarCraft II's 8th anniversary celebration.",
"flags": 4,
"id": "91475329881936",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/8-22.jpg",
"isChained": false,
"points": 0,
"title": "The Infin-8 Cycle",
"uiOrderHint": 173
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475323746130"
],
"chainRewardSize": 2,
"criteriaIds": [
"91475328741442"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475323746130",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 10",
"uiOrderHint": 10
},
{
"categoryId": "4345039",
"chainAchievementIds": [
"91475035554788"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555844"
],
"description": "Use enemy units under the effect of Domination to destroy 20 other enemy units in the \"In the Enemy's Shadow\" mission.",
"flags": 256,
"id": "91475035554788",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-71.jpg",
"isChained": false,
"points": 10,
"title": "I'm With Her",
"uiOrderHint": 26
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475326949209"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475324417626"
],
"description": "Acquired through the Katowice 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475326949209",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 7",
"uiOrderHint": 70
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322424642"
],
"description": "Commander Mastery Level 14",
"flags": 2,
"id": "91475329570657",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 14",
"uiOrderHint": 16
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475323311973"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475324549442"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475323311973",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 1",
"uiOrderHint": 49
},
{
"categoryId": "4346194",
"chainAchievementIds": [
"91475335460710"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "Purchase the Casters Invitational portrait for this caster.",
"flags": 2,
"id": "91475335460710",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Casters Invitational",
"uiOrderHint": 21
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475337434987"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475336419866"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475337434987",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 9",
"uiOrderHint": 58
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475334165341",
"91475336109372",
"91475324298548",
"91475333837254",
"91475326877418",
"91475325714881",
"91475329850101",
"91475332974241",
"91475326990194",
"91475334502460",
"91475327728729",
"91475331215777",
"91475326748926",
"91475334052473"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475333117288"
],
"description": "Commander Kerrigan Level 10",
"flags": 65538,
"id": "91475326990194",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Kerrigan Level 10",
"uiOrderHint": 144
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475335739253"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase the Nation Wars V Chile portrait.",
"flags": 2,
"id": "91475335739253",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Nation Wars V Chile",
"uiOrderHint": 202
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475336371133",
"91475328734338",
"91475320797573",
"91475332633578",
"91475335049594",
"91475335093676",
"91475323645440",
"91475329700381",
"91475323526427",
"91475322006573",
"91475322391055",
"91475334010833",
"91475330728370",
"91475336005730"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475335197252"
],
"description": "Commander Fenix Level 5",
"flags": 65538,
"id": "91475332633578",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Fenix Level 5",
"uiOrderHint": 265
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475329767292"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase the Nation Wars V Brazil portrait.",
"flags": 2,
"id": "91475329767292",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Nation Wars V Brazil",
"uiOrderHint": 181
},
{
"categoryId": "4364473",
"chainAchievementIds": [
"91475035554795"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555853",
"91475035555854"
],
"description": "Complete all Bonus Objectives in Chapter 3 of Nova Covert Ops missions.",
"flags": 0,
"id": "91475035554795",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-79.jpg",
"isChained": false,
"points": 10,
"title": "Nova Covert Ops - Chapter 3 Bonus Objectives",
"uiOrderHint": 8
},
{
"categoryId": "4353371",
"chainAchievementIds": [
"91475326410893",
"91475326821551",
"91475334286067",
"91475322971092",
"91475334812772",
"91475337246592",
"91475320835372",
"91475325888028"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475325437504"
],
"description": "Complete 150 missions on Casual difficulty in Co-op Missions.",
"flags": 256,
"id": "91475337246592",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-26.jpg",
"isChained": true,
"points": 10,
"title": "Casual: 150",
"uiOrderHint": 5
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475335468929"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase the Nation Wars V Sweden portrait.",
"flags": 2,
"id": "91475335468929",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Nation Wars V Sweden",
"uiOrderHint": 210
},
{
"categoryId": "4325410",
"chainAchievementIds": [
"91475035554135"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035554520",
"91475035555027",
"91475035554519",
"91475035554521",
"91475035554522",
"91475035554523",
"91475035554524"
],
"description": "Complete all the Space mission achievements.",
"flags": 0,
"id": "91475035554135",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/3-62.jpg",
"isChained": false,
"points": 20,
"title": "Deep Space Missions",
"uiOrderHint": 7
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475329382291"
],
"chainRewardSize": 5,
"criteriaIds": [
"91475324998240"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475329382291",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran War Chest",
"uiOrderHint": 16
},
{
"categoryId": "3211319",
"chainAchievementIds": [
"91475035554799"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555868"
],
"description": "Deal 100,000 damage with the Aleksander in Co-op Missions.",
"flags": 256,
"id": "91475035554799",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-9.jpg",
"isChained": false,
"points": 10,
"title": "The Stukov Maneuver",
"uiOrderHint": 2
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475330267030"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475332576527"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475330267030",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 13",
"uiOrderHint": 61
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475337087173",
"91475333694174",
"91475325996975",
"91475332203963",
"91475329583038",
"91475337088558",
"91475331011811",
"91475329262675",
"91475334318511",
"91475334882052",
"91475323901850",
"91475323437004",
"91475336459662",
"91475335089384"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475323208961"
],
"description": "Commander Vorazun Level 12",
"flags": 65538,
"id": "91475323901850",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Vorazun Level 12",
"uiOrderHint": 202
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475322935195"
],
"chainRewardSize": 8,
"criteriaIds": [],
"description": "Reward for participating in the Katowice 2019 War Chest.",
"flags": 4,
"id": "91475322935195",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-14.jpg",
"isChained": false,
"points": 0,
"title": "Katowice 2019 War Chest Ally",
"uiOrderHint": 226
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475035554801"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475035555870",
"91475035555871",
"91475035555872",
"91475035555873"
],
"description": "Complete all the Commander Stukov achievements.",
"flags": 0,
"id": "91475035554801",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-11.jpg",
"isChained": false,
"points": 20,
"title": "Monster Mash",
"uiOrderHint": 12
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475334649770"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase the Nation Wars V Chinese Taipei portrait.",
"flags": 2,
"id": "91475334649770",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Nation Wars V Chinese Taipei",
"uiOrderHint": 184
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475322869676"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475333669962"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475322869676",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 9",
"uiOrderHint": 25
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475331684272"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475324018300"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475331684272",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 11",
"uiOrderHint": 77
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475325941076",
"91475328415671",
"91475329189924"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336054250"
],
"description": "FenixPrestige2",
"flags": 2,
"id": "91475328415671",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "FenixPrestige2",
"uiOrderHint": 16
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475320879037"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475321994244"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475320879037",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 14",
"uiOrderHint": 46
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475323346593"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475329787091"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475323346593",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss War Chest",
"uiOrderHint": 0
},
{
"categoryId": "3211321",
"chainAchievementIds": [
"91475035554807"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555882"
],
"description": "Deal 800,000 damage with Dehaka in Co-op Missions.",
"flags": 256,
"id": "91475035554807",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-22.jpg",
"isChained": false,
"points": 10,
"title": "Smashy Smashy",
"uiOrderHint": 0
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475336371133",
"91475328734338",
"91475320797573",
"91475332633578",
"91475335049594",
"91475335093676",
"91475323645440",
"91475329700381",
"91475323526427",
"91475322006573",
"91475322391055",
"91475334010833",
"91475330728370",
"91475336005730"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475333482018"
],
"description": "Commander Fenix Level 13",
"flags": 65538,
"id": "91475334010833",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Fenix Level 13",
"uiOrderHint": 273
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475337265354"
],
"description": "Commander Mastery Level 6",
"flags": 2,
"id": "91475328817114",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 6",
"uiOrderHint": 8
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475336307707"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475323044155"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475336307707",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 4",
"uiOrderHint": 70
},
{
"categoryId": "3211306",
"chainAchievementIds": [
"91475035554138"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy 3 Augustgrad Gates before the 5th Bile Launcher lands in the \"Planetfall\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035554138",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/3-65.jpg",
"isChained": false,
"points": 10,
"title": "Death Start",
"uiOrderHint": 2
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475332995046"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332888201"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475332995046",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 1",
"uiOrderHint": 1
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475325035850",
"91475323293624",
"91475336337384",
"91475322653279",
"91475330804320",
"91475335577182",
"91475323060092",
"91475335519300",
"91475332973202",
"91475321644004",
"91475329755130",
"91475325212654",
"91475337204708",
"91475333648460"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330985843"
],
"description": "Commander Stukov Level 4",
"flags": 65538,
"id": "91475336337384",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Stukov Level 4",
"uiOrderHint": 166
},
{
"categoryId": "3211322",
"chainAchievementIds": [
"91475035554813"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555891"
],
"description": "Detonate 5,000 Magnetic Mines.",
"flags": 256,
"id": "91475035554813",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-57.jpg",
"isChained": false,
"points": 10,
"title": "Did It Work?",
"uiOrderHint": 1
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475325035850",
"91475323293624",
"91475336337384",
"91475322653279",
"91475330804320",
"91475335577182",
"91475323060092",
"91475335519300",
"91475332973202",
"91475321644004",
"91475329755130",
"91475325212654",
"91475337204708",
"91475333648460"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336057399"
],
"description": "Commander Stukov Level 13",
"flags": 65538,
"id": "91475325212654",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Stukov Level 13",
"uiOrderHint": 175
},
{
"categoryId": "3211322",
"chainAchievementIds": [
"91475035554814"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555892"
],
"description": "Deal 800,000 combined damage with Call in the Fleet and Space Station Reallocation.",
"flags": 256,
"id": "91475035554814",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-58.jpg",
"isChained": false,
"points": 10,
"title": "Till Death Do Them Part",
"uiOrderHint": 2
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475333961713"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475334745960"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475333961713",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss War Chest",
"uiOrderHint": 82
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475327391738"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475323354559"
],
"description": "Acquired through the Katowice 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475327391738",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 6",
"uiOrderHint": 54
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475331446782"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475321616810"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475331446782",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 4",
"uiOrderHint": 36
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475328022531"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase the Nation Wars V Netherlands portrait.",
"flags": 2,
"id": "91475328022531",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Nation Wars V Netherlands",
"uiOrderHint": 190
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475321808117",
"91475334494212",
"91475321491629"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329269274"
],
"description": "StetmannPrestige2",
"flags": 2,
"id": "91475334494212",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "StetmannPrestige2",
"uiOrderHint": 34
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475332200455"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase the Phase-Smith Karax Co-op Commander.",
"flags": 4,
"id": "91475332200455",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-57.jpg",
"isChained": false,
"points": 0,
"title": "Phase-Smith Commander",
"uiOrderHint": 130
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475335346187"
],
"chainRewardSize": 4,
"criteriaIds": [],
"description": "Purchase the Nation Wars V item bundle.",
"flags": 2,
"id": "91475335346187",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Nation Wars V Complete Bundle (Part 1)",
"uiOrderHint": 198
},
{
"categoryId": "3211323",
"chainAchievementIds": [
"91475035554819"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555908"
],
"description": "Heal 50,000 life on allied units in Co-op Missions.",
"flags": 256,
"id": "91475035554819",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-80.jpg",
"isChained": false,
"points": 10,
"title": "Out-Of-Network Coverage",
"uiOrderHint": 1
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475325568242",
"91475323126750",
"91475332667413"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324387018"
],
"description": "Reach level 15 with Phase-Smith Karax in Co-op Missions.",
"flags": 0,
"id": "91475332667413",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-27.jpg",
"isChained": true,
"points": 10,
"title": "Karax: Level 15",
"uiOrderHint": 20
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475332700182"
],
"chainRewardSize": 2,
"criteriaIds": [
"91475323884848"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475332700182",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg War Chest",
"uiOrderHint": 32
},
{
"categoryId": "3211323",
"chainAchievementIds": [
"91475035554821"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase 5 pieces of ultimate gear by 20 minutes on Hard difficulty.",
"flags": 0,
"id": "91475035554821",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-78.jpg",
"isChained": false,
"points": 10,
"title": "Buy Buy Buy (Buy Buy)",
"uiOrderHint": 3
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475327137818"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475330427734"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475327137818",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 14",
"uiOrderHint": 14
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475321888566"
],
"description": "Commander Mastery Level 7",
"flags": 2,
"id": "91475328669723",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 7",
"uiOrderHint": 9
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475320792422",
"91475337140255",
"91475323687480"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475323000702"
],
"description": "RaynorPrestige2",
"flags": 2,
"id": "91475337140255",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "RaynorPrestige2",
"uiOrderHint": 1
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475321321507"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336618726"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475321321507",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Free Tier 4",
"uiOrderHint": 97
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475335125029"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase the Nation Wars V Russia portrait.",
"flags": 2,
"id": "91475335125029",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Nation Wars V Russia",
"uiOrderHint": 193
},
{
"categoryId": "4346194",
"chainAchievementIds": [
"91475322542124"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "Purchase the Casters Invitational portrait for this caster.",
"flags": 2,
"id": "91475322542124",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Casters Invitational",
"uiOrderHint": 10
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475332708400"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330395570"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475332708400",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 6",
"uiOrderHint": 6
},
{
"categoryId": "3211324",
"chainAchievementIds": [
"91475035554825"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555917"
],
"description": "Deal 2,000 damage with the Xel'Naga Abrogator's Cluster Novas.",
"flags": 0,
"id": "91475035554825",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-12.jpg",
"isChained": false,
"points": 10,
"title": "Bank Shot, Pocket Natural",
"uiOrderHint": 2
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767755",
"91475320767624",
"91475320767623",
"91475320767626",
"91475320767632",
"91475320767634",
"91475320767636",
"91475320767638",
"91475320767640",
"91475320767642",
"91475320767644",
"91475320767646",
"91475320767648",
"91475320767650",
"91475320767652",
"91475320767654",
"91475320767656",
"91475320767659",
"91475320767661",
"91475320767663",
"91475320768521",
"91475320768523",
"91475320768525",
"91475320768527",
"91475320768529",
"91475320768531",
"91475320768533",
"91475320768535",
"91475320768537",
"91475320768539",
"91475320768591",
"91475320768592",
"91475320768593",
"91475320768594",
"91475320768595",
"91475334478743",
"91475334364592",
"91475324415927",
"91475323611786",
"91475323968940",
"91475321274038",
"91475324500023",
"91475337351852",
"91475322389556",
"91475323198050",
"91475331460172",
"91475334302191",
"91475331363444",
"91475325435422",
"91475325691525"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475326715710"
],
"description": "Reach Protoss Level 42",
"flags": 258,
"id": "91475324500023",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Protoss Level 42",
"uiOrderHint": 45
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475327064120"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475322213626"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475327064120",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 5",
"uiOrderHint": 21
},
{
"categoryId": "3211306",
"chainAchievementIds": [
"91475035554141"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Don't let Dehaka die while destroying a Power Link in the \"Death From Above\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035554141",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/3-68.jpg",
"isChained": false,
"points": 10,
"title": "Apex Predator",
"uiOrderHint": 5
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475326400571"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475328874532"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475326400571",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 14",
"uiOrderHint": 30
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475334165341",
"91475336109372",
"91475324298548",
"91475333837254",
"91475326877418",
"91475325714881",
"91475329850101",
"91475332974241",
"91475326990194",
"91475334502460",
"91475327728729",
"91475331215777",
"91475326748926",
"91475334052473"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329645644"
],
"description": "Commander Kerrigan Level 11",
"flags": 65538,
"id": "91475334502460",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Kerrigan Level 11",
"uiOrderHint": 145
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475329771873"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475336166302"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475329771873",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 7",
"uiOrderHint": 89
},
{
"categoryId": "3211325",
"chainAchievementIds": [
"91475035554828"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555923"
],
"description": "Use Gary's Stetellite Overcharge to overload 2,500 allied units.",
"flags": 256,
"id": "91475035554828",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-25.jpg",
"isChained": false,
"points": 10,
"title": "X.O.X.O.",
"uiOrderHint": 0
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475331577281",
"91475331840792",
"91475323803719"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324271895"
],
"description": "Reach Level 15 with Han and Horner in Co-op Missions.",
"flags": 0,
"id": "91475323803719",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-55.jpg",
"isChained": true,
"points": 10,
"title": "Horner: Level 15",
"uiOrderHint": 38
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767751",
"91475320767618",
"91475320767617",
"91475320767630",
"91475320767685",
"91475320767687",
"91475320767689",
"91475320767691",
"91475320767693",
"91475320767695",
"91475320767697",
"91475320767699",
"91475320767701",
"91475320767703",
"91475320767705",
"91475320767707",
"91475320767709",
"91475320767711",
"91475320767713",
"91475320767716",
"91475320768561",
"91475320768563",
"91475320768565",
"91475320768567",
"91475320768569",
"91475320768571",
"91475320768573",
"91475320768575",
"91475320768577",
"91475320768579",
"91475320768601",
"91475320768602",
"91475320768603",
"91475320768604",
"91475320768605",
"91475326412471",
"91475336476745",
"91475332712853",
"91475321522205",
"91475332439472",
"91475337382241",
"91475331911298",
"91475323673651",
"91475321164165",
"91475327887336",
"91475321224922",
"91475337272825",
"91475337224428",
"91475336104367",
"91475327723892"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475320877350"
],
"description": "Reach Zerg Level 37",
"flags": 258,
"id": "91475336476745",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Zerg Level 37",
"uiOrderHint": 140
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475335936081"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475333863752"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475335936081",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg War Chest",
"uiOrderHint": 49
},
{
"categoryId": "3211325",
"chainAchievementIds": [
"91475035554831"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555926"
],
"description": "Deploy 30 Stetellites by 10 minutes on Hard difficulty.",
"flags": 256,
"id": "91475035554831",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-28.jpg",
"isChained": false,
"points": 10,
"title": "Beep Beep Little Stetellite",
"uiOrderHint": 3
},
{
"categoryId": "4359061",
"chainAchievementIds": [
"91475334209573",
"91475321074619",
"91475333486680",
"91475335458332",
"91475331643306",
"91475324750740"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475323751889"
],
"description": "Complete 50 weekly Mutation challenge missions on Normal difficulty.",
"flags": 256,
"id": "91475333486680",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-72.jpg",
"isChained": true,
"points": 10,
"title": "Mutation Normal: 50",
"uiOrderHint": 8
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475324069500",
"91475325812187",
"91475324263228",
"91475329888941",
"91475321279266",
"91475323725022",
"91475327277151",
"91475336070866",
"91475324810056",
"91475321007776",
"91475330070046",
"91475333563410",
"91475335376759",
"91475326305278"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475321057256"
],
"description": "Commander Mengsk Level 8",
"flags": 65538,
"id": "91475327277151",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mengsk Level 8",
"uiOrderHint": 338
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475322591331"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475324080422"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475322591331",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 11",
"uiOrderHint": 77
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475323648102"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475327779800"
],
"description": "Acquired through the Katowice 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475323648102",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 1",
"uiOrderHint": 64
},
{
"categoryId": "3211326",
"chainAchievementIds": [
"91475035554834"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555932"
],
"description": "Kill 2000 enemy units in total with Contaminated Strike, Dogs of War, and Nuclear Annihilation.",
"flags": 256,
"id": "91475035554834",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-40.jpg",
"isChained": false,
"points": 10,
"title": "I Am the Law",
"uiOrderHint": 1
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475332069483"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475333542563"
],
"description": "Acquired by purchasing ticket for BlizzCon 2019, or through purchase when available.",
"flags": 2,
"id": "91475332069483",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-30.jpg",
"isChained": false,
"points": 0,
"title": "BlizzConqueror 2019",
"uiOrderHint": 246
},
{
"categoryId": "3211326",
"chainAchievementIds": [
"91475035554835"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555933"
],
"description": "Deal 200,000 damage with Earthsplitter Ordnance bombardments.",
"flags": 256,
"id": "91475035554835",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-41.jpg",
"isChained": false,
"points": 10,
"title": "Earthbroken",
"uiOrderHint": 2
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475324450926"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475331705514"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475324450926",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 10",
"uiOrderHint": 88
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475035554837"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475035555936",
"91475035555939",
"91475035555937",
"91475035555938"
],
"description": "Complete all the Commander Mengsk achievements.",
"flags": 0,
"id": "91475035554837",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-43.jpg",
"isChained": false,
"points": 20,
"title": "I Am the One Who Nukes",
"uiOrderHint": 19
},
{
"categoryId": "4358245",
"chainAchievementIds": [
"91475035554838"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy all Zerg structures in the \"The Evacuation\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035554838",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-44.jpg",
"isChained": false,
"points": 10,
"title": "The Great Purge",
"uiOrderHint": 3
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475335485576"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475326703298"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475335485576",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 5",
"uiOrderHint": 21
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475334248585"
],
"chainRewardSize": 2,
"criteriaIds": [
"91475337517691"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475334248585",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Free Tier 8",
"uiOrderHint": 108
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475321435484",
"91475322968204",
"91475334881061",
"91475327216812",
"91475334643221",
"91475321604827",
"91475325026838",
"91475328024818",
"91475322804537",
"91475328942189",
"91475327409252",
"91475325236409",
"91475330161255",
"91475335925171"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475326311751"
],
"description": "Commander Artanis Level 3",
"flags": 65538,
"id": "91475322968204",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Artanis Level 3",
"uiOrderHint": 179
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475320821905"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475320841986"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475320821905",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 8",
"uiOrderHint": 56
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475327779726",
"91475323492792",
"91475336345747"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475333290000"
],
"description": "Reach level 15 with Egon Stetmann in Co-op Missions.",
"flags": 0,
"id": "91475336345747",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-24.jpg",
"isChained": true,
"points": 10,
"title": "Stetmann: Level 15",
"uiOrderHint": 50
},
{
"categoryId": "3211306",
"chainAchievementIds": [
"91475035554144"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete \"The Reckoning\" mission in less than 25 minutes on Normal difficulty.",
"flags": 0,
"id": "91475035554144",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/3-71.jpg",
"isChained": false,
"points": 10,
"title": "Zerg Rush",
"uiOrderHint": 8
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475331520664"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475328375417"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475331520664",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 15",
"uiOrderHint": 65
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475320813724"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475334657662"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475320813724",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 15",
"uiOrderHint": 64
},
{
"categoryId": "4358245",
"chainAchievementIds": [
"91475035554843"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy Orlan's Mercenary Fortress in the \"Cutthroat\" mission before Han's mercenaries are hired on Normal difficulty.",
"flags": 0,
"id": "91475035554843",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-44.jpg",
"isChained": false,
"points": 10,
"title": "I'll Do It Myself",
"uiOrderHint": 17
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322146808",
"91475327543280",
"91475325976923",
"91475323748689",
"91475330205972",
"91475325844139",
"91475335610674",
"91475321838015",
"91475330824705",
"91475334773121",
"91475331663734",
"91475325886303",
"91475332225196",
"91475327017102"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324157404"
],
"description": "Commander Nova Level 14",
"flags": 65538,
"id": "91475332225196",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Nova Level 14",
"uiOrderHint": 260
},
{
"categoryId": "4346194",
"chainAchievementIds": [
"91475325335923"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "Purchase the Casters Invitational portrait for this caster.",
"flags": 2,
"id": "91475325335923",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Casters Invitational",
"uiOrderHint": 24
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475333429423"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475327764279"
],
"description": "Play a game of Starcraft II while in a party.",
"flags": 4,
"id": "91475333429423",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-34.jpg",
"isChained": false,
"points": 0,
"title": "Pool Party",
"uiOrderHint": 109
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475334575890",
"91475330361543",
"91475332205471",
"91475337042099"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Gain 650 \"Co-op Missions\" achievement points.",
"flags": 2,
"id": "91475337042099",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/15-23.jpg",
"isChained": true,
"points": 0,
"title": "Co-op Missions Gold",
"uiOrderHint": 3
},
{
"categoryId": "4358245",
"chainAchievementIds": [
"91475035554847"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy all 6 Dominion Holoboards in the \"Liberation Day\" mission in less than 3 minutes on Normal difficulty.",
"flags": 0,
"id": "91475035554847",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-44.jpg",
"isChained": false,
"points": 10,
"title": "Quick Sign Off",
"uiOrderHint": 0
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475323508923"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475324307853"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475323508923",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 2",
"uiOrderHint": 68
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475326294212"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475325049697"
],
"description": "Acquired through the Katowice 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475326294212",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 8",
"uiOrderHint": 71
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475334810732",
"91475321624165",
"91475321693949",
"91475336007488",
"91475327373594",
"91475333578602",
"91475322540985",
"91475323542107",
"91475337158550",
"91475321133911",
"91475324079858",
"91475324345563",
"91475327010928",
"91475326606414"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475321821979"
],
"description": "Commander Stetmann Level 9",
"flags": 65538,
"id": "91475323542107",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Stetmann Level 9",
"uiOrderHint": 325
},
{
"categoryId": "4359061",
"chainAchievementIds": [
"91475334973146",
"91475327455626",
"91475331008584",
"91475333442365",
"91475322711021",
"91475336385034",
"91475337511070",
"91475321694378",
"91475326736584",
"91475321153537",
"91475328395720",
"91475332862127",
"91475327062782",
"91475337283146"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322229570"
],
"description": "Earn 50 bounty rewards in the weekly Mutation Challenge.",
"flags": 256,
"id": "91475326736584",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-15.jpg",
"isChained": true,
"points": 10,
"title": "Bounty: 50",
"uiOrderHint": 32
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475332348105"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase the Nation Wars V Norway portrait.",
"flags": 2,
"id": "91475332348105",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Nation Wars V Norway",
"uiOrderHint": 191
},
{
"categoryId": "4325401",
"chainAchievementIds": [
"91475035553873"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Score the rank of Silver in the \"Opening Gambit\" challenge mission.",
"flags": 0,
"id": "91475035553873",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-79.jpg",
"isChained": false,
"points": 10,
"title": "Opening Gambit: Silver",
"uiOrderHint": 22
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475330935154",
"91475324352805",
"91475323633358",
"91475332102990",
"91475322542287",
"91475333308268",
"91475331454285",
"91475325277874",
"91475327594839",
"91475327523435",
"91475321729776",
"91475330066312",
"91475332211678",
"91475321384231"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475325533153"
],
"description": "Commander Dehaka Level 6",
"flags": 65538,
"id": "91475322542287",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Dehaka Level 6",
"uiOrderHint": 280
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475325649922",
"91475321783176",
"91475323026939",
"91475326885795",
"91475331915136",
"91475329586185",
"91475330075807",
"91475334710381",
"91475322081566",
"91475320776478",
"91475321996923",
"91475326659390",
"91475332718172",
"91475329431760"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475326406861"
],
"description": "Commander Alarak Level 15",
"flags": 65538,
"id": "91475329431760",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Alarak Level 15",
"uiOrderHint": 247
},
{
"categoryId": "4346194",
"chainAchievementIds": [
"91475330676945"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324653714"
],
"description": "Unlocked by watching 12 hours of IEM Katowice 2019 with a linked Blizzard account on Twitch.",
"flags": 2,
"id": "91475330676945",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "IEM Katowice 2019",
"uiOrderHint": 27
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475330119892"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475330607889"
],
"description": "Acquired by purchasing ticket for BlizzCon 2018, or through purchase when available.",
"flags": 2,
"id": "91475330119892",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-1.jpg",
"isChained": false,
"points": 0,
"title": "BlizzConqueror 2018",
"uiOrderHint": 219
},
{
"categoryId": "4326602",
"chainAchievementIds": [
"91475035554555"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Kill 120 units with Colossi in the \"For Aiur!\" mission.",
"flags": 0,
"id": "91475035554555",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-6.jpg",
"isChained": false,
"points": 10,
"title": "Shadow of the Colossus",
"uiOrderHint": 1
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475329808605"
],
"chainRewardSize": 3,
"criteriaIds": [
"91475330994434"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475329808605",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 15",
"uiOrderHint": 47
},
{
"categoryId": "4325401",
"chainAchievementIds": [
"91475035553874"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Score the rank of Gold in the \"Opening Gambit\" challenge mission.",
"flags": 0,
"id": "91475035553874",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-80.jpg",
"isChained": false,
"points": 10,
"title": "Opening Gambit: Gold",
"uiOrderHint": 23
},
{
"categoryId": "4353371",
"chainAchievementIds": [
"91475332369454",
"91475325478583",
"91475332741354",
"91475331870315",
"91475328131428",
"91475322969088",
"91475324050927",
"91475329056828"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475333032244"
],
"description": "Complete 50 missions on Brutal difficulty in Co-op Missions.",
"flags": 256,
"id": "91475332741354",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-41.jpg",
"isChained": true,
"points": 10,
"title": "Brutal: 50",
"uiOrderHint": 26
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475334374440"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336292343"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475334374440",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 11",
"uiOrderHint": 43
},
{
"categoryId": "4358245",
"chainAchievementIds": [
"91475035554857"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Supernova\" mission without building a unit from a Barracks or Factory on Normal difficulty.",
"flags": 0,
"id": "91475035554857",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-44.jpg",
"isChained": false,
"points": 10,
"title": "Aerial Superiority",
"uiOrderHint": 10
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475326998777"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475335780291"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475326998777",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 13",
"uiOrderHint": 29
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475329050964",
"91475322833851",
"91475329470676",
"91475325706792",
"91475323230709",
"91475334671083",
"91475331545339",
"91475335483250",
"91475334762647"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475328226274"
],
"description": "Reach Mastery Level 70 in Co-op Missions.",
"flags": 0,
"id": "91475331545339",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-61.jpg",
"isChained": true,
"points": 10,
"title": "Mastery: Level 70",
"uiOrderHint": 60
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330017329"
],
"description": "Commander Mastery Level 58",
"flags": 2,
"id": "91475327441154",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 58",
"uiOrderHint": 60
},
{
"categoryId": "4358245",
"chainAchievementIds": [
"91475035554860"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555962"
],
"description": "Kill 100 enemy units with Flaming Bettys in the \"Belly of the Beast\" mission on Normal difficulty.",
"flags": 256,
"id": "91475035554860",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-44.jpg",
"isChained": false,
"points": 10,
"title": "Bam-Ba-Lam",
"uiOrderHint": 26
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475321994086"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329988129"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475321994086",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 7",
"uiOrderHint": 39
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475321339238"
],
"description": "Commander Mastery Level 12",
"flags": 2,
"id": "91475337066764",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 12",
"uiOrderHint": 14
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475332086031"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475335545925"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475332086031",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 5",
"uiOrderHint": 68
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475334650132"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336938015"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475334650132",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 11",
"uiOrderHint": 11
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330269798"
],
"description": "Commander Mastery Level 50",
"flags": 2,
"id": "91475337289434",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 50",
"uiOrderHint": 52
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475325507866"
],
"chainRewardSize": 2,
"criteriaIds": [
"91475329941091"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475325507866",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Free Tier 3",
"uiOrderHint": 103
},
{
"categoryId": "4358245",
"chainAchievementIds": [
"91475035554864"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555966"
],
"description": "Kill 30 enemy units or structures with Dark Templar in the \"A Sinister Turn\" mission on Normal difficulty.",
"flags": 256,
"id": "91475035554864",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-44.jpg",
"isChained": false,
"points": 10,
"title": "The Way of the Nerazim",
"uiOrderHint": 22
},
{
"categoryId": "4364797",
"chainAchievementIds": [
"91475332413728"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475327089919"
],
"description": "SCBoyVoicePackPurchase",
"flags": 2,
"id": "91475332413728",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "SCBoyVoicePackPurchase",
"uiOrderHint": 15
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475332512033"
],
"chainRewardSize": 2,
"criteriaIds": [
"91475336386412"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475332512033",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss War Chest",
"uiOrderHint": 0
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475330935154",
"91475324352805",
"91475323633358",
"91475332102990",
"91475322542287",
"91475333308268",
"91475331454285",
"91475325277874",
"91475327594839",
"91475327523435",
"91475321729776",
"91475330066312",
"91475332211678",
"91475321384231"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475331137399"
],
"description": "Commander Dehaka Level 3",
"flags": 65538,
"id": "91475324352805",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Dehaka Level 3",
"uiOrderHint": 277
},
{
"categoryId": "3211298",
"chainAchievementIds": [
"91475035554149"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475035555042",
"91475035555040",
"91475035555041"
],
"description": "Complete the Zerus Missions in the Heart of the Swarm campaign.",
"flags": 0,
"id": "91475035554149",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/3-77.jpg",
"isChained": false,
"points": 10,
"title": "Zerus Missions",
"uiOrderHint": 3
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475332602156"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475326450591"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475332602156",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 8",
"uiOrderHint": 74
},
{
"categoryId": "4380267",
"chainAchievementIds": [
"91475035554867"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Cover 40% of the map in the \"Fire in the Sky\" mission with Creep on Normal difficulty.",
"flags": 0,
"id": "91475035554867",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-46.jpg",
"isChained": false,
"points": 10,
"title": "Full Coverage",
"uiOrderHint": 7
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475334986035"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322674044"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475334986035",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 11",
"uiOrderHint": 11
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475321435484",
"91475322968204",
"91475334881061",
"91475327216812",
"91475334643221",
"91475321604827",
"91475325026838",
"91475328024818",
"91475322804537",
"91475328942189",
"91475327409252",
"91475325236409",
"91475330161255",
"91475335925171"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475320923959"
],
"description": "Commander Artanis Level 10",
"flags": 65538,
"id": "91475322804537",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Artanis Level 10",
"uiOrderHint": 186
},
{
"categoryId": "4364797",
"chainAchievementIds": [
"91475328760126"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329917365"
],
"description": "TotalBiscuitVoicePackPurchase",
"flags": 2,
"id": "91475328760126",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "TotalBiscuitVoicePackPurchase",
"uiOrderHint": 8
},
{
"categoryId": "4325401",
"chainAchievementIds": [
"91475035553877"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Score the rank of Gold in the \"Rush Defense\" challenge mission.",
"flags": 0,
"id": "91475035553877",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-77.jpg",
"isChained": false,
"points": 10,
"title": "Rush Defense: Gold",
"uiOrderHint": 26
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475336083785"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475335691980"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475336083785",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 10",
"uiOrderHint": 76
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475325229393"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322052970"
],
"description": "%userName% has reached the finals in a Grand Master tournament",
"flags": 49154,
"id": "91475325229393",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Grand Master Finals",
"uiOrderHint": 167
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475336881210"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475328648522"
],
"description": "Acquired through the Katowice 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475336881210",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 11",
"uiOrderHint": 89
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475335158114"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475326297679"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475335158114",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 13",
"uiOrderHint": 13
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475336291145",
"91475322668947",
"91475337361763"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475321807242"
],
"description": "Reach level 15 with Rory Swann in Co-op Missions.",
"flags": 0,
"id": "91475337361763",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-14.jpg",
"isChained": true,
"points": 10,
"title": "Swann: Level 15",
"uiOrderHint": 5
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475334044016"
],
"chainRewardSize": 8,
"criteriaIds": [],
"description": "Reward for participating in the Katowice 2018 War Chest.",
"flags": 4,
"id": "91475334044016",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-65.jpg",
"isChained": false,
"points": 0,
"title": "Katowice 2018 War Chest Ally",
"uiOrderHint": 176
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475328620915"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330155302"
],
"description": "Play a game during StarCraft II’s 6th anniversary celebration. ",
"flags": 4,
"id": "91475328620915",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-70.jpg",
"isChained": false,
"points": 0,
"title": "Six Pools, Six Years",
"uiOrderHint": 139
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475321928052"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475335489669"
],
"description": "Acquired by purchasing ticket for BlizzCon 2019, or through purchase when available.",
"flags": 2,
"id": "91475321928052",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-30.jpg",
"isChained": false,
"points": 0,
"title": "BlizzConqueror 2019",
"uiOrderHint": 244
},
{
"categoryId": "4380267",
"chainAchievementIds": [
"91475035554879"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555981"
],
"description": "Control 20 Parasitic Dominated Terran units at the same time in the \"Infested\" mission on Normal difficulty.",
"flags": 256,
"id": "91475035554879",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-46.jpg",
"isChained": false,
"points": 10,
"title": "We're the Terrans Now",
"uiOrderHint": 12
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475334165341",
"91475336109372",
"91475324298548",
"91475333837254",
"91475326877418",
"91475325714881",
"91475329850101",
"91475332974241",
"91475326990194",
"91475334502460",
"91475327728729",
"91475331215777",
"91475326748926",
"91475334052473"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475328874892"
],
"description": "Commander Kerrigan Level 6",
"flags": 65538,
"id": "91475326877418",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Kerrigan Level 6",
"uiOrderHint": 140
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322146808",
"91475327543280",
"91475325976923",
"91475323748689",
"91475330205972",
"91475325844139",
"91475335610674",
"91475321838015",
"91475330824705",
"91475334773121",
"91475331663734",
"91475325886303",
"91475332225196",
"91475327017102"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334637790"
],
"description": "Commander Nova Level 11",
"flags": 65538,
"id": "91475334773121",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Nova Level 11",
"uiOrderHint": 257
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322682155",
"91475337284571",
"91475325755095",
"91475334780331",
"91475330336673",
"91475331345989",
"91475322337668",
"91475325934204",
"91475327144574",
"91475323654846",
"91475333145996",
"91475327111701",
"91475324645227",
"91475332922144"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324594431"
],
"description": "Commander Zeratul Level 8",
"flags": 65538,
"id": "91475322337668",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Zeratul Level 8",
"uiOrderHint": 310
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475336371133",
"91475328734338",
"91475320797573",
"91475332633578",
"91475335049594",
"91475335093676",
"91475323645440",
"91475329700381",
"91475323526427",
"91475322006573",
"91475322391055",
"91475334010833",
"91475330728370",
"91475336005730"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329091497"
],
"description": "Commander Fenix Level 4",
"flags": 65538,
"id": "91475320797573",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Fenix Level 4",
"uiOrderHint": 264
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475323410831",
"91475326390096",
"91475322588892"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475328669759"
],
"description": "Reach level 5 with Tal'darim Highlord Alarak in Co-op Missions.",
"flags": 0,
"id": "91475323410831",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-43.jpg",
"isChained": true,
"points": 10,
"title": "Alarak: Level 5",
"uiOrderHint": 24
},
{
"categoryId": "4380267",
"chainAchievementIds": [
"91475035554885"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete \"The Crucible\" mission without spawning Primordial Spawn Locusts on Normal difficulty.",
"flags": 0,
"id": "91475035554885",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-46.jpg",
"isChained": false,
"points": 10,
"title": "Entomophobia",
"uiOrderHint": 10
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475328817565"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475323562598"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475328817565",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 15",
"uiOrderHint": 65
},
{
"categoryId": "4384124",
"chainAchievementIds": [
"91475327097247"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475332664031"
],
"description": "ConsoleProtoss_Ihanrii",
"flags": 2,
"id": "91475327097247",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "ConsoleProtoss_Ihanrii",
"uiOrderHint": 9
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475329382828"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475331065051"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475329382828",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 3",
"uiOrderHint": 51
},
{
"categoryId": "4342208",
"chainAchievementIds": [
"91475035554889"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy the Void Catalyst within 13 minutes in the \"Evil Awoken\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035554889",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-48.jpg",
"isChained": false,
"points": 10,
"title": "Strike From the Shadows",
"uiOrderHint": 2
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475326908851"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475321005770"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475326908851",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 15",
"uiOrderHint": 65
},
{
"categoryId": "4375372",
"chainAchievementIds": [
"91475331316148"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322977624"
],
"description": "CarbotTerranEmoticonPurchase",
"flags": 2,
"id": "91475331316148",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "CarbotTerranEmoticonPurchase",
"uiOrderHint": 0
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475331684790"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475323068842"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475331684790",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 9",
"uiOrderHint": 9
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475327779726",
"91475323492792",
"91475336345747"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329505394"
],
"description": "Reach level 10 with Egon Stetmann in Co-op Missions.",
"flags": 0,
"id": "91475323492792",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-23.jpg",
"isChained": true,
"points": 10,
"title": "Stetmann: Level 10",
"uiOrderHint": 49
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475327247185",
"91475336383544",
"91475325835708"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322532163"
],
"description": "MengskPrestige3",
"flags": 2,
"id": "91475325835708",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "MengskPrestige3",
"uiOrderHint": 29
},
{
"categoryId": "4342208",
"chainAchievementIds": [
"91475035554891"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555993"
],
"description": "Locate all 3 Void Pylons in \"The Growing Shadow\" mission in less than 10 minutes on Normal difficulty.",
"flags": 256,
"id": "91475035554891",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-48.jpg",
"isChained": false,
"points": 10,
"title": "Hide and Seek",
"uiOrderHint": 4
},
{
"categoryId": "4359061",
"chainAchievementIds": [
"91475331841770",
"91475328038632",
"91475321918342",
"91475329948094",
"91475324360361",
"91475330450355"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329508825"
],
"description": "Complete 75 weekly Mutation challenge missions on Brutal difficulty.",
"flags": 256,
"id": "91475329948094",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-4.jpg",
"isChained": true,
"points": 10,
"title": "Mutation Brutal: 75",
"uiOrderHint": 21
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322146808",
"91475327543280",
"91475325976923",
"91475323748689",
"91475330205972",
"91475325844139",
"91475335610674",
"91475321838015",
"91475330824705",
"91475334773121",
"91475331663734",
"91475325886303",
"91475332225196",
"91475327017102"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475325270080"
],
"description": "Commander Nova Level 9",
"flags": 65538,
"id": "91475321838015",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Nova Level 9",
"uiOrderHint": 255
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475324959172"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475330669413"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475324959172",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 15",
"uiOrderHint": 47
},
{
"categoryId": "4342208",
"chainAchievementIds": [
"91475035554893"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555995"
],
"description": "Kill 40 enemy units or structures with Orbital Strike or Solar Lance in the \"Sky Shield\" mission on Normal difficulty.",
"flags": 256,
"id": "91475035554893",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-48.jpg",
"isChained": false,
"points": 10,
"title": "Spear Beats Shield",
"uiOrderHint": 6
},
{
"categoryId": "4342208",
"chainAchievementIds": [
"91475035554894"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Brothers in Arms\" mission without constructing additional Immortals on Normal difficulty.",
"flags": 0,
"id": "91475035554894",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-48.jpg",
"isChained": false,
"points": 10,
"title": "The Units Less Warped",
"uiOrderHint": 7
},
{
"categoryId": "4342208",
"chainAchievementIds": [
"91475035554895"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Templar's Charge\" mission without losing a unit on Normal difficulty.",
"flags": 0,
"id": "91475035554895",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-48.jpg",
"isChained": false,
"points": 10,
"title": "Expert Phase-Smith, Perfect Templar",
"uiOrderHint": 8
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475327695321"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475332046158"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475327695321",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 11",
"uiOrderHint": 60
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475320767565",
"91475320767566",
"91475320767567",
"91475320767568",
"91475320767569",
"91475320767570",
"91475320767571",
"91475320767572",
"91475320767573",
"91475320767574",
"91475320767575",
"91475320767576",
"91475320767577",
"91475320767578",
"91475320767579",
"91475320767581",
"91475320767582",
"91475320767583",
"91475320767584",
"91475320767585",
"91475320767586",
"91475320767587",
"91475320767588",
"91475320767589"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Finished a season in the Top 8 of a Team Bronze Division.",
"flags": 4108,
"id": "91475320767568",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/27-26.jpg",
"isChained": true,
"points": 0,
"title": "Team Top 8 Bronze",
"uiOrderHint": 52
},
{
"categoryId": "4325379",
"chainAchievementIds": [
"91475035553793"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Achievement/Description/Campaign_Progress_Liberty",
"flags": 2,
"id": "91475035553793",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Campaign Progress (Liberty)",
"uiOrderHint": 0
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475320767565",
"91475320767566",
"91475320767567",
"91475320767568",
"91475320767569",
"91475320767570",
"91475320767571",
"91475320767572",
"91475320767573",
"91475320767574",
"91475320767575",
"91475320767576",
"91475320767577",
"91475320767578",
"91475320767579",
"91475320767581",
"91475320767582",
"91475320767583",
"91475320767584",
"91475320767585",
"91475320767586",
"91475320767587",
"91475320767588",
"91475320767589"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Finished a season in a Team Silver Division.",
"flags": 4108,
"id": "91475320767569",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/27-27.jpg",
"isChained": true,
"points": 0,
"title": "Team Top 100 Silver",
"uiOrderHint": 53
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475329546726"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475329067315"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475329546726",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 9",
"uiOrderHint": 25
},
{
"categoryId": "4342208",
"chainAchievementIds": [
"91475035554898"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Temple of Unification\" mission in less than 10 minutes on Normal difficulty",
"flags": 0,
"id": "91475035554898",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-48.jpg",
"isChained": false,
"points": 10,
"title": "Unity, Precision, Perfection",
"uiOrderHint": 11
},
{
"categoryId": "3211291",
"chainAchievementIds": [
"91475035553960"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete all mission objectives in \"The Gates of Hell\" mission.",
"flags": 0,
"id": "91475035553960",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/14-17.jpg",
"isChained": false,
"points": 15,
"title": "The Gates of Hell",
"uiOrderHint": 0
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475326769644"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475321948056"
],
"description": "%userName% has qualified out of a group stage in a Grand Master tournament",
"flags": 49154,
"id": "91475326769644",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Group Qualified (Grand Master)",
"uiOrderHint": 160
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475320767565",
"91475320767566",
"91475320767567",
"91475320767568",
"91475320767569",
"91475320767570",
"91475320767571",
"91475320767572",
"91475320767573",
"91475320767574",
"91475320767575",
"91475320767576",
"91475320767577",
"91475320767578",
"91475320767579",
"91475320767581",
"91475320767582",
"91475320767583",
"91475320767584",
"91475320767585",
"91475320767586",
"91475320767587",
"91475320767588",
"91475320767589"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Finished a season in the Top 25 of a Team Silver Division.",
"flags": 4108,
"id": "91475320767571",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/27-29.jpg",
"isChained": true,
"points": 0,
"title": "Team Top 25 Silver",
"uiOrderHint": 55
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475323739854"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475333185349"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475323739854",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 13",
"uiOrderHint": 96
},
{
"categoryId": "4342208",
"chainAchievementIds": [
"91475035554900"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035556002"
],
"description": "Deal 1000 damage with High Templar or Archons in the \"Harbinger of Oblivion\" mission on Normal difficulty.",
"flags": 256,
"id": "91475035554900",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-48.jpg",
"isChained": false,
"points": 10,
"title": "Team Templar",
"uiOrderHint": 13
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475329050964",
"91475322833851",
"91475329470676",
"91475325706792",
"91475323230709",
"91475334671083",
"91475331545339",
"91475335483250",
"91475334762647"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329074851"
],
"description": "Reach Mastery Level 50 in Co-op Missions.",
"flags": 0,
"id": "91475323230709",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-59.jpg",
"isChained": true,
"points": 10,
"title": "Mastery: Level 50",
"uiOrderHint": 58
},
{
"categoryId": "3211285",
"chainAchievementIds": [
"91475035553883"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Collect all Mineral and Gas Pallet pickups in \"The Outlaws\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035553883",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/33-27.jpg",
"isChained": false,
"points": 10,
"title": "Cash Reward",
"uiOrderHint": 4
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475325739484",
"91475335230098",
"91475329643747",
"91475335982428",
"91475323349957",
"91475337460925",
"91475331719616",
"91475325413657",
"91475333503479",
"91475334247166",
"91475337479789",
"91475331646405",
"91475327132403",
"91475323300046"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475325686315"
],
"description": "Commander Abathur Level 10",
"flags": 65538,
"id": "91475333503479",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Abathur Level 10",
"uiOrderHint": 228
},
{
"categoryId": "4342208",
"chainAchievementIds": [
"91475035554901"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy all enemy structures in the \"Forbidden Weapon\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035554901",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-48.jpg",
"isChained": false,
"points": 10,
"title": "Annihilation Now",
"uiOrderHint": 14
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322854429",
"91475334298108",
"91475327830693",
"91475330427400",
"91475321240739",
"91475323142710",
"91475336955753",
"91475321042018",
"91475321167330",
"91475329008951",
"91475324461887",
"91475321001569",
"91475321563929",
"91475326532517"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336906837"
],
"description": "Commander Swann Level 3",
"flags": 65538,
"id": "91475334298108",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Swann Level 3",
"uiOrderHint": 123
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475336504406"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475323768785"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475336504406",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 7",
"uiOrderHint": 39
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322146808",
"91475327543280",
"91475325976923",
"91475323748689",
"91475330205972",
"91475325844139",
"91475335610674",
"91475321838015",
"91475330824705",
"91475334773121",
"91475331663734",
"91475325886303",
"91475332225196",
"91475327017102"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334141788"
],
"description": "Commander Nova Level 10",
"flags": 65538,
"id": "91475330824705",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Nova Level 10",
"uiOrderHint": 256
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322650438",
"91475331582524",
"91475336932905",
"91475330524182",
"91475330590942",
"91475327613837",
"91475336387818",
"91475329230800",
"91475323559090",
"91475332790996",
"91475331161810",
"91475334169303",
"91475332328153",
"91475330677251"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475321226044"
],
"description": "Commander Horner Level 15",
"flags": 65538,
"id": "91475330677251",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Horner Level 15",
"uiOrderHint": 121
},
{
"categoryId": "4342208",
"chainAchievementIds": [
"91475035554903"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Purification\" mission without allowing the Purifier Core Matrix to take damage on Normal difficulty.",
"flags": 0,
"id": "91475035554903",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-48.jpg",
"isChained": false,
"points": 10,
"title": "Matrix Defensive",
"uiOrderHint": 16
},
{
"categoryId": "4342208",
"chainAchievementIds": [
"91475035554904"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Steps of the Rite\" mission without losing a structure to Amon's forces on Normal difficulty.",
"flags": 0,
"id": "91475035554904",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-48.jpg",
"isChained": false,
"points": 10,
"title": "The Golden Curtain",
"uiOrderHint": 17
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475328416271"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase the Nation Wars V Bolivia portrait.",
"flags": 2,
"id": "91475328416271",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Nation Wars V Bolivia",
"uiOrderHint": 200
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475333986832"
],
"chainRewardSize": 3,
"criteriaIds": [
"91475326676822"
],
"description": "Reward for claiming the \"Vorazun: Nerazim Bundle\" through Twitch Prime.",
"flags": 2,
"id": "91475333986832",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Vorazun: Nerazim Bundle",
"uiOrderHint": 236
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334354616"
],
"description": "Commander Mastery Level 17",
"flags": 2,
"id": "91475336796689",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 17",
"uiOrderHint": 19
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475324369427",
"91475336227664",
"91475328822140"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334917478"
],
"description": "ArtanisPrestige1",
"flags": 2,
"id": "91475324369427",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "ArtanisPrestige1",
"uiOrderHint": 9
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475328362458"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475327572353"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475328362458",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 15",
"uiOrderHint": 99
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767751",
"91475320767618",
"91475320767617",
"91475320767630",
"91475320767685",
"91475320767687",
"91475320767689",
"91475320767691",
"91475320767693",
"91475320767695",
"91475320767697",
"91475320767699",
"91475320767701",
"91475320767703",
"91475320767705",
"91475320767707",
"91475320767709",
"91475320767711",
"91475320767713",
"91475320767716",
"91475320768561",
"91475320768563",
"91475320768565",
"91475320768567",
"91475320768569",
"91475320768571",
"91475320768573",
"91475320768575",
"91475320768577",
"91475320768579",
"91475320768601",
"91475320768602",
"91475320768603",
"91475320768604",
"91475320768605",
"91475326412471",
"91475336476745",
"91475332712853",
"91475321522205",
"91475332439472",
"91475337382241",
"91475331911298",
"91475323673651",
"91475321164165",
"91475327887336",
"91475321224922",
"91475337272825",
"91475337224428",
"91475336104367",
"91475327723892"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475323773829"
],
"description": "Reach Zerg Level 49",
"flags": 258,
"id": "91475336104367",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Zerg Level 49",
"uiOrderHint": 152
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475320767565",
"91475320767566",
"91475320767567",
"91475320767568",
"91475320767569",
"91475320767570",
"91475320767571",
"91475320767572",
"91475320767573",
"91475320767574",
"91475320767575",
"91475320767576",
"91475320767577",
"91475320767578",
"91475320767579",
"91475320767581",
"91475320767582",
"91475320767583",
"91475320767584",
"91475320767585",
"91475320767586",
"91475320767587",
"91475320767588",
"91475320767589"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Finished a season in the Top 50 of a Team Platinum Division.",
"flags": 4108,
"id": "91475320767578",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/27-36.jpg",
"isChained": true,
"points": 0,
"title": "Team Top 50 Platinum",
"uiOrderHint": 62
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475335879526"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475329815303"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475335879526",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 5",
"uiOrderHint": 71
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475326401049"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475328330044"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475326401049",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 12",
"uiOrderHint": 12
},
{
"categoryId": "4346194",
"chainAchievementIds": [
"91475328951387"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "Purchase the Casters Invitational portrait for this caster.",
"flags": 2,
"id": "91475328951387",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Casters Invitational",
"uiOrderHint": 14
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475321027113"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475322504444"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475321027113",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 11",
"uiOrderHint": 60
},
{
"categoryId": "4342208",
"chainAchievementIds": [
"91475035554910"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035556012"
],
"description": "Collect 18 resource pickups in the \"Essence of Eternity\" mission within 3 minutes on Normal difficulty.",
"flags": 256,
"id": "91475035554910",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-48.jpg",
"isChained": false,
"points": 10,
"title": "Time Is Money",
"uiOrderHint": 23
},
{
"categoryId": "4343244",
"chainAchievementIds": [
"91475035554462"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy 3 Void Crystals within 60 seconds of each other in the \"Amon's Fall\" mission on Hard difficulty.",
"flags": 0,
"id": "91475035554462",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-56.jpg",
"isChained": false,
"points": 10,
"title": "Triple Tap",
"uiOrderHint": 12
},
{
"categoryId": "4342208",
"chainAchievementIds": [
"91475035554911"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Amon's Fall\" mission without morphing a Spire on Normal difficulty.",
"flags": 0,
"id": "91475035554911",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-48.jpg",
"isChained": false,
"points": 10,
"title": "A Grounded Approach",
"uiOrderHint": 24
},
{
"categoryId": "4352904",
"chainAchievementIds": [
"91475035554912"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Reach the Vulture Bike staging area within 5 minutes in the \"The Escape\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035554912",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-50.jpg",
"isChained": false,
"points": 10,
"title": "Gotta Go Fast",
"uiOrderHint": 0
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475324246588"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475325173260"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475324246588",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 10",
"uiOrderHint": 10
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475330808631",
"91475330384858",
"91475329435129",
"91475321749552",
"91475335379517",
"91475322188749",
"91475336878926",
"91475325421373",
"91475323980494",
"91475331122976",
"91475331331034",
"91475329532462",
"91475328134679",
"91475333716568"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475333393278"
],
"description": "Commander Zagara Level 6",
"flags": 65538,
"id": "91475335379517",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Zagara Level 6",
"uiOrderHint": 154
},
{
"categoryId": "4352904",
"chainAchievementIds": [
"91475035554913"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035556015"
],
"description": "Destroy 200 enemy forces with Spider Mines in the \"Sudden Strike\" mission on Normal difficulty.",
"flags": 256,
"id": "91475035554913",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-50.jpg",
"isChained": false,
"points": 10,
"title": "Curiosity Killed the Zergling",
"uiOrderHint": 1
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475333577286"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase the Nation Wars V Austria portrait.",
"flags": 2,
"id": "91475333577286",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Nation Wars V Austria",
"uiOrderHint": 199
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475334378594"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475326751813"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475334378594",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 10",
"uiOrderHint": 10
},
{
"categoryId": "4359061",
"chainAchievementIds": [
"91475335333585",
"91475323865050",
"91475334317061",
"91475325369419",
"91475323182742",
"91475331865164"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475335622524"
],
"description": "Complete 150 weekly Mutation challenge missions on Casual difficulty.",
"flags": 256,
"id": "91475331865164",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-69.jpg",
"isChained": true,
"points": 10,
"title": "Mutation Casual: 150",
"uiOrderHint": 5
},
{
"categoryId": "4352904",
"chainAchievementIds": [
"91475035554915"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy all 6 Hatcheries before Zerg reinforcements arrive in the \"Trouble in Paradise\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035554915",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-50.jpg",
"isChained": false,
"points": 10,
"title": "Someone Called for an Exterminator",
"uiOrderHint": 3
},
{
"categoryId": "4359061",
"chainAchievementIds": [
"91475324342495",
"91475329492917",
"91475324039314",
"91475323404504",
"91475323850379",
"91475335993936"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336287061"
],
"description": "Complete 150 weekly Mutation challenge missions on Hard difficulty.",
"flags": 256,
"id": "91475335993936",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-0.jpg",
"isChained": true,
"points": 10,
"title": "Mutation Hard: 150",
"uiOrderHint": 17
},
{
"categoryId": "4352904",
"chainAchievementIds": [
"91475035554916"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Night Terrors\" mission without building Siege Tanks or Liberators on Normal difficulty.",
"flags": 0,
"id": "91475035554916",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-50.jpg",
"isChained": false,
"points": 10,
"title": "Up Close and Personal",
"uiOrderHint": 4
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475330808631",
"91475330384858",
"91475329435129",
"91475321749552",
"91475335379517",
"91475322188749",
"91475336878926",
"91475325421373",
"91475323980494",
"91475331122976",
"91475331331034",
"91475329532462",
"91475328134679",
"91475333716568"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475328307388"
],
"description": "Commander Zagara Level 15",
"flags": 65538,
"id": "91475333716568",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Zagara Level 15",
"uiOrderHint": 163
},
{
"categoryId": "4352904",
"chainAchievementIds": [
"91475035554917"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035556019"
],
"description": "Destroy 50 enemy Zerg units with a single nuclear strike in the \"Flashpoint\" mission on Normal difficulty.",
"flags": 256,
"id": "91475035554917",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-50.jpg",
"isChained": false,
"points": 10,
"title": "One Shot, One Opportunity",
"uiOrderHint": 5
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336906763"
],
"description": "Commander Mastery Level 53",
"flags": 2,
"id": "91475333511770",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 53",
"uiOrderHint": 55
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475326466651"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase the Nation Wars V item bundle.",
"flags": 2,
"id": "91475326466651",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Nation Wars V Complete Bundle (Part 2)",
"uiOrderHint": 214
},
{
"categoryId": "4352904",
"chainAchievementIds": [
"91475035554918"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Kill fewer than 20 units in the \"In the Enemy's Shadow\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035554918",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-50.jpg",
"isChained": false,
"points": 10,
"title": "Subconscientious Objector",
"uiOrderHint": 6
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475321674336"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475326855844"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475321674336",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 13",
"uiOrderHint": 96
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767755",
"91475320767624",
"91475320767623",
"91475320767626",
"91475320767632",
"91475320767634",
"91475320767636",
"91475320767638",
"91475320767640",
"91475320767642",
"91475320767644",
"91475320767646",
"91475320767648",
"91475320767650",
"91475320767652",
"91475320767654",
"91475320767656",
"91475320767659",
"91475320767661",
"91475320767663",
"91475320768521",
"91475320768523",
"91475320768525",
"91475320768527",
"91475320768529",
"91475320768531",
"91475320768533",
"91475320768535",
"91475320768537",
"91475320768539",
"91475320768591",
"91475320768592",
"91475320768593",
"91475320768594",
"91475320768595",
"91475334478743",
"91475334364592",
"91475324415927",
"91475323611786",
"91475323968940",
"91475321274038",
"91475324500023",
"91475337351852",
"91475322389556",
"91475323198050",
"91475331460172",
"91475334302191",
"91475331363444",
"91475325435422",
"91475325691525"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475329558834"
],
"description": "Reach Protoss Level 45",
"flags": 258,
"id": "91475323198050",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Protoss Level 45",
"uiOrderHint": 48
},
{
"categoryId": "4369693",
"chainAchievementIds": [
"91475325745764"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475331727248"
],
"description": "Play 3 Training matches.",
"flags": 256,
"id": "91475325745764",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": false,
"points": 10,
"title": "Rage against These Machines",
"uiOrderHint": 0
},
{
"categoryId": "4352904",
"chainAchievementIds": [
"91475035554919"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Dark Skies\" mission without summoning a Gorgon on Normal difficulty.",
"flags": 0,
"id": "91475035554919",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-50.jpg",
"isChained": false,
"points": 10,
"title": "Sunny With a High of 75",
"uiOrderHint": 7
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475321435484",
"91475322968204",
"91475334881061",
"91475327216812",
"91475334643221",
"91475321604827",
"91475325026838",
"91475328024818",
"91475322804537",
"91475328942189",
"91475327409252",
"91475325236409",
"91475330161255",
"91475335925171"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324535267"
],
"description": "Commander Artanis Level 14",
"flags": 65538,
"id": "91475330161255",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Artanis Level 14",
"uiOrderHint": 190
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475330935154",
"91475324352805",
"91475323633358",
"91475332102990",
"91475322542287",
"91475333308268",
"91475331454285",
"91475325277874",
"91475327594839",
"91475327523435",
"91475321729776",
"91475330066312",
"91475332211678",
"91475321384231"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475323942699"
],
"description": "Commander Dehaka Level 11",
"flags": 65538,
"id": "91475327523435",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Dehaka Level 11",
"uiOrderHint": 285
},
{
"categoryId": "4348831",
"chainAchievementIds": [
"91475035554921"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Achievement/Description/Campaign_Progress_Anniversary",
"flags": 2,
"id": "91475035554921",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Achievement/Name/Campaign_Progress_Anniversary",
"uiOrderHint": 0
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475321461364"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475326047303"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475321461364",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran War Chest",
"uiOrderHint": 66
},
{
"categoryId": "4325398",
"chainAchievementIds": [
"91475035553794"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035554254",
"91475035554257",
"91475035554261",
"91475035554256",
"91475035554253",
"91475035554255",
"91475035554258",
"91475035554260",
"91475035554259"
],
"description": "Complete 3 challenge missions with a Bronze rating or higher.",
"flags": 320,
"id": "91475035553794",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-23.jpg",
"isChained": false,
"points": 10,
"title": "Challenge Accepted",
"uiOrderHint": 0
},
{
"categoryId": "4348831",
"chainAchievementIds": [
"91475035554922"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035556027",
"91475035556031",
"91475035556035",
"91475035556037",
"91475035556041",
"91475035556049",
"91475035556050",
"91475035556025",
"91475035556043",
"91475035556045",
"91475035556030",
"91475035556024",
"91475035556026",
"91475035556028",
"91475035556029",
"91475035556032",
"91475035556033",
"91475035556034",
"91475035556036",
"91475035556038",
"91475035556039",
"91475035556040",
"91475035556042",
"91475035556044",
"91475035556046",
"91475035556047",
"91475035556048",
"91475035556051",
"91475035556052"
],
"description": "Complete all of the 10th Anniversary Wings of Liberty achievements.",
"flags": 0,
"id": "91475035554922",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-45.jpg",
"isChained": false,
"points": 20,
"title": "Regrets of a Soldier",
"uiOrderHint": 1
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475334165341",
"91475336109372",
"91475324298548",
"91475333837254",
"91475326877418",
"91475325714881",
"91475329850101",
"91475332974241",
"91475326990194",
"91475334502460",
"91475327728729",
"91475331215777",
"91475326748926",
"91475334052473"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322093443"
],
"description": "Commander Kerrigan Level 15",
"flags": 65538,
"id": "91475334052473",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Kerrigan Level 15",
"uiOrderHint": 149
},
{
"categoryId": "4371481",
"chainAchievementIds": [
"91475329833596"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475321472695"
],
"description": "Purchase the Upgraded Marauder skin from the Collection.",
"flags": 2,
"id": "91475329833596",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Upgraded Marauder",
"uiOrderHint": 2
},
{
"categoryId": "4348831",
"chainAchievementIds": [
"91475035554923"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035556054",
"91475035556058",
"91475035556067",
"91475035556055",
"91475035556060",
"91475035556061",
"91475035556062",
"91475035556063",
"91475035556053",
"91475035556056",
"91475035556057",
"91475035556059",
"91475035556064",
"91475035556065",
"91475035556066",
"91475035556068",
"91475035556069",
"91475035556070",
"91475035556071",
"91475035556072"
],
"description": "Complete all of the 10th Anniversary Heart of the Swarm achievements.",
"flags": 0,
"id": "91475035554923",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-47.jpg",
"isChained": false,
"points": 20,
"title": "Reverie of the Queen",
"uiOrderHint": 2
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475320767596"
],
"chainRewardSize": 0,
"description": "Competed in the BlizzCon 2011 StarCraft II Global Invitational as the Taiwanese representative.",
"flags": 12,
"id": "91475320767596",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/27-58.jpg",
"isChained": false,
"points": 0,
"title": "BlizzCon 2011 - Competitor",
"uiOrderHint": 86
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475320838789"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475326777335"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475320838789",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 2",
"uiOrderHint": 68
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475337454701"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475332246698"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475337454701",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 14",
"uiOrderHint": 30
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475327507083"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Preorder Legacy of the Void",
"flags": 4,
"id": "91475327507083",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-45.jpg",
"isChained": false,
"points": 0,
"title": "Early Adopter",
"uiOrderHint": 123
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475329211020"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase the Nation Wars V Belgium portrait.",
"flags": 2,
"id": "91475329211020",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Nation Wars V Belgium",
"uiOrderHint": 213
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475325561283"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase the Nation Wars V Denmark portrait.",
"flags": 2,
"id": "91475325561283",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Nation Wars V Denmark",
"uiOrderHint": 206
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475328536176"
],
"description": "Commander Mastery Level 61",
"flags": 2,
"id": "91475324361358",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 61",
"uiOrderHint": 63
},
{
"categoryId": "4346194",
"chainAchievementIds": [
"91475335092879"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "Purchase the Casters Invitational portrait for this caster.",
"flags": 2,
"id": "91475335092879",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Casters Invitational",
"uiOrderHint": 12
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475336436368"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324017295"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475336436368",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 12",
"uiOrderHint": 28
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475335633554"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "Community Voted Portrait Reward 2016.",
"flags": 4,
"id": "91475335633554",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-71.jpg",
"isChained": false,
"points": 0,
"title": "Notice Me Grandmaster",
"uiOrderHint": 141
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475320767599"
],
"chainRewardSize": 0,
"description": "Winner of the BlizzCon 2011 StarCraft II Global Invitational!",
"flags": 12,
"id": "91475320767599",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/27-59.jpg",
"isChained": false,
"points": 0,
"title": "BlizzCon 2011 - Global Champion",
"uiOrderHint": 80
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475331680242"
],
"description": "Commander Mastery Level 89",
"flags": 2,
"id": "91475325057689",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 89",
"uiOrderHint": 91
},
{
"categoryId": "4358245",
"chainAchievementIds": [
"91475035554928"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035556108"
],
"description": "Destroy 120 units or structures in the \"Media Blitz\" mission during the sneak attack on Normal difficulty.",
"flags": 256,
"id": "91475035554928",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-44.jpg",
"isChained": false,
"points": 10,
"title": "Preemptive Strike",
"uiOrderHint": 19
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475323853471",
"91475335807841",
"91475327799321"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475326582496"
],
"description": "Reach level 5 with Hierarch Artanis in Co-op Missions.",
"flags": 0,
"id": "91475323853471",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-3.jpg",
"isChained": true,
"points": 10,
"title": "Artanis: Level 5",
"uiOrderHint": 12
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475334147869"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475325091028"
],
"description": "Acquired through the Katowice 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475334147869",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 15",
"uiOrderHint": 93
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322146808",
"91475327543280",
"91475325976923",
"91475323748689",
"91475330205972",
"91475325844139",
"91475335610674",
"91475321838015",
"91475330824705",
"91475334773121",
"91475331663734",
"91475325886303",
"91475332225196",
"91475327017102"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322472769"
],
"description": "Commander Nova Level 7",
"flags": 65538,
"id": "91475325844139",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Nova Level 7",
"uiOrderHint": 253
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475320767603"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase the Diablo III Collector's Edition.",
"flags": 2,
"id": "91475320767603",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/27-60.jpg",
"isChained": false,
"points": 0,
"title": "Diabolical Devotion",
"uiOrderHint": 92
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475335548008"
],
"description": "Commander Mastery Level 43",
"flags": 2,
"id": "91475326786225",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 43",
"uiOrderHint": 45
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475337001654",
"91475322535525",
"91475324679442"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475326104923"
],
"description": "ZagaraPrestige1",
"flags": 2,
"id": "91475337001654",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "ZagaraPrestige1",
"uiOrderHint": 48
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475328146119"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475333756819"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475328146119",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 6",
"uiOrderHint": 22
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322650438",
"91475331582524",
"91475336932905",
"91475330524182",
"91475330590942",
"91475327613837",
"91475336387818",
"91475329230800",
"91475323559090",
"91475332790996",
"91475331161810",
"91475334169303",
"91475332328153",
"91475330677251"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334198752"
],
"description": "Commander Horner Level 11",
"flags": 65538,
"id": "91475332790996",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Horner Level 11",
"uiOrderHint": 117
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475331613161",
"91475332773211",
"91475335798565"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475333827183"
],
"description": "ZeratulPrestige3",
"flags": 2,
"id": "91475335798565",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "ZeratulPrestige3",
"uiOrderHint": 53
},
{
"categoryId": "4325391",
"chainAchievementIds": [
"91475334888156"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475325292206",
"91475331445599",
"91475327555908",
"91475333990659"
],
"description": "Win 2 Versus games in the same mode.",
"flags": 0,
"id": "91475334888156",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-60.jpg",
"isChained": false,
"points": 10,
"title": "Winner is Coming",
"uiOrderHint": 12
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475322469094"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475326949971"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475322469094",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 12",
"uiOrderHint": 78
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475325082351",
"91475334861691",
"91475333270067"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475327558720"
],
"description": "KaraxPrestige1",
"flags": 2,
"id": "91475325082351",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "KaraxPrestige1",
"uiOrderHint": 21
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475334165341",
"91475336109372",
"91475324298548",
"91475333837254",
"91475326877418",
"91475325714881",
"91475329850101",
"91475332974241",
"91475326990194",
"91475334502460",
"91475327728729",
"91475331215777",
"91475326748926",
"91475334052473"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322261033"
],
"description": "Commander Kerrigan Level 8",
"flags": 65538,
"id": "91475329850101",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Kerrigan Level 8",
"uiOrderHint": 142
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475334241017"
],
"chainRewardSize": 4,
"criteriaIds": [
"91475328922115"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475334241017",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Free Tier 15",
"uiOrderHint": 115
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475321972808"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475326826525"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475321972808",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 9",
"uiOrderHint": 9
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475321903875"
],
"chainRewardSize": 5,
"criteriaIds": [
"91475328238988"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475321903875",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss War Chest",
"uiOrderHint": 0
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324273245"
],
"description": "Commander Mastery Level 51",
"flags": 2,
"id": "91475321910404",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 51",
"uiOrderHint": 53
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475326524181"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475332757152"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475326524181",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 14",
"uiOrderHint": 80
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475331577281",
"91475331840792",
"91475323803719"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334797146"
],
"description": "Reach Level 10 with Han and Horner in Co-op Missions.",
"flags": 0,
"id": "91475331840792",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-54.jpg",
"isChained": true,
"points": 10,
"title": "Horner: Level 10",
"uiOrderHint": 37
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475328490267"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330841605"
],
"description": "%userName% has reached the finals in a Bronze tournament",
"flags": 49154,
"id": "91475328490267",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Bronze Finals",
"uiOrderHint": 161
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322682155",
"91475337284571",
"91475325755095",
"91475334780331",
"91475330336673",
"91475331345989",
"91475322337668",
"91475325934204",
"91475327144574",
"91475323654846",
"91475333145996",
"91475327111701",
"91475324645227",
"91475332922144"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475323335977"
],
"description": "Commander Zeratul Level 15",
"flags": 65538,
"id": "91475332922144",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Zeratul Level 15",
"uiOrderHint": 317
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475322673954"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete all the Mission Pack achievements.",
"flags": 2,
"id": "91475322673954",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-19.jpg",
"isChained": false,
"points": 0,
"title": "Remember, November (UNUSED)",
"uiOrderHint": 232
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475329335486",
"91475330874152",
"91475329390490"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475326060213"
],
"description": "StukovPrestige2",
"flags": 2,
"id": "91475330874152",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "StukovPrestige2",
"uiOrderHint": 37
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322235889"
],
"description": "Commander Mastery Level 63",
"flags": 2,
"id": "91475334568746",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 63",
"uiOrderHint": 65
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322682155",
"91475337284571",
"91475325755095",
"91475334780331",
"91475330336673",
"91475331345989",
"91475322337668",
"91475325934204",
"91475327144574",
"91475323654846",
"91475333145996",
"91475327111701",
"91475324645227",
"91475332922144"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329441687"
],
"description": "Commander Zeratul Level 2",
"flags": 65538,
"id": "91475322682155",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Zeratul Level 2",
"uiOrderHint": 304
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475330808631",
"91475330384858",
"91475329435129",
"91475321749552",
"91475335379517",
"91475322188749",
"91475336878926",
"91475325421373",
"91475323980494",
"91475331122976",
"91475331331034",
"91475329532462",
"91475328134679",
"91475333716568"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475333801849"
],
"description": "Commander Zagara Level 2",
"flags": 65538,
"id": "91475330808631",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Zagara Level 2",
"uiOrderHint": 150
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475324069500",
"91475325812187",
"91475324263228",
"91475329888941",
"91475321279266",
"91475323725022",
"91475327277151",
"91475336070866",
"91475324810056",
"91475321007776",
"91475330070046",
"91475333563410",
"91475335376759",
"91475326305278"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475321092582"
],
"description": "Commander Mengsk Level 4",
"flags": 65538,
"id": "91475324263228",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mengsk Level 4",
"uiOrderHint": 334
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475327343421"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475328259606"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475327343421",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 1",
"uiOrderHint": 1
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475331676998"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336800238"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475331676998",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 8",
"uiOrderHint": 8
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475329833803",
"91475324114718",
"91475327749479"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475328394323"
],
"description": "Reach Level 5 with Leader of the Heaven's Devils Tychus in Co-op Missions.",
"flags": 0,
"id": "91475329833803",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-74.jpg",
"isChained": true,
"points": 10,
"title": "Tychus: Level 5",
"uiOrderHint": 42
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475330808631",
"91475330384858",
"91475329435129",
"91475321749552",
"91475335379517",
"91475322188749",
"91475336878926",
"91475325421373",
"91475323980494",
"91475331122976",
"91475331331034",
"91475329532462",
"91475328134679",
"91475333716568"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322996083"
],
"description": "Commander Zagara Level 8",
"flags": 65538,
"id": "91475336878926",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Zagara Level 8",
"uiOrderHint": 156
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475334810732",
"91475321624165",
"91475321693949",
"91475336007488",
"91475327373594",
"91475333578602",
"91475322540985",
"91475323542107",
"91475337158550",
"91475321133911",
"91475324079858",
"91475324345563",
"91475327010928",
"91475326606414"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475326881699"
],
"description": "Commander Stetmann Level 11",
"flags": 65538,
"id": "91475321133911",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Stetmann Level 11",
"uiOrderHint": 327
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475322280806"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475331764990"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475322280806",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 8",
"uiOrderHint": 24
},
{
"categoryId": "4377488",
"chainAchievementIds": [
"91475035554441"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555110"
],
"description": "Prevent up to 2,000 damage with Shield Overcharge over the course of the Legacy of the Void campaign.",
"flags": 256,
"id": "91475035554441",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-26.jpg",
"isChained": false,
"points": 10,
"title": "Super Soaker",
"uiOrderHint": 10
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475327638380"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334304248",
"91475324519057"
],
"description": "Play a game of Starcraft II while in a party.",
"flags": 2,
"id": "91475327638380",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-34.jpg",
"isChained": false,
"points": 0,
"title": "Pool Party",
"uiOrderHint": 110
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475334683502"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336958839"
],
"description": "Purchase the StarCraft II: Nova Covert Ops Mission Packs and the Dominion Ghost Nova Co-op Commander before February 27, 2017.",
"flags": 4,
"id": "91475334683502",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/8-11.jpg",
"isChained": false,
"points": 0,
"title": "Maximum Novadrive",
"uiOrderHint": 151
},
{
"categoryId": "4380363",
"chainAchievementIds": [
"91475035554505"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Don't let the Tal'darim Displacement Beam destroy any of your units in the \"Forbidden Weapon\" mission.",
"flags": 0,
"id": "91475035554505",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/2-42.jpg",
"isChained": false,
"points": 10,
"title": "Danger Zone",
"uiOrderHint": 1
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334573623"
],
"description": "Commander Mastery Level 15",
"flags": 2,
"id": "91475334212076",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 15",
"uiOrderHint": 17
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475323386756"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475326177912"
],
"description": "Acquired through the Katowice 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475323386756",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 14",
"uiOrderHint": 92
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475328596869"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475321839214"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475328596869",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 2",
"uiOrderHint": 84
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332559270"
],
"description": "Commander Mastery Level 42",
"flags": 2,
"id": "91475332234121",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 42",
"uiOrderHint": 44
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475327859596"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336757096"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475327859596",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 3",
"uiOrderHint": 3
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767753",
"91475320768464",
"91475320768465",
"91475320767628",
"91475320767718",
"91475320767720",
"91475320767722",
"91475320767725",
"91475320767727",
"91475320767729",
"91475320767731",
"91475320767733",
"91475320767735",
"91475320767737",
"91475320767739",
"91475320767741",
"91475320767743",
"91475320767745",
"91475320767747",
"91475320767749",
"91475320768541",
"91475320768543",
"91475320768545",
"91475320768547",
"91475320768549",
"91475320768551",
"91475320768553",
"91475320768555",
"91475320768557",
"91475320768559",
"91475320768596",
"91475320768597",
"91475320768598",
"91475320768599",
"91475320768600",
"91475331400752",
"91475325231713",
"91475322949214",
"91475337108962",
"91475331595691",
"91475321765537",
"91475333921677",
"91475326002015",
"91475337322106",
"91475333697442",
"91475321011603",
"91475329978793",
"91475328306326",
"91475333482488",
"91475331189724"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475328305472"
],
"description": "Reach Terran Level 42",
"flags": 258,
"id": "91475333921677",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Terran Level 42",
"uiOrderHint": 95
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475325205390"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475325356096"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475325205390",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 9",
"uiOrderHint": 41
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475329335486",
"91475330874152",
"91475329390490"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475327501200"
],
"description": "StukovPrestige1",
"flags": 2,
"id": "91475329335486",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "StukovPrestige1",
"uiOrderHint": 36
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767755",
"91475320767624",
"91475320767623",
"91475320767626",
"91475320767632",
"91475320767634",
"91475320767636",
"91475320767638",
"91475320767640",
"91475320767642",
"91475320767644",
"91475320767646",
"91475320767648",
"91475320767650",
"91475320767652",
"91475320767654",
"91475320767656",
"91475320767659",
"91475320767661",
"91475320767663",
"91475320768521",
"91475320768523",
"91475320768525",
"91475320768527",
"91475320768529",
"91475320768531",
"91475320768533",
"91475320768535",
"91475320768537",
"91475320768539",
"91475320768591",
"91475320768592",
"91475320768593",
"91475320768594",
"91475320768595",
"91475334478743",
"91475334364592",
"91475324415927",
"91475323611786",
"91475323968940",
"91475321274038",
"91475324500023",
"91475337351852",
"91475322389556",
"91475323198050",
"91475331460172",
"91475334302191",
"91475331363444",
"91475325435422",
"91475325691525"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475329321495"
],
"description": "Reach Protoss Level 36",
"flags": 258,
"id": "91475334478743",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Protoss Level 36",
"uiOrderHint": 39
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475325025179"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475327422683"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475325025179",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 4",
"uiOrderHint": 67
},
{
"categoryId": "4364154",
"chainAchievementIds": [
"91475322370975"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "Reach level 5 with Jim Raynor or Rory Swann in Co-op Missions.",
"flags": 0,
"id": "91475322370975",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": false,
"points": 10,
"title": "Terran into It",
"uiOrderHint": 3
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475336272804"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332232781"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475336272804",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 2",
"uiOrderHint": 2
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322854429",
"91475334298108",
"91475327830693",
"91475330427400",
"91475321240739",
"91475323142710",
"91475336955753",
"91475321042018",
"91475321167330",
"91475329008951",
"91475324461887",
"91475321001569",
"91475321563929",
"91475326532517"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475325249941"
],
"description": "Commander Swann Level 15",
"flags": 65538,
"id": "91475326532517",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Swann Level 15",
"uiOrderHint": 135
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475328713885",
"91475324127489",
"91475337529255"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475323274362"
],
"description": "SwannPrestige1",
"flags": 2,
"id": "91475328713885",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "SwannPrestige1",
"uiOrderHint": 39
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475335794704"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330912634"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475335794704",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 12",
"uiOrderHint": 28
},
{
"categoryId": "4364797",
"chainAchievementIds": [
"91475330939822"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475321480447"
],
"description": "MrShengVoicePackPurchase",
"flags": 2,
"id": "91475330939822",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "MrShengVoicePackPurchase",
"uiOrderHint": 23
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475335748535"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475331642533"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475335748535",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 4",
"uiOrderHint": 70
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475335273402"
],
"chainRewardSize": 16,
"criteriaIds": [
"91475322435345",
"91475334899814"
],
"description": "Purchase the Nation Wars VI item bundle.",
"flags": 2,
"id": "91475335273402",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Nation Wars VI",
"uiOrderHint": 258
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475336371133",
"91475328734338",
"91475320797573",
"91475332633578",
"91475335049594",
"91475335093676",
"91475323645440",
"91475329700381",
"91475323526427",
"91475322006573",
"91475322391055",
"91475334010833",
"91475330728370",
"91475336005730"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475333205332"
],
"description": "Commander Fenix Level 2",
"flags": 65538,
"id": "91475336371133",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Fenix Level 2",
"uiOrderHint": 262
},
{
"categoryId": "4353371",
"chainAchievementIds": [
"91475330365211",
"91475326768131",
"91475330769258",
"91475327997139",
"91475323695781",
"91475323946151",
"91475322354638",
"91475328864099"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475320858534"
],
"description": "Complete 300 missions on Normal difficulty in Co-op Missions.",
"flags": 256,
"id": "91475322354638",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-50.jpg",
"isChained": true,
"points": 10,
"title": "Normal: 300",
"uiOrderHint": 14
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767755",
"91475320767624",
"91475320767623",
"91475320767626",
"91475320767632",
"91475320767634",
"91475320767636",
"91475320767638",
"91475320767640",
"91475320767642",
"91475320767644",
"91475320767646",
"91475320767648",
"91475320767650",
"91475320767652",
"91475320767654",
"91475320767656",
"91475320767659",
"91475320767661",
"91475320767663",
"91475320768521",
"91475320768523",
"91475320768525",
"91475320768527",
"91475320768529",
"91475320768531",
"91475320768533",
"91475320768535",
"91475320768537",
"91475320768539",
"91475320768591",
"91475320768592",
"91475320768593",
"91475320768594",
"91475320768595",
"91475334478743",
"91475334364592",
"91475324415927",
"91475323611786",
"91475323968940",
"91475321274038",
"91475324500023",
"91475337351852",
"91475322389556",
"91475323198050",
"91475331460172",
"91475334302191",
"91475331363444",
"91475325435422",
"91475325691525"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475320767513"
],
"description": "Reach Protoss Level 15",
"flags": 258,
"id": "91475320767652",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Protoss Level 15",
"uiOrderHint": 18
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475321675599"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475331537526"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475321675599",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 10",
"uiOrderHint": 58
},
{
"categoryId": "3211286",
"chainAchievementIds": [
"91475035553899"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Haven's Fall\" mission with 3 settlements protected on Normal difficulty.",
"flags": 0,
"id": "91475035553899",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/33-41.jpg",
"isChained": false,
"points": 10,
"title": "Outpatient",
"uiOrderHint": 10
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475328613335"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475336943206"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475328613335",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 2",
"uiOrderHint": 80
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475325287394"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475329413433"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475325287394",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 5",
"uiOrderHint": 87
},
{
"categoryId": "4353371",
"chainAchievementIds": [
"91475330365211",
"91475326768131",
"91475330769258",
"91475327997139",
"91475323695781",
"91475323946151",
"91475322354638",
"91475328864099"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334075421"
],
"description": "Complete 150 missions on Normal difficulty in Co-op Missions.",
"flags": 256,
"id": "91475323946151",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-32.jpg",
"isChained": true,
"points": 10,
"title": "Normal: 150",
"uiOrderHint": 13
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475333438440"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475335968889"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475333438440",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss War Chest",
"uiOrderHint": 0
},
{
"categoryId": "4384124",
"chainAchievementIds": [
"91475334863850"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475328858386"
],
"description": "ConsoleZerg_Dehaka",
"flags": 2,
"id": "91475334863850",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "ConsoleZerg_Dehaka",
"uiOrderHint": 7
},
{
"categoryId": "3211286",
"chainAchievementIds": [
"91475035553900"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Haven's Fall\" mission with 5 settlements protected on Hard difficulty.",
"flags": 0,
"id": "91475035553900",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/33-42.jpg",
"isChained": false,
"points": 10,
"title": "House Call",
"uiOrderHint": 11
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475337174007"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475321959134"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475337174007",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 8",
"uiOrderHint": 40
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475336485884"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Register a copy of the World of Warcraft: Legion Collector’s Edition or Digital Deluxe Edition.",
"flags": 12,
"id": "91475336485884",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-48.jpg",
"isChained": false,
"points": 0,
"title": "Devoted Legionnaire",
"uiOrderHint": 126
},
{
"categoryId": "4353371",
"chainAchievementIds": [
"91475332369454",
"91475325478583",
"91475332741354",
"91475331870315",
"91475328131428",
"91475322969088",
"91475324050927",
"91475329056828"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475337097403"
],
"description": "Complete 150 missions on Brutal difficulty in Co-op Missions.",
"flags": 256,
"id": "91475322969088",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-44.jpg",
"isChained": true,
"points": 10,
"title": "Brutal: 150",
"uiOrderHint": 29
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475323264012"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475324014728"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475323264012",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 13",
"uiOrderHint": 96
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475320830989"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475322704149"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475320830989",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 9",
"uiOrderHint": 58
},
{
"categoryId": "4325379",
"chainAchievementIds": [
"91475035553901"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475035553969",
"91475035553966",
"91475035553962",
"91475035553964",
"91475035553961",
"91475035553963",
"91475035553965",
"91475035553967",
"91475035553968",
"91475035553970",
"91475035553971",
"91475035553972"
],
"description": "Complete all the Colonist mission achievements.",
"flags": 0,
"id": "91475035553901",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/14-48.jpg",
"isChained": false,
"points": 20,
"title": "Colonist Mastery",
"uiOrderHint": 2
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767755",
"91475320767624",
"91475320767623",
"91475320767626",
"91475320767632",
"91475320767634",
"91475320767636",
"91475320767638",
"91475320767640",
"91475320767642",
"91475320767644",
"91475320767646",
"91475320767648",
"91475320767650",
"91475320767652",
"91475320767654",
"91475320767656",
"91475320767659",
"91475320767661",
"91475320767663",
"91475320768521",
"91475320768523",
"91475320768525",
"91475320768527",
"91475320768529",
"91475320768531",
"91475320768533",
"91475320768535",
"91475320768537",
"91475320768539",
"91475320768591",
"91475320768592",
"91475320768593",
"91475320768594",
"91475320768595",
"91475334478743",
"91475334364592",
"91475324415927",
"91475323611786",
"91475323968940",
"91475321274038",
"91475324500023",
"91475337351852",
"91475322389556",
"91475323198050",
"91475331460172",
"91475334302191",
"91475331363444",
"91475325435422",
"91475325691525"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475320767524"
],
"description": "Reach Protoss Level 20",
"flags": 258,
"id": "91475320767663",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Protoss Level 20",
"uiOrderHint": 23
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475035554015"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Use the A.R.E.S. to kill the Brutalisk in the \"Piercing the Shroud\" mission on Normal difficulty.",
"flags": 4,
"id": "91475035554015",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/32-79.jpg",
"isChained": false,
"points": 0,
"title": "Monster Mash",
"uiOrderHint": 3
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475324730395"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475326631864"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475324730395",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 9",
"uiOrderHint": 41
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322854429",
"91475334298108",
"91475327830693",
"91475330427400",
"91475321240739",
"91475323142710",
"91475336955753",
"91475321042018",
"91475321167330",
"91475329008951",
"91475324461887",
"91475321001569",
"91475321563929",
"91475326532517"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334400446"
],
"description": "Commander Swann Level 2",
"flags": 65538,
"id": "91475322854429",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Swann Level 2",
"uiOrderHint": 122
},
{
"categoryId": "4377488",
"chainAchievementIds": [
"91475035554447"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555116"
],
"description": "Deal 5,000 points of damage with Fenix on the battlefield over the course of the Legacy of the Void campaign.",
"flags": 256,
"id": "91475035554447",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-27.jpg",
"isChained": false,
"points": 10,
"title": "Fix-It Fenix",
"uiOrderHint": 11
},
{
"categoryId": "4371481",
"chainAchievementIds": [
"91475323411489"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475333604196"
],
"description": "Purchase the Junker Hellion skin from the Collection.",
"flags": 2,
"id": "91475323411489",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Junker Hellion",
"uiOrderHint": 3
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475329915945"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475324539113"
],
"description": "Acquired through the Katowice 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475329915945",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 1",
"uiOrderHint": 49
},
{
"categoryId": "3211287",
"chainAchievementIds": [
"91475035553902"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete all mission objectives in \"The Devil's Playground\" mission.",
"flags": 0,
"id": "91475035553902",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/33-45.jpg",
"isChained": false,
"points": 15,
"title": "The Devil's Playground",
"uiOrderHint": 0
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767751",
"91475320767618",
"91475320767617",
"91475320767630",
"91475320767685",
"91475320767687",
"91475320767689",
"91475320767691",
"91475320767693",
"91475320767695",
"91475320767697",
"91475320767699",
"91475320767701",
"91475320767703",
"91475320767705",
"91475320767707",
"91475320767709",
"91475320767711",
"91475320767713",
"91475320767716",
"91475320768561",
"91475320768563",
"91475320768565",
"91475320768567",
"91475320768569",
"91475320768571",
"91475320768573",
"91475320768575",
"91475320768577",
"91475320768579",
"91475320768601",
"91475320768602",
"91475320768603",
"91475320768604",
"91475320768605",
"91475326412471",
"91475336476745",
"91475332712853",
"91475321522205",
"91475332439472",
"91475337382241",
"91475331911298",
"91475323673651",
"91475321164165",
"91475327887336",
"91475321224922",
"91475337272825",
"91475337224428",
"91475336104367",
"91475327723892"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475325881574"
],
"description": "Reach Zerg Level 43",
"flags": 258,
"id": "91475323673651",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Zerg Level 43",
"uiOrderHint": 146
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475333274677"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475333975803"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475333274677",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 14",
"uiOrderHint": 46
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475334650934"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475336834982"
],
"description": "Acquired through the Katowice 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475334650934",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 12",
"uiOrderHint": 90
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336225132"
],
"description": "Commander Mastery Level 9",
"flags": 2,
"id": "91475330145336",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 9",
"uiOrderHint": 11
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475325099068"
],
"chainRewardSize": 3,
"criteriaIds": [],
"description": "Purchase the Tal'darim Highlord Alarak Co-op Commander.",
"flags": 4,
"id": "91475325099068",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-77.jpg",
"isChained": false,
"points": 0,
"title": "Tal'darim Highlord Commander",
"uiOrderHint": 145
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475321721023"
],
"description": "Commander Mastery Level 19",
"flags": 2,
"id": "91475330317378",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 19",
"uiOrderHint": 21
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475325035850",
"91475323293624",
"91475336337384",
"91475322653279",
"91475330804320",
"91475335577182",
"91475323060092",
"91475335519300",
"91475332973202",
"91475321644004",
"91475329755130",
"91475325212654",
"91475337204708",
"91475333648460"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324739076"
],
"description": "Commander Stukov Level 9",
"flags": 65538,
"id": "91475335519300",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Stukov Level 9",
"uiOrderHint": 171
},
{
"categoryId": "4359061",
"chainAchievementIds": [
"91475335333585",
"91475323865050",
"91475334317061",
"91475325369419",
"91475323182742",
"91475331865164"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475323390312"
],
"description": "Complete 75 weekly Mutation challenge missions on Casual difficulty.",
"flags": 256,
"id": "91475325369419",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-67.jpg",
"isChained": true,
"points": 10,
"title": "Mutation Casual: 75",
"uiOrderHint": 3
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475334810732",
"91475321624165",
"91475321693949",
"91475336007488",
"91475327373594",
"91475333578602",
"91475322540985",
"91475323542107",
"91475337158550",
"91475321133911",
"91475324079858",
"91475324345563",
"91475327010928",
"91475326606414"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330695213"
],
"description": "Commander Stetmann Level 15",
"flags": 65538,
"id": "91475326606414",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Stetmann Level 15",
"uiOrderHint": 331
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475327712340"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475326405994"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475327712340",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 9",
"uiOrderHint": 91
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475330361871"
],
"chainRewardSize": 2,
"criteriaIds": [
"91475337484221"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475330361871",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 15",
"uiOrderHint": 47
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475325131863"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475323398728"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475325131863",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 6",
"uiOrderHint": 22
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475334165341",
"91475336109372",
"91475324298548",
"91475333837254",
"91475326877418",
"91475325714881",
"91475329850101",
"91475332974241",
"91475326990194",
"91475334502460",
"91475327728729",
"91475331215777",
"91475326748926",
"91475334052473"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475323110825"
],
"description": "Commander Kerrigan Level 12",
"flags": 65538,
"id": "91475327728729",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Kerrigan Level 12",
"uiOrderHint": 146
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475332897884"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475322179895"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475332897884",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 5",
"uiOrderHint": 54
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475329448465"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475326193793"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475329448465",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 4",
"uiOrderHint": 82
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475321435484",
"91475322968204",
"91475334881061",
"91475327216812",
"91475334643221",
"91475321604827",
"91475325026838",
"91475328024818",
"91475322804537",
"91475328942189",
"91475327409252",
"91475325236409",
"91475330161255",
"91475335925171"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334396088"
],
"description": "Commander Artanis Level 12",
"flags": 65538,
"id": "91475327409252",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Artanis Level 12",
"uiOrderHint": 188
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475320942422"
],
"description": "Commander Mastery Level 87",
"flags": 2,
"id": "91475324025957",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 87",
"uiOrderHint": 89
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475322764393",
"91475323988052",
"91475336446624"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332390950"
],
"description": "Reach level 5 with Queen Zagara in Co-op Missions.",
"flags": 0,
"id": "91475322764393",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-18.jpg",
"isChained": true,
"points": 10,
"title": "Zagara: Level 5",
"uiOrderHint": 9
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475332750444"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475333502999"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475332750444",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 8",
"uiOrderHint": 24
},
{
"categoryId": "3211287",
"chainAchievementIds": [
"91475035553904"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Locate all of Tosh's Crew in \"The Devil's Playground\" mission on Hard difficulty.",
"flags": 0,
"id": "91475035553904",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/33-43.jpg",
"isChained": false,
"points": 10,
"title": "Reaper Man",
"uiOrderHint": 2
},
{
"categoryId": "3211275",
"chainAchievementIds": [
"91475035553819"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553826"
],
"description": "Have 9 Protoss units warping in simultaneously in an Unranked or Ranked game.",
"flags": 2048,
"id": "91475035553819",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-40.jpg",
"isChained": false,
"points": 10,
"title": "Protoss Macro Master",
"uiOrderHint": 8
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475336182896"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475321812330"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475336182896",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 8",
"uiOrderHint": 86
},
{
"categoryId": "4377488",
"chainAchievementIds": [
"91475035554450"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555119"
],
"description": "Deal 5,000 damage with Orbital Strike over the course of the Legacy of the Void campaign.",
"flags": 256,
"id": "91475035554450",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-19.jpg",
"isChained": false,
"points": 10,
"title": "Nuked from Orbit",
"uiOrderHint": 3
},
{
"categoryId": "4364797",
"chainAchievementIds": [
"91475321691264"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334846438"
],
"description": "NathaniasVoicePackPurchase",
"flags": 2,
"id": "91475321691264",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "NathaniasVoicePackPurchase",
"uiOrderHint": 11
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475325346138",
"91475333848737",
"91475336215064"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475331829749"
],
"description": "Reach level 15 with Arcturus Mengsk in Co-op Missions.",
"flags": 0,
"id": "91475336215064",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-38.jpg",
"isChained": true,
"points": 10,
"title": "Mengsk: Level 15",
"uiOrderHint": 53
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475322250759",
"91475324025996",
"91475325396653"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475320836110"
],
"description": "VorazunPrestige2",
"flags": 2,
"id": "91475324025996",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "VorazunPrestige2",
"uiOrderHint": 46
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475333422223"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475326265652"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475333422223",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 3",
"uiOrderHint": 81
},
{
"categoryId": "4384124",
"chainAchievementIds": [
"91475333832860"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475334766647"
],
"description": "ConsoleZerg_RCZ",
"flags": 2,
"id": "91475333832860",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "ConsoleZerg_RCZ",
"uiOrderHint": 10
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475328228993",
"91475326794907",
"91475322810161"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475323087648"
],
"description": "DehakaPrestige2",
"flags": 2,
"id": "91475326794907",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "DehakaPrestige2",
"uiOrderHint": 13
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475332447390"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475334665337"
],
"description": "Acquired through the Katowice 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475332447390",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 9",
"uiOrderHint": 87
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322854429",
"91475334298108",
"91475327830693",
"91475330427400",
"91475321240739",
"91475323142710",
"91475336955753",
"91475321042018",
"91475321167330",
"91475329008951",
"91475324461887",
"91475321001569",
"91475321563929",
"91475326532517"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336340955"
],
"description": "Commander Swann Level 6",
"flags": 65538,
"id": "91475321240739",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Swann Level 6",
"uiOrderHint": 126
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475322961304",
"91475335437481",
"91475331305824"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330543434"
],
"description": "Reach level 10 with Evolution Master Abathur in Co-op Missions.",
"flags": 0,
"id": "91475335437481",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-24.jpg",
"isChained": true,
"points": 10,
"title": "Abathur: Level 10",
"uiOrderHint": 22
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475335847082"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Participated in Egg Hunt during the spring of 2017.",
"flags": 4,
"id": "91475335847082",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/8-12.jpg",
"isChained": false,
"points": 0,
"title": "Egg Hunt 2017",
"uiOrderHint": 153
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767751",
"91475320767618",
"91475320767617",
"91475320767630",
"91475320767685",
"91475320767687",
"91475320767689",
"91475320767691",
"91475320767693",
"91475320767695",
"91475320767697",
"91475320767699",
"91475320767701",
"91475320767703",
"91475320767705",
"91475320767707",
"91475320767709",
"91475320767711",
"91475320767713",
"91475320767716",
"91475320768561",
"91475320768563",
"91475320768565",
"91475320768567",
"91475320768569",
"91475320768571",
"91475320768573",
"91475320768575",
"91475320768577",
"91475320768579",
"91475320768601",
"91475320768602",
"91475320768603",
"91475320768604",
"91475320768605",
"91475326412471",
"91475336476745",
"91475332712853",
"91475321522205",
"91475332439472",
"91475337382241",
"91475331911298",
"91475323673651",
"91475321164165",
"91475327887336",
"91475321224922",
"91475337272825",
"91475337224428",
"91475336104367",
"91475327723892"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475320767550"
],
"description": "Reach Zerg Level 7",
"flags": 258,
"id": "91475320767689",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Zerg Level 7",
"uiOrderHint": 110
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322650438",
"91475331582524",
"91475336932905",
"91475330524182",
"91475330590942",
"91475327613837",
"91475336387818",
"91475329230800",
"91475323559090",
"91475332790996",
"91475331161810",
"91475334169303",
"91475332328153",
"91475330677251"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334463529"
],
"description": "Commander Horner Level 10",
"flags": 65538,
"id": "91475323559090",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Horner Level 10",
"uiOrderHint": 116
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475329367219"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475325380753"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475329367219",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 9",
"uiOrderHint": 87
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475333208463"
],
"description": "Commander Mastery Level 84",
"flags": 2,
"id": "91475329195192",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 84",
"uiOrderHint": 86
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475325739484",
"91475335230098",
"91475329643747",
"91475335982428",
"91475323349957",
"91475337460925",
"91475331719616",
"91475325413657",
"91475333503479",
"91475334247166",
"91475337479789",
"91475331646405",
"91475327132403",
"91475323300046"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334620012"
],
"description": "Commander Abathur Level 7",
"flags": 65538,
"id": "91475337460925",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Abathur Level 7",
"uiOrderHint": 225
},
{
"categoryId": "4372089",
"chainAchievementIds": [
"91475328335041"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475321131527"
],
"description": "Reach Ascension level 450 in Co-op.",
"flags": 0,
"id": "91475328335041",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-38.jpg",
"isChained": false,
"points": 10,
"title": "Ascension 450",
"uiOrderHint": 8
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475323092162"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475328755755"
],
"description": "Complete all the Void Campaign achievements.",
"flags": 66,
"id": "91475323092162",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-18.jpg",
"isChained": false,
"points": 0,
"title": "Fill the Void (UNUSED)",
"uiOrderHint": 231
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475333201094"
],
"chainRewardSize": 2,
"criteriaIds": [
"91475324873015"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475333201094",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Free Tier 7",
"uiOrderHint": 107
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475328310476"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475334083101"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475328310476",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Free Tier 14",
"uiOrderHint": 118
},
{
"categoryId": "3211291",
"chainAchievementIds": [
"91475035553961"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy all the Spore Cannons in \"The Gates of Hell\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035553961",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/14-19.jpg",
"isChained": false,
"points": 10,
"title": "The Big Bang Cannon",
"uiOrderHint": 1
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475334810732",
"91475321624165",
"91475321693949",
"91475336007488",
"91475327373594",
"91475333578602",
"91475322540985",
"91475323542107",
"91475337158550",
"91475321133911",
"91475324079858",
"91475324345563",
"91475327010928",
"91475326606414"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322299696"
],
"description": "Commander Stetmann Level 13",
"flags": 65538,
"id": "91475324345563",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Stetmann Level 13",
"uiOrderHint": 329
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322650438",
"91475331582524",
"91475336932905",
"91475330524182",
"91475330590942",
"91475327613837",
"91475336387818",
"91475329230800",
"91475323559090",
"91475332790996",
"91475331161810",
"91475334169303",
"91475332328153",
"91475330677251"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475321783856"
],
"description": "Commander Horner Level 8",
"flags": 65538,
"id": "91475336387818",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Horner Level 8",
"uiOrderHint": 114
},
{
"categoryId": "4346194",
"chainAchievementIds": [
"91475330620652"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475326174608"
],
"description": "Unlocked by watching the BlizzCon 2018 WCS Final 16 with a linked Blizzard account on Twitch.",
"flags": 2,
"id": "91475330620652",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "BlizzCon 2018 WCS Final 16",
"uiOrderHint": 6
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475335445758"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Completed the BlizzCon 2017 War Chest.",
"flags": 4,
"id": "91475335445758",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-51.jpg",
"isChained": false,
"points": 0,
"title": "BlizzCon 2017 War Chest Master",
"uiOrderHint": 161
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332649569"
],
"description": "Commander Mastery Level 86",
"flags": 2,
"id": "91475335552255",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 86",
"uiOrderHint": 88
},
{
"categoryId": "4364154",
"chainAchievementIds": [
"91475331767553"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "Reach level 5 with Hierarch Artanis, Matriarch Vorazun, or Phase-Smith Karax in Co-op Missions.",
"flags": 0,
"id": "91475331767553",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": false,
"points": 10,
"title": "Professional Protoss",
"uiOrderHint": 5
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475323411717"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase the Nation Wars V Ukraine portrait.",
"flags": 2,
"id": "91475323411717",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Nation Wars V Ukraine",
"uiOrderHint": 195
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475332196275",
"91475324594348",
"91475328708272",
"91475333554813",
"91475335399269",
"91475325389460",
"91475337298089",
"91475324117463",
"91475323850414",
"91475329998087",
"91475331641918",
"91475337158612",
"91475328372897",
"91475322530055"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336036256"
],
"description": "Commander Karax Level 11",
"flags": 65538,
"id": "91475329998087",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Karax Level 11",
"uiOrderHint": 215
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475321421079"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475323383082"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475321421079",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 6",
"uiOrderHint": 55
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475326270744"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475333967518"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475326270744",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 9",
"uiOrderHint": 91
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475336371133",
"91475328734338",
"91475320797573",
"91475332633578",
"91475335049594",
"91475335093676",
"91475323645440",
"91475329700381",
"91475323526427",
"91475322006573",
"91475322391055",
"91475334010833",
"91475330728370",
"91475336005730"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336873204"
],
"description": "Commander Fenix Level 10",
"flags": 65538,
"id": "91475323526427",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Fenix Level 10",
"uiOrderHint": 270
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475327581476"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475334070928"
],
"description": "Acquired through the Katowice 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475327581476",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 10",
"uiOrderHint": 58
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475333356840"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475335157296"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475333356840",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 6",
"uiOrderHint": 88
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475332922665"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475321574649"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475332922665",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 4",
"uiOrderHint": 53
},
{
"categoryId": "4387708",
"chainAchievementIds": [
"91475035554456"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy all enemy structures in the \"Spear of Adun\" mission on Hard difficulty.",
"flags": 0,
"id": "91475035554456",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-37.jpg",
"isChained": false,
"points": 10,
"title": "Adun Toridas",
"uiOrderHint": 2
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475330891057"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322897852"
],
"description": "BlizzConqueror 2016 DVa License Dummy",
"flags": 2,
"id": "91475330891057",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/8-0.jpg",
"isChained": false,
"points": 0,
"title": "BlizzConqueror 2016 DVa License Dummy",
"uiOrderHint": 148
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475320806706"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475336207648"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475320806706",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 5",
"uiOrderHint": 5
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475324697913"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase the Nation Wars V Mexico portrait.",
"flags": 2,
"id": "91475324697913",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Nation Wars V Mexico",
"uiOrderHint": 189
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475334165341",
"91475336109372",
"91475324298548",
"91475333837254",
"91475326877418",
"91475325714881",
"91475329850101",
"91475332974241",
"91475326990194",
"91475334502460",
"91475327728729",
"91475331215777",
"91475326748926",
"91475334052473"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336367320"
],
"description": "Commander Kerrigan Level 3",
"flags": 65538,
"id": "91475336109372",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Kerrigan Level 3",
"uiOrderHint": 137
},
{
"categoryId": "4353371",
"chainAchievementIds": [
"91475335028033",
"91475322035960",
"91475332517436",
"91475321434128",
"91475336742427",
"91475332024771",
"91475332589913",
"91475324244989"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475335176337"
],
"description": "Complete 10 missions on Hard difficulty in Co-op Missions.",
"flags": 256,
"id": "91475335028033",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-33.jpg",
"isChained": true,
"points": 10,
"title": "Hard: 10",
"uiOrderHint": 16
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475333360485"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475336245999"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475333360485",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 6",
"uiOrderHint": 84
},
{
"categoryId": "4330138",
"chainAchievementIds": [
"91475323511820",
"91475321492707",
"91475328059486",
"91475321202686"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Gain 250 \"Void Campaign\" achievement points",
"flags": 2,
"id": "91475321492707",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/15-9.jpg",
"isChained": true,
"points": 0,
"title": "Void Campaign Bronze",
"uiOrderHint": 1
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475333586255"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475326966305"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475333586255",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 12",
"uiOrderHint": 28
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475337280850"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332033054"
],
"description": "%userName% has reached the finals in a Master tournament",
"flags": 49154,
"id": "91475337280850",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Master Finals",
"uiOrderHint": 166
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475330268501"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475332385942"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475330268501",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 4",
"uiOrderHint": 4
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475331579223"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475321601175"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475331579223",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 9",
"uiOrderHint": 75
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475321797977"
],
"chainRewardSize": 4,
"criteriaIds": [
"91475320932375"
],
"description": "Purchased a StarCraft II campaign prior to Patch 4.0.",
"flags": 4,
"id": "91475321797977",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-62.jpg",
"isChained": false,
"points": 0,
"title": "StarCraft II Veteran",
"uiOrderHint": 168
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332570452"
],
"description": "Commander Mastery Level 38",
"flags": 2,
"id": "91475321322843",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 38",
"uiOrderHint": 40
},
{
"categoryId": "3211287",
"chainAchievementIds": [
"91475035553912"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Ghost of a Chance\" mission using Dominated units to kill at least 15 enemy troops on Normal difficulty.",
"flags": 0,
"id": "91475035553912",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/33-53.jpg",
"isChained": false,
"points": 10,
"title": "Dominate Tricks",
"uiOrderHint": 10
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475329105262"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475331880639"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475329105262",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 6",
"uiOrderHint": 6
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475337117041"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475334238944"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475337117041",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 10",
"uiOrderHint": 93
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475327655282"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475327699246"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475327655282",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 10",
"uiOrderHint": 10
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475321586896",
"91475325727099",
"91475321312510",
"91475332311929",
"91475333033207",
"91475323447977",
"91475324866583",
"91475332410762",
"91475333562645",
"91475329089888",
"91475323078138",
"91475330371739",
"91475337106480",
"91475335642487"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475333364844"
],
"description": "Commander Raynor Level 15",
"flags": 65538,
"id": "91475335642487",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Raynor Level 15",
"uiOrderHint": 107
},
{
"categoryId": "3211287",
"chainAchievementIds": [
"91475035553913"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Kill every enemy unit in the \"Ghost of a Chance\" mission on Hard difficulty.",
"flags": 0,
"id": "91475035553913",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/33-54.jpg",
"isChained": false,
"points": 10,
"title": "Total Protonic Reversal",
"uiOrderHint": 11
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475323592061"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475331896659"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475323592061",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 9",
"uiOrderHint": 91
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475327008127"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475322014089"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475327008127",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 10",
"uiOrderHint": 59
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475325649922",
"91475321783176",
"91475323026939",
"91475326885795",
"91475331915136",
"91475329586185",
"91475330075807",
"91475334710381",
"91475322081566",
"91475320776478",
"91475321996923",
"91475326659390",
"91475332718172",
"91475329431760"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329965144"
],
"description": "Commander Alarak Level 6",
"flags": 65538,
"id": "91475331915136",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Alarak Level 6",
"uiOrderHint": 238
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475336854914"
],
"chainRewardSize": 2,
"criteriaIds": [
"91475322601064"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475336854914",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 10",
"uiOrderHint": 42
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475326352776"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475322787533"
],
"description": "Acquired through the Katowice 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475326352776",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 6",
"uiOrderHint": 69
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475325739484",
"91475335230098",
"91475329643747",
"91475335982428",
"91475323349957",
"91475337460925",
"91475331719616",
"91475325413657",
"91475333503479",
"91475334247166",
"91475337479789",
"91475331646405",
"91475327132403",
"91475323300046"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475333412360"
],
"description": "Commander Abathur Level 4",
"flags": 65538,
"id": "91475329643747",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Abathur Level 4",
"uiOrderHint": 222
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767753",
"91475320768464",
"91475320768465",
"91475320767628",
"91475320767718",
"91475320767720",
"91475320767722",
"91475320767725",
"91475320767727",
"91475320767729",
"91475320767731",
"91475320767733",
"91475320767735",
"91475320767737",
"91475320767739",
"91475320767741",
"91475320767743",
"91475320767745",
"91475320767747",
"91475320767749",
"91475320768541",
"91475320768543",
"91475320768545",
"91475320768547",
"91475320768549",
"91475320768551",
"91475320768553",
"91475320768555",
"91475320768557",
"91475320768559",
"91475320768596",
"91475320768597",
"91475320768598",
"91475320768599",
"91475320768600",
"91475331400752",
"91475325231713",
"91475322949214",
"91475337108962",
"91475331595691",
"91475321765537",
"91475333921677",
"91475326002015",
"91475337322106",
"91475333697442",
"91475321011603",
"91475329978793",
"91475328306326",
"91475333482488",
"91475331189724"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475328017425"
],
"description": "Reach Terran Level 46",
"flags": 258,
"id": "91475321011603",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Terran Level 46",
"uiOrderHint": 99
},
{
"categoryId": "3211291",
"chainAchievementIds": [
"91475035553963"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete all mission objectives in the \"Belly of the Beast\" mission.",
"flags": 0,
"id": "91475035553963",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/14-20.jpg",
"isChained": false,
"points": 15,
"title": "Belly of the Beast",
"uiOrderHint": 3
},
{
"categoryId": "4377898",
"chainAchievementIds": [
"91475322961304",
"91475335437481",
"91475331305824"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322157630"
],
"description": "Reach level 5 with Evolution Master Abathur in Co-op Missions.",
"flags": 0,
"id": "91475322961304",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-23.jpg",
"isChained": true,
"points": 10,
"title": "Abathur: Level 5",
"uiOrderHint": 21
},
{
"categoryId": "4325379",
"chainAchievementIds": [
"91475035553914"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475035553985",
"91475035553986",
"91475035553987",
"91475035553988",
"91475035553989",
"91475035553990",
"91475035553991",
"91475035553992",
"91475035553995",
"91475035553996",
"91475035553993",
"91475035553994"
],
"description": "Complete all the Covert mission achievements.",
"flags": 0,
"id": "91475035553914",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/14-49.jpg",
"isChained": false,
"points": 20,
"title": "Covert Mastery",
"uiOrderHint": 3
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475330686362"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475333538872"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475330686362",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 6",
"uiOrderHint": 38
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475329727904"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330366095"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475329727904",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 6",
"uiOrderHint": 22
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767753",
"91475320768464",
"91475320768465",
"91475320767628",
"91475320767718",
"91475320767720",
"91475320767722",
"91475320767725",
"91475320767727",
"91475320767729",
"91475320767731",
"91475320767733",
"91475320767735",
"91475320767737",
"91475320767739",
"91475320767741",
"91475320767743",
"91475320767745",
"91475320767747",
"91475320767749",
"91475320768541",
"91475320768543",
"91475320768545",
"91475320768547",
"91475320768549",
"91475320768551",
"91475320768553",
"91475320768555",
"91475320768557",
"91475320768559",
"91475320768596",
"91475320768597",
"91475320768598",
"91475320768599",
"91475320768600",
"91475331400752",
"91475325231713",
"91475322949214",
"91475337108962",
"91475331595691",
"91475321765537",
"91475333921677",
"91475326002015",
"91475337322106",
"91475333697442",
"91475321011603",
"91475329978793",
"91475328306326",
"91475333482488",
"91475331189724"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475326427787"
],
"description": "Reach Terran Level 40",
"flags": 258,
"id": "91475331595691",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Terran Level 40",
"uiOrderHint": 93
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767755",
"91475320767624",
"91475320767623",
"91475320767626",
"91475320767632",
"91475320767634",
"91475320767636",
"91475320767638",
"91475320767640",
"91475320767642",
"91475320767644",
"91475320767646",
"91475320767648",
"91475320767650",
"91475320767652",
"91475320767654",
"91475320767656",
"91475320767659",
"91475320767661",
"91475320767663",
"91475320768521",
"91475320768523",
"91475320768525",
"91475320768527",
"91475320768529",
"91475320768531",
"91475320768533",
"91475320768535",
"91475320768537",
"91475320768539",
"91475320768591",
"91475320768592",
"91475320768593",
"91475320768594",
"91475320768595",
"91475334478743",
"91475334364592",
"91475324415927",
"91475323611786",
"91475323968940",
"91475321274038",
"91475324500023",
"91475337351852",
"91475322389556",
"91475323198050",
"91475331460172",
"91475334302191",
"91475331363444",
"91475325435422",
"91475325691525"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475333053206"
],
"description": "Reach Protoss Level 40",
"flags": 258,
"id": "91475323968940",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Protoss Level 40",
"uiOrderHint": 43
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767755",
"91475320767624",
"91475320767623",
"91475320767626",
"91475320767632",
"91475320767634",
"91475320767636",
"91475320767638",
"91475320767640",
"91475320767642",
"91475320767644",
"91475320767646",
"91475320767648",
"91475320767650",
"91475320767652",
"91475320767654",
"91475320767656",
"91475320767659",
"91475320767661",
"91475320767663",
"91475320768521",
"91475320768523",
"91475320768525",
"91475320768527",
"91475320768529",
"91475320768531",
"91475320768533",
"91475320768535",
"91475320768537",
"91475320768539",
"91475320768591",
"91475320768592",
"91475320768593",
"91475320768594",
"91475320768595",
"91475334478743",
"91475334364592",
"91475324415927",
"91475323611786",
"91475323968940",
"91475321274038",
"91475324500023",
"91475337351852",
"91475322389556",
"91475323198050",
"91475331460172",
"91475334302191",
"91475331363444",
"91475325435422",
"91475325691525"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475325542456"
],
"description": "Reach Protoss Level 37",
"flags": 258,
"id": "91475334364592",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Protoss Level 37",
"uiOrderHint": 40
},
{
"categoryId": "3211288",
"chainAchievementIds": [
"91475035553915"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete all mission objectives in \"The Great Train Robbery\" mission.",
"flags": 0,
"id": "91475035553915",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/33-55.jpg",
"isChained": false,
"points": 15,
"title": "The Great Train Robbery",
"uiOrderHint": 0
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475321808117",
"91475334494212",
"91475321491629"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475331202353"
],
"description": "StetmannPrestige1",
"flags": 2,
"id": "91475321808117",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "StetmannPrestige1",
"uiOrderHint": 33
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475336437185"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475331093494"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475336437185",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran War Chest",
"uiOrderHint": 66
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475329563278"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475322931024"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475329563278",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 4",
"uiOrderHint": 36
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475330325958"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475328892477"
],
"description": "%userName% has won a Gold tournament",
"flags": 49154,
"id": "91475330325958",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Win a Gold Tournament",
"uiOrderHint": 170
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475325390754"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475334664948"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475325390754",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 14",
"uiOrderHint": 30
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475334372819"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475327096676"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475334372819",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 2",
"uiOrderHint": 34
},
{
"categoryId": "3211288",
"chainAchievementIds": [
"91475035553916"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Kill the Marauder Kill Team in \"The Great Train Robbery\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035553916",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/33-56.jpg",
"isChained": false,
"points": 10,
"title": "Bully the Bullies",
"uiOrderHint": 1
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475326016982"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475328367466"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475326016982",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 1",
"uiOrderHint": 67
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475335331290"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336435354",
"91475322018006",
"91475328704530"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475335331290",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "WarChestSeason1GlobalStarter",
"uiOrderHint": 48
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475324069500",
"91475325812187",
"91475324263228",
"91475329888941",
"91475321279266",
"91475323725022",
"91475327277151",
"91475336070866",
"91475324810056",
"91475321007776",
"91475330070046",
"91475333563410",
"91475335376759",
"91475326305278"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475325609233"
],
"description": "Commander Mengsk Level 3",
"flags": 65538,
"id": "91475325812187",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mengsk Level 3",
"uiOrderHint": 333
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475328214267"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475335264914"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475328214267",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 12",
"uiOrderHint": 12
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322854429",
"91475334298108",
"91475327830693",
"91475330427400",
"91475321240739",
"91475323142710",
"91475336955753",
"91475321042018",
"91475321167330",
"91475329008951",
"91475324461887",
"91475321001569",
"91475321563929",
"91475326532517"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334747088"
],
"description": "Commander Swann Level 10",
"flags": 65538,
"id": "91475321167330",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Swann Level 10",
"uiOrderHint": 130
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475323125219"
],
"chainRewardSize": 2,
"criteriaIds": [],
"description": "Purchase the Purifier Executor Fenix Co-op Commander.",
"flags": 4,
"id": "91475323125219",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/8-13.jpg",
"isChained": false,
"points": 0,
"title": "Purifier Executor Commander",
"uiOrderHint": 155
},
{
"categoryId": "4384124",
"chainAchievementIds": [
"91475320823272"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475323735798"
],
"description": "ConsoleTerran_Horner",
"flags": 2,
"id": "91475320823272",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "ConsoleTerran_Horner",
"uiOrderHint": 8
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329190777"
],
"description": "Commander Mastery Level 36",
"flags": 2,
"id": "91475326451178",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 36",
"uiOrderHint": 38
},
{
"categoryId": "4353371",
"chainAchievementIds": [
"91475332369454",
"91475325478583",
"91475332741354",
"91475331870315",
"91475328131428",
"91475322969088",
"91475324050927",
"91475329056828"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330652721"
],
"description": "Complete 300 missions on Brutal difficulty in Co-op Missions.",
"flags": 256,
"id": "91475324050927",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-48.jpg",
"isChained": true,
"points": 10,
"title": "Brutal: 300",
"uiOrderHint": 30
},
{
"categoryId": "4346194",
"chainAchievementIds": [
"91475322224120"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "Purchase the Casters Invitational portrait for this caster.",
"flags": 2,
"id": "91475322224120",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Casters Invitational",
"uiOrderHint": 20
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767751",
"91475320767618",
"91475320767617",
"91475320767630",
"91475320767685",
"91475320767687",
"91475320767689",
"91475320767691",
"91475320767693",
"91475320767695",
"91475320767697",
"91475320767699",
"91475320767701",
"91475320767703",
"91475320767705",
"91475320767707",
"91475320767709",
"91475320767711",
"91475320767713",
"91475320767716",
"91475320768561",
"91475320768563",
"91475320768565",
"91475320768567",
"91475320768569",
"91475320768571",
"91475320768573",
"91475320768575",
"91475320768577",
"91475320768579",
"91475320768601",
"91475320768602",
"91475320768603",
"91475320768604",
"91475320768605",
"91475326412471",
"91475336476745",
"91475332712853",
"91475321522205",
"91475332439472",
"91475337382241",
"91475331911298",
"91475323673651",
"91475321164165",
"91475327887336",
"91475321224922",
"91475337272825",
"91475337224428",
"91475336104367",
"91475327723892"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475325597355"
],
"description": "Reach Zerg Level 47",
"flags": 258,
"id": "91475337272825",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Zerg Level 47",
"uiOrderHint": 150
},
{
"categoryId": "4345039",
"chainAchievementIds": [
"91475035554782"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"In the Enemy's Shadow\" mission in Nova Covert Ops.",
"flags": 0,
"id": "91475035554782",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-72.jpg",
"isChained": false,
"points": 10,
"title": "In the Enemy's Shadow",
"uiOrderHint": 25
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475325649922",
"91475321783176",
"91475323026939",
"91475326885795",
"91475331915136",
"91475329586185",
"91475330075807",
"91475334710381",
"91475322081566",
"91475320776478",
"91475321996923",
"91475326659390",
"91475332718172",
"91475329431760"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334485463"
],
"description": "Commander Alarak Level 4",
"flags": 65538,
"id": "91475323026939",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Alarak Level 4",
"uiOrderHint": 236
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475332898308"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475333606705"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475332898308",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 6",
"uiOrderHint": 69
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475324080045"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475321342412"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475324080045",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 12",
"uiOrderHint": 12
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475327755523"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase the Nation Wars V Italy portrait.",
"flags": 2,
"id": "91475327755523",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Nation Wars V Italy",
"uiOrderHint": 188
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475326598673"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475320784880"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475326598673",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 13",
"uiOrderHint": 13
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475321435484",
"91475322968204",
"91475334881061",
"91475327216812",
"91475334643221",
"91475321604827",
"91475325026838",
"91475328024818",
"91475322804537",
"91475328942189",
"91475327409252",
"91475325236409",
"91475330161255",
"91475335925171"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329560007"
],
"description": "Commander Artanis Level 6",
"flags": 65538,
"id": "91475334643221",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Artanis Level 6",
"uiOrderHint": 182
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475327671837"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase the Nation Wars V Poland portrait.",
"flags": 2,
"id": "91475327671837",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Nation Wars V Poland",
"uiOrderHint": 192
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767755",
"91475320767624",
"91475320767623",
"91475320767626",
"91475320767632",
"91475320767634",
"91475320767636",
"91475320767638",
"91475320767640",
"91475320767642",
"91475320767644",
"91475320767646",
"91475320767648",
"91475320767650",
"91475320767652",
"91475320767654",
"91475320767656",
"91475320767659",
"91475320767661",
"91475320767663",
"91475320768521",
"91475320768523",
"91475320768525",
"91475320768527",
"91475320768529",
"91475320768531",
"91475320768533",
"91475320768535",
"91475320768537",
"91475320768539",
"91475320768591",
"91475320768592",
"91475320768593",
"91475320768594",
"91475320768595",
"91475334478743",
"91475334364592",
"91475324415927",
"91475323611786",
"91475323968940",
"91475321274038",
"91475324500023",
"91475337351852",
"91475322389556",
"91475323198050",
"91475331460172",
"91475334302191",
"91475331363444",
"91475325435422",
"91475325691525"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475333255466"
],
"description": "Reach Protoss Level 49",
"flags": 258,
"id": "91475325435422",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Protoss Level 49",
"uiOrderHint": 52
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475333791271"
],
"chainRewardSize": 3,
"criteriaIds": [
"91475324800971"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475333791271",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 10",
"uiOrderHint": 42
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475335437870"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475328217876"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475335437870",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 10",
"uiOrderHint": 59
},
{
"categoryId": "3211288",
"chainAchievementIds": [
"91475035553919"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Kill 25 total units with Vulture Spider Mines in the \"Cutthroat\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035553919",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/33-59.jpg",
"isChained": false,
"points": 10,
"title": "Minesweeper",
"uiOrderHint": 4
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475335994928"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332695740"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475335994928",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 11",
"uiOrderHint": 27
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475325132337"
],
"chainRewardSize": 2,
"criteriaIds": [],
"description": "Purchase the Dark Prelate Zeratul Co-op Commander.",
"flags": 4,
"id": "91475325132337",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-5.jpg",
"isChained": false,
"points": 0,
"title": "Dark Prelate Commander",
"uiOrderHint": 225
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475325035850",
"91475323293624",
"91475336337384",
"91475322653279",
"91475330804320",
"91475335577182",
"91475323060092",
"91475335519300",
"91475332973202",
"91475321644004",
"91475329755130",
"91475325212654",
"91475337204708",
"91475333648460"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330305762"
],
"description": "Commander Stukov Level 5",
"flags": 65538,
"id": "91475322653279",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Stukov Level 5",
"uiOrderHint": 167
},
{
"categoryId": "4387708",
"chainAchievementIds": [
"91475035554465"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Templar's Charge\" mission without moving the platform more than 4 times on Hard difficulty.",
"flags": 0,
"id": "91475035554465",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/6-48.jpg",
"isChained": false,
"points": 10,
"title": "Tropophobic",
"uiOrderHint": 13
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475321839166"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475333766855"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475321839166",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 7",
"uiOrderHint": 23
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475336589239"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475334893337"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475336589239",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg War Chest",
"uiOrderHint": 49
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475324894790"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475326388716"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475324894790",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 14",
"uiOrderHint": 62
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475335765575"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475335238246"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475335765575",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 1",
"uiOrderHint": 17
},
{
"categoryId": "3211288",
"chainAchievementIds": [
"91475035553920"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Don't train additional SCVs before purchasing Han's contract in the \"Cutthroat\" mission on Hard difficulty.",
"flags": 0,
"id": "91475035553920",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/33-60.jpg",
"isChained": false,
"points": 10,
"title": "Solitaire",
"uiOrderHint": 5
},
{
"categoryId": "4364473",
"chainAchievementIds": [
"91475329283012",
"91475322609235",
"91475329921184",
"91475335963007"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Gain 90 \"Mission Packs\" achievement points.",
"flags": 2,
"id": "91475322609235",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/15-13.jpg",
"isChained": true,
"points": 0,
"title": "Mission Packs Bronze",
"uiOrderHint": 1
},
{
"categoryId": "4346194",
"chainAchievementIds": [
"91475335986772"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "Purchase the Casters Invitational portrait for this caster.",
"flags": 2,
"id": "91475335986772",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Casters Invitational",
"uiOrderHint": 7
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475325099609"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Purchase the Nation Wars V Hungary portrait.",
"flags": 2,
"id": "91475325099609",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Nation Wars V Hungary",
"uiOrderHint": 207
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475325649922",
"91475321783176",
"91475323026939",
"91475326885795",
"91475331915136",
"91475329586185",
"91475330075807",
"91475334710381",
"91475322081566",
"91475320776478",
"91475321996923",
"91475326659390",
"91475332718172",
"91475329431760"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475325944938"
],
"description": "Commander Alarak Level 14",
"flags": 65538,
"id": "91475332718172",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Alarak Level 14",
"uiOrderHint": 246
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475325035850",
"91475323293624",
"91475336337384",
"91475322653279",
"91475330804320",
"91475335577182",
"91475323060092",
"91475335519300",
"91475332973202",
"91475321644004",
"91475329755130",
"91475325212654",
"91475337204708",
"91475333648460"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475328996904"
],
"description": "Commander Stukov Level 7",
"flags": 65538,
"id": "91475335577182",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Stukov Level 7",
"uiOrderHint": 169
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475324780128"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329098846"
],
"description": "%userName% has qualified out of a group stage in a Master tournament",
"flags": 49154,
"id": "91475324780128",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Group Qualified (Master)",
"uiOrderHint": 159
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475329039972"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475334381603"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475329039972",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 1",
"uiOrderHint": 50
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475337001654",
"91475322535525",
"91475324679442"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329429209"
],
"description": "ZagaraPrestige2",
"flags": 2,
"id": "91475322535525",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "ZagaraPrestige2",
"uiOrderHint": 49
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475337001654",
"91475322535525",
"91475324679442"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322834178"
],
"description": "ZagaraPrestige3",
"flags": 2,
"id": "91475324679442",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "ZagaraPrestige3",
"uiOrderHint": 50
},
{
"categoryId": "3211288",
"chainAchievementIds": [
"91475035553921"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete all mission objectives in the \"Engine of Destruction\" mission.",
"flags": 0,
"id": "91475035553921",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/33-61.jpg",
"isChained": false,
"points": 15,
"title": "Engine of Destruction",
"uiOrderHint": 6
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475333780375",
"91475322640160",
"91475331662879",
"91475329304055",
"91475321069382",
"91475329449994",
"91475321050054",
"91475323708411",
"91475322016742",
"91475322899732",
"91475328465804",
"91475336234660",
"91475336785945",
"91475321775069"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475328849896"
],
"description": "Commander Tychus Level 6",
"flags": 65538,
"id": "91475321069382",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Tychus Level 6",
"uiOrderHint": 294
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767753",
"91475320768464",
"91475320768465",
"91475320767628",
"91475320767718",
"91475320767720",
"91475320767722",
"91475320767725",
"91475320767727",
"91475320767729",
"91475320767731",
"91475320767733",
"91475320767735",
"91475320767737",
"91475320767739",
"91475320767741",
"91475320767743",
"91475320767745",
"91475320767747",
"91475320767749",
"91475320768541",
"91475320768543",
"91475320768545",
"91475320768547",
"91475320768549",
"91475320768551",
"91475320768553",
"91475320768555",
"91475320768557",
"91475320768559",
"91475320768596",
"91475320768597",
"91475320768598",
"91475320768599",
"91475320768600",
"91475331400752",
"91475325231713",
"91475322949214",
"91475337108962",
"91475331595691",
"91475321765537",
"91475333921677",
"91475326002015",
"91475337322106",
"91475333697442",
"91475321011603",
"91475329978793",
"91475328306326",
"91475333482488",
"91475331189724"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475325081702"
],
"description": "Reach Terran Level 44",
"flags": 258,
"id": "91475337322106",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Terran Level 44",
"uiOrderHint": 97
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475328228993",
"91475326794907",
"91475322810161"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336631093"
],
"description": "DehakaPrestige1",
"flags": 2,
"id": "91475328228993",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "DehakaPrestige1",
"uiOrderHint": 12
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475323453060"
],
"chainRewardSize": 18,
"criteriaIds": [],
"description": "Purchase the BlizzCon 2017 War Chest or the WCS 2017 Portrait Pack.",
"flags": 4,
"id": "91475323453060",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-52.jpg",
"isChained": false,
"points": 0,
"title": "2017 World Championship Spectator",
"uiOrderHint": 175
},
{
"categoryId": "3211288",
"chainAchievementIds": [
"91475035553922"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Destroy the Loki in the \"Engine of Destruction\" mission on Normal difficulty.",
"flags": 0,
"id": "91475035553922",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/33-62.jpg",
"isChained": false,
"points": 10,
"title": "Kicking Asgard",
"uiOrderHint": 7
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475321061002"
],
"chainRewardSize": 3,
"criteriaIds": [
"91475321261322"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475321061002",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 10",
"uiOrderHint": 26
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475331276427"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336013541"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475331276427",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 3",
"uiOrderHint": 35
},
{
"categoryId": "4384124",
"chainAchievementIds": [
"91475327373251"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "ConsoleProtoss_Forged",
"flags": 2,
"id": "91475327373251",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "ConsoleProtoss_Forged",
"uiOrderHint": 1
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475333529231"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336937234"
],
"description": "Reward for claiming the \"Abathur: Evolved Bundle\" through Twitch Prime.",
"flags": 2,
"id": "91475333529231",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Abathur: Evolved Bundle",
"uiOrderHint": 228
},
{
"categoryId": "4369693",
"chainAchievementIds": [
"91475336371857"
],
"chainRewardSize": 1,
"criteriaIds": [],
"description": "Win a 1v1 Testing game.",
"flags": 0,
"id": "91475336371857",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/8-1.jpg",
"isChained": false,
"points": 10,
"title": "Balance of Power",
"uiOrderHint": 4
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475332874592"
],
"chainRewardSize": 3,
"criteriaIds": [
"91475326482323"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475332874592",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 15",
"uiOrderHint": 47
},
{
"categoryId": "4359061",
"chainAchievementIds": [
"91475335333585",
"91475323865050",
"91475334317061",
"91475325369419",
"91475323182742",
"91475331865164"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475321796207"
],
"description": "Complete 100 weekly Mutation challenge missions on Casual difficulty.",
"flags": 256,
"id": "91475323182742",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-68.jpg",
"isChained": true,
"points": 10,
"title": "Mutation Casual: 100",
"uiOrderHint": 4
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475335675544"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475327465547"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475335675544",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 6",
"uiOrderHint": 38
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475331841690"
],
"chainRewardSize": 2,
"criteriaIds": [
"91475323798122"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475331841690",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 10",
"uiOrderHint": 26
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767753",
"91475320768464",
"91475320768465",
"91475320767628",
"91475320767718",
"91475320767720",
"91475320767722",
"91475320767725",
"91475320767727",
"91475320767729",
"91475320767731",
"91475320767733",
"91475320767735",
"91475320767737",
"91475320767739",
"91475320767741",
"91475320767743",
"91475320767745",
"91475320767747",
"91475320767749",
"91475320768541",
"91475320768543",
"91475320768545",
"91475320768547",
"91475320768549",
"91475320768551",
"91475320768553",
"91475320768555",
"91475320768557",
"91475320768559",
"91475320768596",
"91475320768597",
"91475320768598",
"91475320768599",
"91475320768600",
"91475331400752",
"91475325231713",
"91475322949214",
"91475337108962",
"91475331595691",
"91475321765537",
"91475333921677",
"91475326002015",
"91475337322106",
"91475333697442",
"91475321011603",
"91475329978793",
"91475328306326",
"91475333482488",
"91475331189724"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475325573907"
],
"description": "Reach Terran Level 41",
"flags": 258,
"id": "91475321765537",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Terran Level 41",
"uiOrderHint": 94
},
{
"categoryId": "3211288",
"chainAchievementIds": [
"91475035553923"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Don't let the Odin drop below 30% of its total life in the \"Engine of Destruction\" mission on Hard difficulty.",
"flags": 0,
"id": "91475035553923",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/33-63.jpg",
"isChained": false,
"points": 10,
"title": "Ragnarok & Roll",
"uiOrderHint": 8
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475328834164"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475335563346"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475328834164",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 12",
"uiOrderHint": 95
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475321306804"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475326010303"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475321306804",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 7",
"uiOrderHint": 89
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767755",
"91475320767624",
"91475320767623",
"91475320767626",
"91475320767632",
"91475320767634",
"91475320767636",
"91475320767638",
"91475320767640",
"91475320767642",
"91475320767644",
"91475320767646",
"91475320767648",
"91475320767650",
"91475320767652",
"91475320767654",
"91475320767656",
"91475320767659",
"91475320767661",
"91475320767663",
"91475320768521",
"91475320768523",
"91475320768525",
"91475320768527",
"91475320768529",
"91475320768531",
"91475320768533",
"91475320768535",
"91475320768537",
"91475320768539",
"91475320768591",
"91475320768592",
"91475320768593",
"91475320768594",
"91475320768595",
"91475334478743",
"91475334364592",
"91475324415927",
"91475323611786",
"91475323968940",
"91475321274038",
"91475324500023",
"91475337351852",
"91475322389556",
"91475323198050",
"91475331460172",
"91475334302191",
"91475331363444",
"91475325435422",
"91475325691525"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475329998447"
],
"description": "Reach Protoss Level 41",
"flags": 258,
"id": "91475321274038",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Protoss Level 41",
"uiOrderHint": 44
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475327442620"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475335161333"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475327442620",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 3",
"uiOrderHint": 66
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475326092577"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334432895"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475326092577",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 3",
"uiOrderHint": 19
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475330137794"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475325020828"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475330137794",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 2",
"uiOrderHint": 34
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475323073456"
],
"description": "Commander Mastery Level 59",
"flags": 2,
"id": "91475321773763",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 59",
"uiOrderHint": 61
},
{
"categoryId": "3211288",
"chainAchievementIds": [
"91475035553924"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete all mission objectives in the \"Media Blitz\" mission.",
"flags": 0,
"id": "91475035553924",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/33-64.jpg",
"isChained": false,
"points": 15,
"title": "Media Blitz",
"uiOrderHint": 9
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475331899078"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322981574"
],
"description": "%userName% has entered a tournament",
"flags": 49154,
"id": "91475331899078",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Entered Tournament",
"uiOrderHint": 175
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475330935154",
"91475324352805",
"91475323633358",
"91475332102990",
"91475322542287",
"91475333308268",
"91475331454285",
"91475325277874",
"91475327594839",
"91475327523435",
"91475321729776",
"91475330066312",
"91475332211678",
"91475321384231"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475330637733"
],
"description": "Commander Dehaka Level 4",
"flags": 65538,
"id": "91475323633358",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Dehaka Level 4",
"uiOrderHint": 278
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322650438",
"91475331582524",
"91475336932905",
"91475330524182",
"91475330590942",
"91475327613837",
"91475336387818",
"91475329230800",
"91475323559090",
"91475332790996",
"91475331161810",
"91475334169303",
"91475332328153",
"91475330677251"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475334260551"
],
"description": "Commander Horner Level 12",
"flags": 65538,
"id": "91475331161810",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Horner Level 12",
"uiOrderHint": 118
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322682155",
"91475337284571",
"91475325755095",
"91475334780331",
"91475330336673",
"91475331345989",
"91475322337668",
"91475325934204",
"91475327144574",
"91475323654846",
"91475333145996",
"91475327111701",
"91475324645227",
"91475332922144"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475325524376"
],
"description": "Commander Zeratul Level 4",
"flags": 65538,
"id": "91475325755095",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Zeratul Level 4",
"uiOrderHint": 306
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475321208536"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475331410695"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475321208536",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 3",
"uiOrderHint": 35
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475334536921"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475320961036",
"91475336460677",
"91475327957908",
"91475330009323"
],
"description": "Complete all the Missions Difficulty Achievements.",
"flags": 0,
"id": "91475334536921",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-20.jpg",
"isChained": false,
"points": 20,
"title": "Galaxy Commander",
"uiOrderHint": 347
},
{
"categoryId": "4325377",
"chainAchievementIds": [
"91475320767751",
"91475320767618",
"91475320767617",
"91475320767630",
"91475320767685",
"91475320767687",
"91475320767689",
"91475320767691",
"91475320767693",
"91475320767695",
"91475320767697",
"91475320767699",
"91475320767701",
"91475320767703",
"91475320767705",
"91475320767707",
"91475320767709",
"91475320767711",
"91475320767713",
"91475320767716",
"91475320768561",
"91475320768563",
"91475320768565",
"91475320768567",
"91475320768569",
"91475320768571",
"91475320768573",
"91475320768575",
"91475320768577",
"91475320768579",
"91475320768601",
"91475320768602",
"91475320768603",
"91475320768604",
"91475320768605",
"91475326412471",
"91475336476745",
"91475332712853",
"91475321522205",
"91475332439472",
"91475337382241",
"91475331911298",
"91475323673651",
"91475321164165",
"91475327887336",
"91475321224922",
"91475337272825",
"91475337224428",
"91475336104367",
"91475327723892"
],
"chainRewardSize": 32,
"criteriaIds": [
"91475336101987"
],
"description": "Reach Zerg Level 46",
"flags": 258,
"id": "91475321224922",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-28.jpg",
"isChained": true,
"points": 0,
"title": "Zerg Level 46",
"uiOrderHint": 149
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475321585371"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475324833393"
],
"description": "Acquired by purchasing ticket for BlizzCon 2018, or through purchase when available.",
"flags": 2,
"id": "91475321585371",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-1.jpg",
"isChained": false,
"points": 0,
"title": "BlizzConqueror 2018",
"uiOrderHint": 220
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475329523734"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475333576091"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475329523734",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 13",
"uiOrderHint": 13
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322682155",
"91475337284571",
"91475325755095",
"91475334780331",
"91475330336673",
"91475331345989",
"91475322337668",
"91475325934204",
"91475327144574",
"91475323654846",
"91475333145996",
"91475327111701",
"91475324645227",
"91475332922144"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475336471890"
],
"description": "Commander Zeratul Level 9",
"flags": 65538,
"id": "91475325934204",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Zeratul Level 9",
"uiOrderHint": 311
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475334528742"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475323000606"
],
"description": "Acquired through the BlizzCon 2017 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475334528742",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 7",
"uiOrderHint": 73
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475324198631"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475334021012"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475324198631",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 12",
"uiOrderHint": 78
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475334807273"
],
"chainRewardSize": 2,
"criteriaIds": [],
"description": "Purchase the Galactic Power Couple Han and Horner Co-op Commander.",
"flags": 4,
"id": "91475334807273",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-63.jpg",
"isChained": false,
"points": 0,
"title": "Galactic Power Couple",
"uiOrderHint": 164
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475321962218"
],
"chainRewardSize": 2,
"criteriaIds": [],
"description": "Register a copy of the World of Warcraft: Battle for Azeroth Collector’s Edition or Digital Deluxe Edition.",
"flags": 12,
"id": "91475321962218",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-64.jpg",
"isChained": false,
"points": 0,
"title": "Azerothian Devotion",
"uiOrderHint": 169
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475335069420"
],
"chainRewardSize": 2,
"criteriaIds": [],
"description": "Purchase the Dominion Ghost Nova Co-op Commander.",
"flags": 4,
"id": "91475335069420",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-78.jpg",
"isChained": false,
"points": 0,
"title": "Dominion Ghost Commander",
"uiOrderHint": 146
},
{
"categoryId": "4353371",
"chainAchievementIds": [
"91475335028033",
"91475322035960",
"91475332517436",
"91475321434128",
"91475336742427",
"91475332024771",
"91475332589913",
"91475324244989"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475337111020"
],
"description": "Complete 25 missions on Hard difficulty in Co-op Missions.",
"flags": 256,
"id": "91475322035960",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/1-34.jpg",
"isChained": true,
"points": 10,
"title": "Hard: 25",
"uiOrderHint": 17
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475323330299"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475335168532"
],
"description": "Acquired through the Katowice 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475323330299",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 2",
"uiOrderHint": 68
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475336388348"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475335105634"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475336388348",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 12",
"uiOrderHint": 28
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475325460243"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475322712268",
"91475321344226",
"91475333911648",
"91475332945212",
"91475320853931",
"91475323541417"
],
"description": "Reach level 15 with Raynor, Kerrigan, Artanis, Swann, Zagara and Vorazun.",
"flags": 0,
"id": "91475325460243",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-19.jpg",
"isChained": false,
"points": 20,
"title": "Master Commander",
"uiOrderHint": 346
},
{
"categoryId": "4372089",
"chainAchievementIds": [
"91475332914972"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475332252216"
],
"description": "Reach Ascension level 600 in Co-op.",
"flags": 0,
"id": "91475332914972",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-41.jpg",
"isChained": false,
"points": 10,
"title": "Ascension 600",
"uiOrderHint": 11
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475327196958"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475327374798"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475327196958",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Protoss Tier 2",
"uiOrderHint": 2
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475326451489"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475331755634"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475326451489",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Free Tier 9",
"uiOrderHint": 102
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475321435484",
"91475322968204",
"91475334881061",
"91475327216812",
"91475334643221",
"91475321604827",
"91475325026838",
"91475328024818",
"91475322804537",
"91475328942189",
"91475327409252",
"91475325236409",
"91475330161255",
"91475335925171"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475324378467"
],
"description": "Commander Artanis Level 4",
"flags": 65538,
"id": "91475334881061",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Artanis Level 4",
"uiOrderHint": 180
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475328229163"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475334080699"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475328229163",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 5",
"uiOrderHint": 21
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475321274162"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475326950331"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475321274162",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 11",
"uiOrderHint": 77
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475322167097"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475325315231"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475322167097",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 8",
"uiOrderHint": 40
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322650438",
"91475331582524",
"91475336932905",
"91475330524182",
"91475330590942",
"91475327613837",
"91475336387818",
"91475329230800",
"91475323559090",
"91475332790996",
"91475331161810",
"91475334169303",
"91475332328153",
"91475330677251"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329719217"
],
"description": "Commander Horner Level 2",
"flags": 65538,
"id": "91475322650438",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Horner Level 2",
"uiOrderHint": 108
},
{
"categoryId": "4372089",
"chainAchievementIds": [
"91475323715407"
],
"chainRewardSize": 2,
"criteriaIds": [
"91475324697255"
],
"description": "Reach Ascension level 750 in Co-op.",
"flags": 0,
"id": "91475323715407",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-44.jpg",
"isChained": false,
"points": 10,
"title": "Ascension 750",
"uiOrderHint": 14
},
{
"categoryId": "4364473",
"chainAchievementIds": [
"91475035554747"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555773",
"91475035555774",
"91475035555775"
],
"description": "Complete all Bonus Objectives in Chapter 1 of Nova Covert Ops missions.",
"flags": 0,
"id": "91475035554747",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/9-30.jpg",
"isChained": false,
"points": 10,
"title": "Nova Covert Ops - Chapter 1 Bonus Objectives",
"uiOrderHint": 2
},
{
"categoryId": "4369457",
"chainAchievementIds": [
"91475324829526"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475322533393"
],
"description": "Acquired through the Katowice 2018 War Chest.",
"flags": 2,
"id": "91475324829526",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran War Chest",
"uiOrderHint": 16
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475324353168"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475331350057"
],
"description": "Acquired through the BlizzCon 2018 War Chest.",
"flags": 2,
"id": "91475324353168",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 1",
"uiOrderHint": 33
},
{
"categoryId": "3211275",
"chainAchievementIds": [
"91475035553820"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553827"
],
"description": "Have 21 Zerg units morphing simultaneously in an Unranked or Ranked game.",
"flags": 2048,
"id": "91475035553820",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-41.jpg",
"isChained": false,
"points": 10,
"title": "Zerg Macro Master",
"uiOrderHint": 9
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475322146808",
"91475327543280",
"91475325976923",
"91475323748689",
"91475330205972",
"91475325844139",
"91475335610674",
"91475321838015",
"91475330824705",
"91475334773121",
"91475331663734",
"91475325886303",
"91475332225196",
"91475327017102"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475329700283"
],
"description": "Commander Nova Level 13",
"flags": 65538,
"id": "91475325886303",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Nova Level 13",
"uiOrderHint": 259
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475334782824"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475336266666"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475334782824",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Free Tier 9",
"uiOrderHint": 117
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475334810732",
"91475321624165",
"91475321693949",
"91475336007488",
"91475327373594",
"91475333578602",
"91475322540985",
"91475323542107",
"91475337158550",
"91475321133911",
"91475324079858",
"91475324345563",
"91475327010928",
"91475326606414"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322928756"
],
"description": "Commander Stetmann Level 7",
"flags": 65538,
"id": "91475333578602",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Stetmann Level 7",
"uiOrderHint": 323
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475330935154",
"91475324352805",
"91475323633358",
"91475332102990",
"91475322542287",
"91475333308268",
"91475331454285",
"91475325277874",
"91475327594839",
"91475327523435",
"91475321729776",
"91475330066312",
"91475332211678",
"91475321384231"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475335840530"
],
"description": "Commander Dehaka Level 7",
"flags": 65538,
"id": "91475333308268",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Dehaka Level 7",
"uiOrderHint": 281
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475323166580"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475337341977"
],
"description": "Obtain a ticket for BlizzCon 2016; grants D.Va portrait and free D.Va announcer.",
"flags": 4,
"id": "91475323166580",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/8-0.jpg",
"isChained": false,
"points": 0,
"title": "BlizzConqueror 2016",
"uiOrderHint": 147
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475325035850",
"91475323293624",
"91475336337384",
"91475322653279",
"91475330804320",
"91475335577182",
"91475323060092",
"91475335519300",
"91475332973202",
"91475321644004",
"91475329755130",
"91475325212654",
"91475337204708",
"91475333648460"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475323089412"
],
"description": "Commander Stukov Level 8",
"flags": 65538,
"id": "91475323060092",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Stukov Level 8",
"uiOrderHint": 170
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475334004627"
],
"chainRewardSize": 2,
"criteriaIds": [
"91475335726568"
],
"description": "Acquired through War Chest 6.",
"flags": 2,
"id": "91475334004627",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Free Tier 6",
"uiOrderHint": 99
},
{
"categoryId": "4342860",
"chainAchievementIds": [
"91475324477334"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475331740560"
],
"description": "Acquired through the Katowice 2019 War Chest.",
"flags": 2,
"id": "91475324477334",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 14",
"uiOrderHint": 30
},
{
"categoryId": "3211289",
"chainAchievementIds": [
"91475035553931"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete all mission objectives in the \"Smash and Grab\" mission.",
"flags": 0,
"id": "91475035553931",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/33-71.jpg",
"isChained": false,
"points": 15,
"title": "Smash and Grab",
"uiOrderHint": 0
},
{
"categoryId": "4326221",
"chainAchievementIds": [
"91475326574490"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475330712929"
],
"description": "Acquired through War Chest 6, or through purchase when available.",
"flags": 2,
"id": "91475326574490",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 4",
"uiOrderHint": 52
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475325649922",
"91475321783176",
"91475323026939",
"91475326885795",
"91475331915136",
"91475329586185",
"91475330075807",
"91475334710381",
"91475322081566",
"91475320776478",
"91475321996923",
"91475326659390",
"91475332718172",
"91475329431760"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332300792"
],
"description": "Commander Alarak Level 5",
"flags": 65538,
"id": "91475326885795",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Alarak Level 5",
"uiOrderHint": 237
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475330285477"
],
"chainRewardSize": 2,
"criteriaIds": [
"91475333072491"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475330285477",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Free Tier 12",
"uiOrderHint": 112
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475335684017"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475323652861"
],
"description": "Acquired through the BlizzCon 2019 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475335684017",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 14",
"uiOrderHint": 63
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475336568755"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Make epic contributions to the StarCraft II Community.",
"flags": 4,
"id": "91475336568755",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/25-44.jpg",
"isChained": false,
"points": 0,
"title": "Community Commander",
"uiOrderHint": 122
},
{
"categoryId": "3211316",
"chainAchievementIds": [
"91475035554751"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555782"
],
"description": "Deal 25,000 damage with Toxic Nests on Hard difficulty in Co-op Missions.",
"flags": 256,
"id": "91475035554751",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/0-27.jpg",
"isChained": false,
"points": 10,
"title": "Toxicity",
"uiOrderHint": 0
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475329712924",
"91475329593435",
"91475331526648"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475331170832"
],
"description": "AlarakPrestige3",
"flags": 2,
"id": "91475331526648",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "AlarakPrestige3",
"uiOrderHint": 8
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475337087173",
"91475333694174",
"91475325996975",
"91475332203963",
"91475329583038",
"91475337088558",
"91475331011811",
"91475329262675",
"91475334318511",
"91475334882052",
"91475323901850",
"91475323437004",
"91475336459662",
"91475335089384"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475322740539"
],
"description": "Commander Vorazun Level 13",
"flags": 65538,
"id": "91475323437004",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Vorazun Level 13",
"uiOrderHint": 203
},
{
"categoryId": "4374311",
"chainAchievementIds": [
"91475331817423"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475327880572"
],
"description": "Acquired through the BlizzCon 2017 War Chest.",
"flags": 2,
"id": "91475331817423",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 12",
"uiOrderHint": 44
},
{
"categoryId": "3211289",
"chainAchievementIds": [
"91475035553933"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete the \"Smash and Grab\" mission on Hard difficulty in less than 15 minutes.",
"flags": 0,
"id": "91475035553933",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/33-73.jpg",
"isChained": false,
"points": 10,
"title": "Hit & Run",
"uiOrderHint": 2
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475332196275",
"91475324594348",
"91475328708272",
"91475333554813",
"91475335399269",
"91475325389460",
"91475337298089",
"91475324117463",
"91475323850414",
"91475329998087",
"91475331641918",
"91475337158612",
"91475328372897",
"91475322530055"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475325338652"
],
"description": "Commander Karax Level 13",
"flags": 65538,
"id": "91475337158612",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Karax Level 13",
"uiOrderHint": 217
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475333980119"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475322022802"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475333980119",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 6",
"uiOrderHint": 72
},
{
"categoryId": "4372089",
"chainAchievementIds": [
"91475328876509"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475326373507"
],
"description": "Reach Ascension level 300 in Co-op.",
"flags": 0,
"id": "91475328876509",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-35.jpg",
"isChained": false,
"points": 10,
"title": "Ascension 300",
"uiOrderHint": 5
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475334201316"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475332877277"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475334201316",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Zerg Tier 14",
"uiOrderHint": 63
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475327279082"
],
"chainRewardSize": 3,
"criteriaIds": [
"91475333232109"
],
"description": "Obtain a ticket for BlizzCon 2019; grants a portrait and skins for the Ultralisk, Carrier, and Battlecruiser.",
"flags": 4,
"id": "91475327279082",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/7-30.jpg",
"isChained": false,
"points": 0,
"title": "BlizzConqueror 2019",
"uiOrderHint": 243
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475323638039"
],
"description": "Commander Mastery Level 65",
"flags": 2,
"id": "91475333407075",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 65",
"uiOrderHint": 67
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475337453551"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475332744064"
],
"description": "WCS2017PortraitPacksLicenseTrigger",
"flags": 2,
"id": "91475337453551",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "WCS2017PortraitPacksLicenseTrigger",
"uiOrderHint": 174
},
{
"categoryId": "4358316",
"chainAchievementIds": [
"91475336609777"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475331410669"
],
"description": "Acquired through the BlizzCon 2019 War Chest.",
"flags": 2,
"id": "91475336609777",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 3",
"uiOrderHint": 19
},
{
"categoryId": "3211289",
"chainAchievementIds": [
"91475035553934"
],
"chainRewardSize": 0,
"criteriaIds": [],
"description": "Complete all mission objectives in \"The Dig\" mission.",
"flags": 0,
"id": "91475035553934",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/33-74.jpg",
"isChained": false,
"points": 15,
"title": "The Dig",
"uiOrderHint": 3
},
{
"categoryId": "4372089",
"chainAchievementIds": [
"91475329728508"
],
"chainRewardSize": 2,
"criteriaIds": [
"91475331558989"
],
"description": "Reach Ascension level 650 in Co-op.",
"flags": 0,
"id": "91475329728508",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/30-42.jpg",
"isChained": false,
"points": 10,
"title": "Ascension 650",
"uiOrderHint": 12
},
{
"categoryId": "4344767",
"chainAchievementIds": [
"91475326246910",
"91475333526161",
"91475329573528"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475335894382"
],
"description": "TychusPrestige1",
"flags": 2,
"id": "91475326246910",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "TychusPrestige1",
"uiOrderHint": 42
},
{
"categoryId": "4325378",
"chainAchievementIds": [
"91475320766465",
"91475320766468",
"91475320766469",
"91475320766470",
"91475320766471",
"91475320766472",
"91475320766473",
"91475320766474"
],
"chainRewardSize": 11,
"criteriaIds": [
"91475320766465"
],
"description": "Win 10 1v1 Unranked or Ranked games as Terran.",
"flags": 256,
"id": "91475320766465",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-59.jpg",
"isChained": true,
"points": 10,
"title": "10 Wins: Solo Terran",
"uiOrderHint": 0
},
{
"categoryId": "4386911",
"chainAchievementIds": [
"91475326674863",
"91475331975821",
"91475334899599",
"91475330648805",
"91475328817114",
"91475328669723",
"91475321277842",
"91475330145336",
"91475322290374",
"91475336635365",
"91475337066764",
"91475323543708",
"91475329570657",
"91475334212076",
"91475336233217",
"91475336796689",
"91475330701113",
"91475330317378",
"91475321778432",
"91475330926225",
"91475330828886",
"91475336917973",
"91475335365567",
"91475327734199",
"91475328553861",
"91475335892872",
"91475328107975",
"91475332277152",
"91475332703558",
"91475327669629",
"91475334866263",
"91475327518543",
"91475321235128",
"91475328731132",
"91475326451178",
"91475335213163",
"91475321322843",
"91475336573285",
"91475321964943",
"91475332511460",
"91475332234121",
"91475326786225",
"91475323819745",
"91475327013104",
"91475325142883",
"91475326561143",
"91475336922352",
"91475327508792",
"91475337289434",
"91475321910404",
"91475323953689",
"91475333511770",
"91475323782188",
"91475326764143",
"91475332288403",
"91475324903609",
"91475327441154",
"91475321773763",
"91475327599099",
"91475324361358",
"91475325612144",
"91475334568746",
"91475323396098",
"91475333407075",
"91475325828123",
"91475330823173",
"91475320787164",
"91475332008753",
"91475336591178",
"91475332532284",
"91475324244951",
"91475325404844",
"91475320844608",
"91475330238484",
"91475334221184",
"91475327921068",
"91475326674903",
"91475336204779",
"91475329307646",
"91475334277128",
"91475328010190",
"91475328019542",
"91475329195192",
"91475331518218",
"91475335552255",
"91475324025957",
"91475334525608",
"91475325057689",
"91475324709647",
"91475336773756"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475335843666"
],
"description": "Commander Mastery Level 64",
"flags": 2,
"id": "91475323396098",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": true,
"points": 0,
"title": "Commander Mastery Level 64",
"uiOrderHint": 66
},
{
"categoryId": "4371481",
"chainAchievementIds": [
"91475326582787"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475324960519"
],
"description": "Purchase the Advanced Stalker skin from the Collection.",
"flags": 2,
"id": "91475326582787",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Advanced Stalker",
"uiOrderHint": 1
},
{
"categoryId": "4325378",
"chainAchievementIds": [
"91475320766465",
"91475320766468",
"91475320766469",
"91475320766470",
"91475320766471",
"91475320766472",
"91475320766473",
"91475320766474"
],
"chainRewardSize": 11,
"criteriaIds": [
"91475320766477"
],
"description": "Win 25 1v1 Unranked or Ranked games as Terran.",
"flags": 256,
"id": "91475320766468",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-60.jpg",
"isChained": true,
"points": 10,
"title": "25 Wins: Solo Terran",
"uiOrderHint": 1
},
{
"categoryId": "4325378",
"chainAchievementIds": [
"91475320766465",
"91475320766468",
"91475320766469",
"91475320766470",
"91475320766471",
"91475320766472",
"91475320766473",
"91475320766474"
],
"chainRewardSize": 11,
"criteriaIds": [
"91475320766478"
],
"description": "Win 50 1v1 Unranked or Ranked games as Terran.",
"flags": 256,
"id": "91475320766469",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-61.jpg",
"isChained": true,
"points": 10,
"title": "50 Wins: Solo Terran",
"uiOrderHint": 2
},
{
"categoryId": "4325378",
"chainAchievementIds": [
"91475320766465",
"91475320766468",
"91475320766469",
"91475320766470",
"91475320766471",
"91475320766472",
"91475320766473",
"91475320766474"
],
"chainRewardSize": 11,
"criteriaIds": [
"91475320766484"
],
"description": "Win 100 1v1 Unranked or Ranked games as Terran.",
"flags": 256,
"id": "91475320766470",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-62.jpg",
"isChained": true,
"points": 10,
"title": "100 Wins: Solo Terran",
"uiOrderHint": 3
},
{
"categoryId": "4325378",
"chainAchievementIds": [
"91475320766465",
"91475320766468",
"91475320766469",
"91475320766470",
"91475320766471",
"91475320766472",
"91475320766473",
"91475320766474"
],
"chainRewardSize": 11,
"criteriaIds": [
"91475320766485"
],
"description": "Win 250 1v1 Unranked or Ranked games as Terran.",
"flags": 256,
"id": "91475320766471",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-63.jpg",
"isChained": true,
"points": 10,
"title": "250 Wins: Solo Terran",
"uiOrderHint": 4
},
{
"categoryId": "4325378",
"chainAchievementIds": [
"91475320766465",
"91475320766468",
"91475320766469",
"91475320766470",
"91475320766471",
"91475320766472",
"91475320766473",
"91475320766474"
],
"chainRewardSize": 11,
"criteriaIds": [
"91475320766486"
],
"description": "Win 500 1v1 Unranked or Ranked games as Terran.",
"flags": 256,
"id": "91475320766472",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-64.jpg",
"isChained": true,
"points": 10,
"title": "500 Wins: Solo Terran",
"uiOrderHint": 5
},
{
"categoryId": "4325378",
"chainAchievementIds": [
"91475320766465",
"91475320766468",
"91475320766469",
"91475320766470",
"91475320766471",
"91475320766472",
"91475320766473",
"91475320766474"
],
"chainRewardSize": 11,
"criteriaIds": [
"91475320766487"
],
"description": "Win 750 1v1 Unranked or Ranked games as Terran.",
"flags": 256,
"id": "91475320766473",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-65.jpg",
"isChained": true,
"points": 10,
"title": "750 Wins: Solo Terran",
"uiOrderHint": 6
},
{
"categoryId": "4325378",
"chainAchievementIds": [
"91475320766465",
"91475320766468",
"91475320766469",
"91475320766470",
"91475320766471",
"91475320766472",
"91475320766473",
"91475320766474"
],
"chainRewardSize": 11,
"criteriaIds": [
"91475320766489"
],
"description": "Win 1000 1v1 Unranked or Ranked games as Terran.",
"flags": 256,
"id": "91475320766474",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-66.jpg",
"isChained": true,
"points": 10,
"title": "1000 Wins: Solo Terran",
"uiOrderHint": 7
},
{
"categoryId": "4325378",
"chainAchievementIds": [
"91475320766475",
"91475320766482",
"91475320766483",
"91475320766484",
"91475320766485",
"91475320766486",
"91475320766487",
"91475320766488"
],
"chainRewardSize": 11,
"criteriaIds": [
"91475320766482"
],
"description": "Win 10 1v1 Unranked or Ranked games as Zerg.",
"flags": 256,
"id": "91475320766475",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-67.jpg",
"isChained": true,
"points": 10,
"title": "10 Wins: Solo Zerg",
"uiOrderHint": 8
},
{
"categoryId": "4361241",
"chainAchievementIds": [
"91475330023436"
],
"chainRewardSize": 1,
"criteriaIds": [
"91475335341614"
],
"description": "Acquired through the BlizzCon 2018 War Chest, or through purchase when available.",
"flags": 2,
"id": "91475330023436",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "Terran Tier 10",
"uiOrderHint": 76
},
{
"categoryId": "4325399",
"chainAchievementIds": [
"91475035553795"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035554263",
"91475035554265",
"91475035554262",
"91475035554264",
"91475035554266",
"91475035554267",
"91475035554268",
"91475035554269",
"91475035554270"
],
"description": "Complete 6 challenge missions with a Bronze rating or higher.",
"flags": 320,
"id": "91475035553795",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/33-3.jpg",
"isChained": false,
"points": 10,
"title": "Challenge Accepted, Too!",
"uiOrderHint": 0
},
{
"categoryId": "3211274",
"chainAchievementIds": [
"91475035553806"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035555779"
],
"description": "Deplete 10 Rich Mineral Fields in a single Melee game.",
"flags": 2304,
"id": "91475035553806",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-35.jpg",
"isChained": false,
"points": 10,
"title": "The Rich Get Richer",
"uiOrderHint": 7
},
{
"categoryId": "3211274",
"chainAchievementIds": [
"91475035553807"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553806"
],
"description": "Repair 1,000 life on allied units or structures in a single Melee game.",
"flags": 2304,
"id": "91475035553807",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-23.jpg",
"isChained": false,
"points": 10,
"title": "Just a Scratch",
"uiOrderHint": 8
},
{
"categoryId": "4325394",
"chainAchievementIds": [
"91475323019280"
],
"chainRewardSize": 18,
"criteriaIds": [
"91475334156243"
],
"description": "Purchase the TotalBiscuit Tribute Pack.",
"flags": 2,
"id": "91475323019280",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/34-0.jpg",
"isChained": false,
"points": 0,
"title": "TotalBiscuit Tribute Pack",
"uiOrderHint": 217
},
{
"categoryId": "3211275",
"chainAchievementIds": [
"91475035553809"
],
"chainRewardSize": 0,
"criteriaIds": [
"91475035553816"
],
"description": "Destroy 20 units with Yamato blasts in an Unranked or Ranked game.",
"flags": 2304,
"id": "91475035553809",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-13.jpg",
"isChained": false,
"points": 10,
"title": "Yamato Master Blaster",
"uiOrderHint": 0
},
{
"categoryId": "4325378",
"chainAchievementIds": [
"91475320766475",
"91475320766482",
"91475320766483",
"91475320766484",
"91475320766485",
"91475320766486",
"91475320766487",
"91475320766488"
],
"chainRewardSize": 11,
"criteriaIds": [
"91475320766483"
],
"description": "Win 25 1v1 Unranked or Ranked games as Zerg.",
"flags": 256,
"id": "91475320766482",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-68.jpg",
"isChained": true,
"points": 10,
"title": "25 Wins: Solo Zerg",
"uiOrderHint": 9
},
{
"categoryId": "4325378",
"chainAchievementIds": [
"91475320766475",
"91475320766482",
"91475320766483",
"91475320766484",
"91475320766485",
"91475320766486",
"91475320766487",
"91475320766488"
],
"chainRewardSize": 11,
"criteriaIds": [
"91475320766490"
],
"description": "Win 50 1v1 Unranked or Ranked games as Zerg.",
"flags": 256,
"id": "91475320766483",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-69.jpg",
"isChained": true,
"points": 10,
"title": "50 Wins: Solo Zerg",
"uiOrderHint": 10
},
{
"categoryId": "4325378",
"chainAchievementIds": [
"91475320766475",
"91475320766482",
"91475320766483",
"91475320766484",
"91475320766485",
"91475320766486",
"91475320766487",
"91475320766488"
],
"chainRewardSize": 11,
"criteriaIds": [
"91475320766491"
],
"description": "Win 100 1v1 Unranked or Ranked games as Zerg.",
"flags": 256,
"id": "91475320766484",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-70.jpg",
"isChained": true,
"points": 10,
"title": "100 Wins: Solo Zerg",
"uiOrderHint": 11
},
{
"categoryId": "4325378",
"chainAchievementIds": [
"91475320766475",
"91475320766482",
"91475320766483",
"91475320766484",
"91475320766485",
"91475320766486",
"91475320766487",
"91475320766488"
],
"chainRewardSize": 11,
"criteriaIds": [
"91475320766492"
],
"description": "Win 250 1v1 Unranked or Ranked games as Zerg.",
"flags": 256,
"id": "91475320766485",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-71.jpg",
"isChained": true,
"points": 10,
"title": "250 Wins: Solo Zerg",
"uiOrderHint": 12
},
{
"categoryId": "4325378",
"chainAchievementIds": [
"91475320766475",
"91475320766482",
"91475320766483",
"91475320766484",
"91475320766485",
"91475320766486",
"91475320766487",
"91475320766488"
],
"chainRewardSize": 11,
"criteriaIds": [
"91475320766493"
],
"description": "Win 500 1v1 Unranked or Ranked games as Zerg.",
"flags": 256,
"id": "91475320766486",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-72.jpg",
"isChained": true,
"points": 10,
"title": "500 Wins: Solo Zerg",
"uiOrderHint": 13
},
{
"categoryId": "4325378",
"chainAchievementIds": [
"91475320766475",
"91475320766482",
"91475320766483",
"91475320766484",
"91475320766485",
"91475320766486",
"91475320766487",
"91475320766488"
],
"chainRewardSize": 11,
"criteriaIds": [
"91475320766494"
],
"description": "Win 750 1v1 Unranked or Ranked games as Zerg.",
"flags": 256,
"id": "91475320766487",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-73.jpg",
"isChained": true,
"points": 10,
"title": "750 Wins: Solo Zerg",
"uiOrderHint": 14
},
{
"categoryId": "4325378",
"chainAchievementIds": [
"91475320766475",
"91475320766482",
"91475320766483",
"91475320766484",
"91475320766485",
"91475320766486",
"91475320766487",
"91475320766488"
],
"chainRewardSize": 11,
"criteriaIds": [
"91475320766495"
],
"description": "Win 1000 1v1 Unranked or Ranked games as Zerg.",
"flags": 256,
"id": "91475320766488",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-74.jpg",
"isChained": true,
"points": 10,
"title": "1000 Wins: Solo Zerg",
"uiOrderHint": 15
},
{
"categoryId": "4325378",
"chainAchievementIds": [
"91475320766489",
"91475320766490",
"91475320766491",
"91475320766492",
"91475320766493",
"91475320766494",
"91475320766495",
"91475320766496"
],
"chainRewardSize": 11,
"criteriaIds": [
"91475320766496"
],
"description": "Win 10 1v1 Unranked or Ranked games as Protoss.",
"flags": 256,
"id": "91475320766489",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-51.jpg",
"isChained": true,
"points": 10,
"title": "10 Wins: Solo Protoss",
"uiOrderHint": 16
},
{
"categoryId": "4325378",
"chainAchievementIds": [
"91475320766489",
"91475320766490",
"91475320766491",
"91475320766492",
"91475320766493",
"91475320766494",
"91475320766495",
"91475320766496"
],
"chainRewardSize": 11,
"criteriaIds": [
"91475320766497"
],
"description": "Win 25 1v1 Unranked or Ranked games as Protoss.",
"flags": 256,
"id": "91475320766490",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-52.jpg",
"isChained": true,
"points": 10,
"title": "25 Wins: Solo Protoss",
"uiOrderHint": 17
},
{
"categoryId": "4325378",
"chainAchievementIds": [
"91475320766489",
"91475320766490",
"91475320766491",
"91475320766492",
"91475320766493",
"91475320766494",
"91475320766495",
"91475320766496"
],
"chainRewardSize": 11,
"criteriaIds": [
"91475320766498"
],
"description": "Win 50 1v1 Unranked or Ranked games as Protoss.",
"flags": 256,
"id": "91475320766491",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-53.jpg",
"isChained": true,
"points": 10,
"title": "50 Wins: Solo Protoss",
"uiOrderHint": 18
},
{
"categoryId": "4325378",
"chainAchievementIds": [
"91475320766489",
"91475320766490",
"91475320766491",
"91475320766492",
"91475320766493",
"91475320766494",
"91475320766495",
"91475320766496"
],
"chainRewardSize": 11,
"criteriaIds": [
"91475320766499"
],
"description": "Win 100 1v1 Unranked or Ranked games as Protoss.",
"flags": 256,
"id": "91475320766492",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-54.jpg",
"isChained": true,
"points": 10,
"title": "100 Wins: Solo Protoss",
"uiOrderHint": 19
},
{
"categoryId": "4325378",
"chainAchievementIds": [
"91475320766489",
"91475320766490",
"91475320766491",
"91475320766492",
"91475320766493",
"91475320766494",
"91475320766495",
"91475320766496"
],
"chainRewardSize": 11,
"criteriaIds": [
"91475320766500"
],
"description": "Win 250 1v1 Unranked or Ranked games as Protoss.",
"flags": 256,
"id": "91475320766493",
"imageUrl": "https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/achievements/31-55.jpg",
"isChained": true,
"points": 10,
"title": "250 Wins: Solo Protoss",
"uiOrderHint": 20
},
{
"categoryId": "4325378",
"chainAchievementIds": [
"91475320766489",
"91475320766490",
"91475320766491",
"91475320766492",
"91475320766493",
"91475320766494",
"91475320766495",
"91475320766496"
],
"chainRewardSize": 11,
"criteriaIds": [
"91475320766501"
],
"description": "Win 500 1v1 Unranked or Ranked games as Protoss.",
"flags": 256,
"id": "91475320766494",
"imageUrl": "https://static.starcraf
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment