Skip to content

Commit

Permalink
Lost sector updatea
Browse files Browse the repository at this point in the history
  • Loading branch information
dcaslin committed Nov 27, 2024
1 parent 357e920 commit e3fdecd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 29 deletions.
46 changes: 20 additions & 26 deletions src/app/service/lost-sector-reference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -820,15 +820,15 @@ const LS_BROKEN_DEEP: LostSectorMeta = {
directorLocation: 'Pale Heart',
legend: {
hash: '2875391872',
shields: ['?(?)', '?(?)'],
shields: ['Arc', '?(?)'],
champions: [
{
name: '???',
count: 1
name: 'Unstoppable',
count: 3
},
{
name: '???',
count: 2
name: 'Overload',
count: 3
}
]
},
Expand All @@ -837,12 +837,12 @@ const LS_BROKEN_DEEP: LostSectorMeta = {
shields: ['?(?)', '?(?)'],
champions: [
{
name: '???',
count: 3
name: 'Unstoppable',
count: 5
},
{
name: '???',
count: 2
name: 'Overload',
count: 5
}
]
}
Expand Down Expand Up @@ -916,24 +916,18 @@ const LS_FORGOTTEN_DEEP: LostSectorMeta = {
}
}


// export const LS_LOOT = [
// 'Chest',
// 'Head',
// 'Legs',
// 'Arms',
// ];

export const LS_ROTATION = [
LS_THRILLADROME,
LS_HYDROPONICS,
LS_VELES_LABYRINTH,
LS_EXODUS_GARDEN,

LS_FORGOTTEN_DEEP,
LS_EXTRACTION,
LS_SEPULCHER,
LS_METAMORPHOSIS,
LS_K1_REVELATION,
LS_BAY_OF_DROWNED_WISHES,
LS_CHAMBER_OF_STARLIGHT,
LS_QUARRY,
LS_EXCAVATION_SITE,
LS_BROKEN_DEEP,

LS_BLOOMING_DEEP,
LS_FORGOTTEN_DEEP,
LS_PERDITION,
LS_BUNKER_E15,
LS_CONCEALED_VOID,
LS_CONFLUX,
];
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<tr>
<th>Day</th>
<th>Location</th>
<th>Loot</th>
</tr>
</thead>
<tbody>
Expand All @@ -23,12 +22,10 @@
<ng-container *ngIf="activeLink=='Legendary LS'; else masterLostSectors">

<td>{{ls.legendaryLostSector.activity.name}}</td>
<!-- <td>{{ls.legendaryLostSector.soloReward}}</td> -->

</ng-container>
<ng-template #masterLostSectors>
<td>{{ls.masterLostSector.activity.name}}</td>
<!-- <td>{{ls.masterLostSector.soloReward}} </td>-->

</ng-template>
</tr>
Expand Down

0 comments on commit e3fdecd

Please sign in to comment.