44 lines
727 B
TypeScript
44 lines
727 B
TypeScript
export const LFGActivities = {
|
|
"Destiny 2": {
|
|
"Raids": {
|
|
"Vault of Glass": 6,
|
|
"Deep Stone Crypt": 6,
|
|
"Garden of Salvation": 6,
|
|
"Last Wish": 6
|
|
},
|
|
"Dungeons": {
|
|
"Prophecy": 3,
|
|
"Pit of Heresy": 3,
|
|
"Shattered Throne": 3
|
|
},
|
|
"Crucible": {
|
|
"Iron Banner": 6,
|
|
"Quickplay": 6,
|
|
"Competitive": 3,
|
|
"Trials of Osiris": 3,
|
|
"Private Match": 12
|
|
},
|
|
"Gambit": {
|
|
"Classic": 4,
|
|
"Private Match": 8
|
|
},
|
|
"Exotic Missions": {
|
|
"Presage": 3,
|
|
"Harbinger": 3
|
|
},
|
|
"Nightfall": 3,
|
|
"Miscellaneous": {
|
|
"Override": 6,
|
|
"Expunge": 3,
|
|
"Battlegrounds": 3,
|
|
"Wrathborn Hunt": 3,
|
|
"Empire Hunt": 3,
|
|
"Nightmare Hunt": 3
|
|
}
|
|
},
|
|
"Among Us": {
|
|
"Vanilla": 10,
|
|
"Modded": 10
|
|
}
|
|
};
|