GroupUp/_OLD/src/games.ts

60 lines
1.2 KiB
TypeScript
Raw Normal View History

export const LFGActivities = {
2022-07-10 17:48:38 -07:00
'Destiny 2': {
'Raids': {
'King\'s Fall': 6,
2022-07-10 17:48:38 -07:00
'Vow of the Disciple': 6,
'Vault of Glass': 6,
'Deep Stone Crypt': 6,
'Garden of Salvation': 6,
'Last Wish': 6,
},
2022-07-10 17:48:38 -07:00
'Dungeons': {
2022-12-09 13:32:01 -08:00
'Spire of the Watcher': 3,
2022-07-10 17:48:38 -07:00
'Duality': 3,
'Grasp of Avarice': 3,
'Prophecy': 3,
'Pit of Heresy': 3,
'Shattered Throne': 3,
},
2022-07-10 17:48:38 -07:00
'Crucible': {
'Crucible (Control)': 6,
'Crucible (Survival)': 3,
'Crucible (Elimination)': 3,
'Crucible (Private Match)': 12,
'Iron Banner': 6,
'Trials of Osiris': 3,
},
2022-07-10 17:48:38 -07:00
'Gambit': {
'Gambit (Classic)': 4,
'Gambit (Private Match)': 8,
},
2022-12-09 13:32:01 -08:00
"Exotic Missions": {
'Operation: Seraph\'s Shield': 3,
2022-03-05 21:23:23 -08:00
// "Presage": 3,
// "Harbinger": 3
2022-12-09 13:32:01 -08:00
},
2022-07-10 17:48:38 -07:00
'Nightfall': 3,
'Miscellaneous': {
2022-12-09 13:32:01 -08:00
'Heist Battlegrounds': 3,
'Ketchrash': 6,
'Expedition': 3,
2022-07-10 17:48:38 -07:00
'Weekly Witch Queen Campaign Mission': 3,
'Wellspring': 6,
'Dares of Eternity': 6,
2022-03-05 21:23:23 -08:00
// "Astral Alignment": 6,
// "Shattered Realm": 3,
// "Override": 6,
// "Expunge": 3,
// "Battlegrounds": 3,
2022-07-10 17:48:38 -07:00
'Wrathborn Hunt': 3,
'Empire Hunt': 3,
'Vanguard Operations': 3,
2022-03-05 21:23:23 -08:00
// "Nightmare Hunt": 3
2022-07-10 17:48:38 -07:00
},
},
'Among Us': {
'Vanilla': 15,
'Modded': 15,
},
};