2021-05-30 14:04:58 -07:00
|
|
|
export const LFGActivities = {
|
|
|
|
"Destiny 2": {
|
|
|
|
"Raids": {
|
2022-03-05 21:23:23 -08:00
|
|
|
"Vow of the Disciple": 6,
|
2021-05-30 14:04:58 -07:00
|
|
|
"Vault of Glass": 6,
|
|
|
|
"Deep Stone Crypt": 6,
|
|
|
|
"Garden of Salvation": 6,
|
|
|
|
"Last Wish": 6
|
|
|
|
},
|
|
|
|
"Dungeons": {
|
|
|
|
"Prophecy": 3,
|
|
|
|
"Pit of Heresy": 3,
|
2021-12-13 19:05:48 -08:00
|
|
|
"Shattered Throne": 3,
|
|
|
|
"Grasp of Avarice": 3
|
2021-05-30 14:04:58 -07:00
|
|
|
},
|
|
|
|
"Crucible": {
|
2021-12-13 19:05:48 -08:00
|
|
|
"Crucible (Control)": 6,
|
|
|
|
"Crucible (Survival)": 3,
|
|
|
|
"Crucible (Elimination)": 3,
|
|
|
|
"Crucible (Private Match)": 12,
|
2021-05-30 14:04:58 -07:00
|
|
|
"Iron Banner": 6,
|
2021-12-13 19:05:48 -08:00
|
|
|
"Trials of Osiris": 3
|
2021-05-30 14:04:58 -07:00
|
|
|
},
|
|
|
|
"Gambit": {
|
2021-12-13 19:05:48 -08:00
|
|
|
"Gambit (Classic)": 4,
|
|
|
|
"Gambit (Private Match)": 8
|
2021-05-30 14:04:58 -07:00
|
|
|
},
|
2022-03-05 21:23:23 -08:00
|
|
|
/* "Exotic Missions": {
|
|
|
|
// "Presage": 3,
|
|
|
|
// "Harbinger": 3
|
|
|
|
}, */
|
2021-05-30 14:04:58 -07:00
|
|
|
"Nightfall": 3,
|
|
|
|
"Miscellaneous": {
|
2022-03-05 21:34:45 -08:00
|
|
|
"Weekly Witch Queen Campaign Mission": 3,
|
2022-03-05 21:23:23 -08:00
|
|
|
"Wellspring": 6,
|
2021-12-13 19:05:48 -08:00
|
|
|
"Dares of Eternity": 6,
|
2022-03-05 21:23:23 -08:00
|
|
|
// "Astral Alignment": 6,
|
|
|
|
// "Shattered Realm": 3,
|
|
|
|
// "Override": 6,
|
|
|
|
// "Expunge": 3,
|
|
|
|
// "Battlegrounds": 3,
|
2021-05-30 14:04:58 -07:00
|
|
|
"Wrathborn Hunt": 3,
|
|
|
|
"Empire Hunt": 3,
|
2022-03-05 21:23:23 -08:00
|
|
|
"Vanguard Operations": 3
|
|
|
|
// "Nightmare Hunt": 3
|
2021-05-30 14:04:58 -07:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Among Us": {
|
2021-11-11 19:23:36 -08:00
|
|
|
"Vanilla": 15,
|
|
|
|
"Modded": 15
|
2021-05-30 14:04:58 -07:00
|
|
|
}
|
|
|
|
};
|