GroupUp/src/games.ts

54 lines
1.1 KiB
TypeScript

export const LFGActivities = {
'Destiny 2': {
'Raids': {
'Vow of the Disciple': 6,
'Vault of Glass': 6,
'Deep Stone Crypt': 6,
'Garden of Salvation': 6,
'Last Wish': 6,
},
'Dungeons': {
'Duality': 3,
'Grasp of Avarice': 3,
'Prophecy': 3,
'Pit of Heresy': 3,
'Shattered Throne': 3,
},
'Crucible': {
'Crucible (Control)': 6,
'Crucible (Survival)': 3,
'Crucible (Elimination)': 3,
'Crucible (Private Match)': 12,
'Iron Banner': 6,
'Trials of Osiris': 3,
},
'Gambit': {
'Gambit (Classic)': 4,
'Gambit (Private Match)': 8,
},
/* "Exotic Missions": {
// "Presage": 3,
// "Harbinger": 3
}, */
'Nightfall': 3,
'Miscellaneous': {
'Weekly Witch Queen Campaign Mission': 3,
'Wellspring': 6,
'Dares of Eternity': 6,
// "Astral Alignment": 6,
// "Shattered Realm": 3,
// "Override": 6,
// "Expunge": 3,
// "Battlegrounds": 3,
'Wrathborn Hunt': 3,
'Empire Hunt': 3,
'Vanguard Operations': 3,
// "Nightmare Hunt": 3
},
},
'Among Us': {
'Vanilla': 15,
'Modded': 15,
},
};