Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added y6 / s20 without guardian games #417

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
132 changes: 132 additions & 0 deletions src/setData/common/eververseAndEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -5309,3 +5309,135 @@ export const FESTIVAL_OF_THE_LOST_Y5 = {
}
]
};

export const EVERVERSE_Y6 = {
name: _(
'DestinyFactionDefinition[1393733616].displayProperties.name',
'Eververse'
),
id: 'year-six-eververse',
description: 'Items sold at Eververse for Bright Dust.',
big: false,
sections: [
{
name: 'Armor',
season: 20,
itemGroups: [
[3700916624, 3457020513, 119812535, 657001811, 2248131846], // Hunter LIMITLESS SUBVERSION
[3747440012, 2943314501, 1801140251, 3290540999, 157959730], //Titan COGENT BEAT
[1298138613, 4268949060, 3323294780, 1904627822, 780195249] //Warlock TECHNOLOGIC
]
},
{
name: 'Ornaments',
season: 20,
itemGroups: [
[3546298141, 1763562841, 1080813018, 1083910840, 172636124, 3802939618, 4289552726, 1465571843, 4033765969, 3184365082, 2919419217], // Exotic Weapons
[3334797172, 794569992, 2803692309, 1178901683, 3303992972, 913296044] //Exotic Armor
[1904627820, 3290540997, 657001809] //Legendary Ornaments
]
},
{
name: 'Emotes',
season: 20,
itemGroups: [
[
1319111096,
3935877167,
1647410496,
3925759907,
833814918,
2998318818,
876863186,
3944509828,
2691542534,
3341812647,
3986847739,
916211206,
1425343929,
1470061456,
501953713
//946867072 classified
//3632912674 classified
//1799214498 classified
//3470431947 classified
],
]
},
{
name: 'Ghosts',
season: 20,
itemGroups: [
[
1649523395,
1649523396,
1649523398,
1649523397,
1649523399,
1649523394
//682455839 classified
//682455836 classified
//682455838 classified
],
[
1553560941,
1553560939,
1553560938
]
]
},
{
name: 'Sparrows',
season: 20,
items: [
3725889192,
3725889198,
3725889194,
3725889195,
3725889199,
3725889193
//3493861054
//3493861055
//3493861052
]
},
{
name: 'Ships',
season: 20,
items: [
1533314821,
1533314822,
1533314823,
1533314820,
1533314819
//1147673599
//1147673598
]
},
{
name: 'Shaders',
season: 20,
items: [
2980357722,
2980357723,
2980357721,
2980357720
]
},
{
name: 'Transmat Effects',
season: 20,
items: [3879162082, 3879162083]
}
{
name: 'Finishers',
season: 20,
items: [
1776342454,
1780821704,
1255782625
//637391773
]
}
]
};
2 changes: 2 additions & 0 deletions src/setData/eververseAndEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export default ([
eververseAndEvents.GUARDIAN_GAMES_Y5,
eververseAndEvents.SOLSTICE_Y5,
eververseAndEvents.FESTIVAL_OF_THE_LOST_Y5,
eververseAndEvents.GUARDIAN_GAMES_Y6,
]
},
{
Expand All @@ -41,6 +42,7 @@ export default ([
eververseAndEvents.EVERVERSE_Y3,
eververseAndEvents.EVERVERSE_Y4,
eververseAndEvents.EVERVERSE_Y5,
eververseAndEvents.EVERVERSE_Y6
]
}
]: SetPage);
Loading